Split timed-wait functions out of nptl/lowlevellock.c.
[glibc.git] / ChangeLog
blob2e48f3317cb66e1c2c528087a3326b21242147f5
1 2015-05-26  Roland McGrath  <roland@hack.frob.com>
3         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
4         * nptl/lll_timedlock_wait.c: ... to this new file.
5         * nptl/Makefile (libpthread-routines): Add it.
6         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
7         * nptl/lll_timedwait_tid.c: ... to this new file.
8         * nptl/Makefile (libpthread-routines): Add it.
9         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
10         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
11         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
12         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
13         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
14         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
15         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
16         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
17         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
18         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
20 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
23         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
24         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
25         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
26         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
27         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
28         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
29         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
30         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
31         * sysdeps/unix/sysv/linux/tile/sysdep.h
32         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
33         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
34         using vDSO syscall macro.
36 2015-05-26  Andriy Rysin  <arysin@gmail.com>
38         [BZ #17293]
39         * uk_UA: Fix sorting order for Ukrainian locale
41 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
43         * stdlib/monetary.h: Fix comment.
45 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
47         [BZ #18234]
48         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
49         st_mtim and st_ctim members.
50         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
51         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
52         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
53         (struct stat64): Likewise.
54         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
55         (struct stat64): Likewise.
56         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
57         (struct stat64): Likewise.
59 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
61         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
62         Define and include sysdep-vdso.h.
63         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
64         Likewise.
65         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
66         Likewise.
67         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
68         Define with VDSO_SYMBOL and use PTR_MANGLE.
69         (__vdso_clock_gettime): Likewise.
70         (__vdso_clock_getres): Likewise.
71         (_libc_vdso_platform_setup): Likewise.
72         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
73         Likewise.
74         (_libc_vdso_platform_setup): Likewise.
75         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
76         Likewise.
77         (__vdso_clock_gettime): Likewise.
78         (__vdso_clock_getres): Likewise.
79         (__vdso_get_tbfreq): Likewise.
80         (__vdso_getcpu): Likewise.
81         (__vdso_time): Likewise.
82         (__vdso_sigtramp_rt64): Likewise.
83         (__vdso_signtramp32): Likewise.
84         (__vdso_sigtramp_rt32): Likewise.
85         (_libc_vdso_platform_setup): Likewise.
86         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
87         Likewise.
88         (__vdso_clock_gettime): Likewise.
89         (__vdso_clock_getres): Likewise.
90         (_libc_vdso_platform_setup): Likewise.
91         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
92         Likewise.
93         (__vdso_clock_gettime): Likewise.
94         (_libc_vdso_platform_setup): Likewise.
95         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
96         Likewise.
97         (__vdso_getcpu): Likewise.
98         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
99         Use VDSO_SYMBOL macro to define.
100         (__vdso_clock_gettime): Likewise.
101         (__vdso_clock_getres): Likewise.
102         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
103         Likewise.
104         (__vdso_clock_gettime): Likewise.
105         (__vdso_clock_getres): Likewise.
106         (__vdso_get_tbfreq): Likewise.
107         (__vdso_getcpu): Likewise.
108         (__vdso_time): Likewise.
109         (__vdso_sigtramp_rt64): Likewise.
110         (__vdso_signtramp32): Likewise.
111         (__vdso_sigtramp_rt32): Likewise.
112         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
113         Likewise.
114         (__vdso_clock_gettime): Likewise.
115         (__vdso_clock_getres): Likewise.
116         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
117         Likewise.
118         (__vdso_clock_gettime): Likewise.
119         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
120         Likewise.
121         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
122         macro.
123         (INTERNAL_VSYSCALL): Likewise.
124         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
125         Remove macro.
126         (INTERNAL_VSYSCALL): Likewise.
127         (INTERNAL_VSYSCALL_NCS): Likewise.
128         (INTERNAL_VSYSCALL_CALL): New macro.
129         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
130         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
131         Likewise.
132         (INTERNAL_VSYSCALL): Likewise.
133         (INTERNAL_VSYSCALL_NCS): Likewise.
134         (INTERNAL_VSYSCALL_CALL): New macro.
135         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
137         (INLINE_VSYSCALL): Remove macro.
138         (INTERNAL_VSYSCALL): Remove macro.
139         (INTERNAL_VSYSCALL_NCS): Remove macro.
140         (INTERNAL_VSYSCALL_CALL): New macro.
141         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
142         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
143         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
144         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
145         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
147         (INLINE_VSYSCALL): Remove macro.
148         (INTERNAL_VSYSCALL): Likewise.
149         (INTERNAL_VSYSCALL_NCS): Likewise.
150         (INTERNAL_VSYSCALL_CALL): New macro.
151         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
152         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
153         PTR_DEMANGLE on vDSO pointer.
154         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
155         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
156         macro.
157         (INTERNAL_SYSCALL): Likewise.
158         (INTERNAL_VSYSCALL_NCS): Remove macro.
159         (INTERNAL_VSYSCALL_CALL): New macro.
160         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
161         Remove macro.
162         (INTERNAL_VSYSCALL): Likewise.
163         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
164         sysdep-vdso.h instead of libc-vdso.h.
165         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
166         definition.
167         (INLINE_VSYSCALL): Likewise.
168         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
169         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
170         definition.
171         (INLINE_VSYSCALL): Likewise.
172         (INTERNAL_VSYSCALL): Likewise.
173         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
174         * sysdeps/unix/sysv/linux/timespec_get.c
175         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
176         (timespec_get): Use ANSI prototype.
177         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
178         and definition for Linux.
180 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
182         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
183         * include/libc-symbols.h: libmvec_hidden_* macro series added.
185 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
187         [BZ #18410]
188         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
189         for missing DT_PLTRELSZ.
191 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
193         Remove obsolete aliases that broke 'locale -a'
194         [BZ #18412]
195         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
196         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
197         breaking some applications that use 'locale -a' output.
198         Change the encoding of this file from Latin-1 to ASCII to avoid
199         other potential problems with people grepping this file.
201 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
203         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
204         -fasynchronous-unwind-tables.
205         (CFLAGS-sendto.c): Likewise.
206         (CFLAGS-sendmsg.c): Likewise.
207         (CFLAGS-connect.c): Likewise.
208         (CFLAGS-recvmsg.c): Likewise.
209         (CFLAGS-recvfrom.c): Likewise.
210         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
211         (SOCKETCALL): New macro: non-cancellable socketcall.
212         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
213         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
214         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
215         * sysdeps/unix/sysv/linux/accept.c: New file.
216         * sysdeps/unix/sysv/linux/bind.c: Likewise.
217         * sysdeps/unix/sysv/linux/connect.c: Likewise.
218         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
219         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
220         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
221         * sysdeps/unix/sysv/linux/listen.c: Likewise.
222         * sysdeps/unix/sysv/linux/recv.c: Likewise.
223         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
224         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
225         * sysdeps/unix/sysv/linux/send.c: Likewise.
226         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
227         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
228         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
229         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
230         * sysdeps/unix/sysv/linux/socket.c: Likewise.
231         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
232         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
233         prototype.
234         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
235         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
236         instead of __internal_xxx function.
237         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
238         prototype.
239         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
240         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
241         instead of __internal_xxx function.
242         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
243         prototype.
244         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
245         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
246         instead of __internal_xxx function.
247         * sysdeps/unix/sysv/linux/accept.S: Remove file.
248         * sysdeps/unix/sysv/linux/bind.S: Likewise.
249         * sysdeps/unix/sysv/linux/connect.S: Likewise.
250         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
251         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
252         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
253         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
254         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
255         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
256         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
257         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
258         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
259         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
260         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
261         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
262         * sysdeps/unix/sysv/linux/listen.S: Likewise.
263         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
264         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
265         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
266         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
269         * sysdeps/unix/sysv/linux/recv.S: Likewise.
270         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
271         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
272         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
273         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
274         * sysdeps/unix/sysv/linux/send.S: Likewise.
275         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
276         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
277         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
278         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
279         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
280         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
281         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
282         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
283         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
284         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
285         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
286         socketcall is implemented in GLIBC.
288 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
290         * soft-fp/fmadf4.c: Include <libc-internal.h>.
291         (__fma): Ignore uninitialized warnings around packing.
292         * soft-fp/fmasf4.c: Include <libc-internal.h>.
293         (__fmaf): Ignore uninitialized warnings around packing.
294         * soft-fp/fmatf4.c: Include <libc-internal.h>.
295         (__fmal): Ignore uninitialized warnings around packing.
297         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
298         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
299         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
300         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
302         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
303         switch statement into default case.
304         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
306         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
307         a conditional in forcing "inexact".
308         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
309         Likewise.
311 2015-05-22  Roland McGrath  <roland@hack.frob.com>
313         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
314         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
315         for each INTERNAL_SYSCALL use.
317 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
319         [BZ #438]
320         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
321         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
322         variable.
324         [BZ #18444]
325         * string/basename.c (basename): Rename to __basename and define as
326         weak alias of __basename.  Use libc_hidden_weak.
327         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
328         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
329         __basename instead of basename.
330         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
331         Remove variable.
332         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
334 2015-05-18  Florian Weimer  <fweimer@redhat.com>
336         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
337         (_IO_JUMPS_FILE_plus): New.
338         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
339         _IO_CAST_FIELD_ACCESS.
340         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
341         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
342         * libio/freopen.c (freopen): Likewise.
343         * libio/freopen64.c (freopen64): Likewise.
344         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
345         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
346         * libio/iofwide.c (_IO_fwide): Likewise.
347         * libio/memstream.c (open_memstream): Likewise.
348         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
349         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
350         * libio/oldiopopen.c (_IO_old_popen): Likewise.
352 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
354         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
355         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
356         NADJ.
357         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
358         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
359         NADJ.
360         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
361         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
362         NADJ.
364         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
365         (p == 4) case.
367         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
368         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
369         Remove variable.
370         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
371         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
372         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
374 2015-05-21  Florian Weimer  <fweimer@redhat.com>
376         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
377         Adjust jump table label generation macros.
379 2015-05-21  Florian Weimer  <fweimer@redhat.com>
381         * stdio-common/vfprintf.c (vfprintf): Move local variables
382         args_malloced, specs, specs_malloced, and the code after
383         do_positional to the printf_positional function.
384         (printf_positional): New function.
386 2015-05-21  Florian Weimer  <fweimer@redhat.com>
388         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
389         function.
390         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
391         STEP4_TABLE, process_arg): Move macro definitions
392         out of the vfprintf function.  (Cosmetic change only.)
394 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
396         * benchtests/Makefile (stdio-common-bench): Define.
397         (benchset): Add stdio-common-bench.
398         * sprintf-inputs: New file.
399         * sprintf-source.c: New file.
401 2015-05-21  Andreas Schwab  <schwab@suse.de>
403         [BZ #13028]
404         [BZ #17053]
405         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
406         of struct __res_state.
407         * resolv/res_send.c (__libc_res_nsend): Likewise.
408         (get_nsaddr): New function.
409         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
410         statp directly.
412 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
414         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
415         -D_POSIX_C_SOURCE=199506L.
417         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
419         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
420         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
421         Do not mention otherwise.
422         [POSIX] (_XOPEN_VERSION): Do not expect.
423         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
424         [POSIX] (_POSIX2_C_BIND): Likewise.
425         [POSIX] (_POSIX2_VERSION): Likewise.
426         [POSIX] (_XOPEN_XPG2): Likewise.
427         [POSIX] (_XOPEN_XPG3): Likewise.
428         [POSIX] (_XOPEN_XPG4): Likewise.
429         [POSIX] (_XOPEN_UNIX): Likewise.
430         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
431         [POSIX] (_POSIX_BARRIERS): Likewise.
432         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
433         [POSIX] (_POSIX_CPUTIME): Likewise.
434         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
435         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
436         [POSIX] (_POSIX_SHELL): Likewise.
437         [POSIX] (_POSIX_SPAWN): Likewise.
438         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
439         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
440         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
441         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
442         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
443         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
444         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
445         [POSIX] (_XBS5_LP64_OFF64): Likewise.
446         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
447         [POSIX] (_POSIX_TIMEOUTS): Likewise.
448         [POSIX] (_POSIX2_PBS): Likewise.
449         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
450         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
451         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
452         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
453         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
454         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
455         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
456         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
457         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
458         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
459         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
460         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
461         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
462         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
463         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
464         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
465         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
466         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
467         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
468         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
469         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
470         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
471         [POSIX] (_SC_2_C_BIND): Likewise.
472         [POSIX] (_SC_2_C_VERSION): Likewise.
473         [POSIX] (_SC_2_PBS): Likewise.
474         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
475         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
476         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
477         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
478         [POSIX] (_SC_2_PBS_TRACK): Likewise.
479         [POSIX] (_SC_ATEXIT_MAX): Likewise.
480         [POSIX] (_SC_BARRIERS): Likewise.
481         [POSIX] (_SC_BASE): Likewise.
482         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
483         [POSIX] (_SC_DEVICE_IO): Likewise.
484         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
485         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
486         [POSIX] (_SC_FD_MGMT): Likewise.
487         [POSIX] (_SC_FIFO): Likewise.
488         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
489         [POSIX] (_SC_FILE_LOCKING): Likewise.
490         [POSIX] (_SC_FILE_SYSTEM): Likewise.
491         [POSIX] (_SC_IOV_MAX): Likewise.
492         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
493         [POSIX] (_SC_NETWORKING): Likewise.
494         [POSIX] (_SC_PAGE_SIZE): Likewise.
495         [POSIX] (_SC_PASS_MAX): Likewise.
496         [POSIX] (_SC_PIPE): Likewise.
497         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
498         [POSIX] (_SC_REGEXP): Likewise.
499         [POSIX] (_SC_SHELL): Likewise.
500         [POSIX] (_SC_SIGNALS): Likewise.
501         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
502         [POSIX] (_SC_SPIN_LOCKS): Likewise.
503         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
504         [POSIX] (_SC_USER_GROUPS): Likewise.
505         [POSIX] (_SC_USER_GROUPS_R): Likewise.
506         [POSIX] (_SC_STREAMS): Likewise.
507         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
508         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
509         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
510         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
511         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
512         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
513         [POSIX] (_PC_FILESIZEBITS): Likewise.
514         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
515         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
516         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
517         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
518         [POSIX] (uid_t): Likewise.
519         [POSIX] (gid_t): Likewise.
520         [POSIX] (off_t): Likewise.
521         [POSIX] (pid_t): Likewise.
522         [POSIX] (cuserid): Allow.
523         (_SC_2_CHAR_TERM): Require constant.
524         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
525         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
526         variable.
528 2015-05-20  Roland McGrath  <roland@hack.frob.com>
530         * sysdeps/nacl/pthread-pids.h: New file.
531         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
532         (create_thread): Use __nacl_get_tid to initialize PD->tid.
534         * nptl/pthread-pids.h: New file.
535         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
536         * nptl/nptl-init.c: Include <pthread-pids.h>.
537         (__pthread_initialize_minimal_internal):
538         Call __pthread_initialize_pids instead of set_tid_address syscall.
540         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
541         * sysdeps/posix/usleep.c: ... here.
543 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
545         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
546         call_pselect6 object.
547         [$(subdir) = io]: Remove call_sync_file_range object.
548         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
549         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
550         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
551         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
553 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
555         * math/s_cproj.c: Add include "math_private.h".
556         * math/s_cprojf.c: Likewise.
557         * math/s_cprojl.c: Likewise.
559 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
561         [BZ #18244]
562         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
563         high mantissa bit when testing whether P is a NaN.
564         * math/libm-test.inc (remainder_test_data): Add more tests.
565         (remquo_test_data): Likewise.
567         [BZ #18049]
568         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
569         below -32, return the argument, with underflow if subnormal.
570         * math/auto-libm-test-in: Add more tests of atanh.
571         * math/auto-libm-test-out: Regenerated.
573 2015-05-19  Roland McGrath  <roland@hack.frob.com>
575         [BZ #18434]
576         * nptl/tst-sem15.c: New file.
577         * nptl/Makefile (tests): Add it.
578         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
579         s/<</>>/ to fix typo in EOVERFLOW check.
580         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
582 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
584         * manual/strings.texi (envz_remove): Fix typo in safety
585         annotations.
587 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
588             Steve Ellcey  <sellcey@imgtec.com>
590         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
591         in order to avoid strict alias warnings.
592         (iruserok_af): Ditto for ra.
594 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
596         [BZ #17581]
597         * malloc/hooks.c
598         (magicbyte): Convert to a function and avoid returning 0x01.
599         (mem2mem_check): Avoid using a length byte equal to the magic byte.
600         (mem2chunk_check): Fix unsigned comparisons to zero.
601         Hoist defs of sz and magic.
603 2015-05-19  Richard Henderson  <rth@redhat.com>
605         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
607         * sysdeps/alpha/fpu/libm-test-ulps: Update.
609 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
611         [BZ #16159]
612         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
613         * malloc/arena.c (arena_lock): Check if arena is corrupt.
614         (reused_arena): Find a non-corrupt arena.
615         (heap_trim): Pass arena to unlink.
616         * malloc/hooks.c (malloc_check_get_size): Pass arena to
617         malloc_printerr.
618         (top_check): Likewise.
619         (free_check): Likewise.
620         (realloc_check): Likewise.
621         * malloc/malloc.c (malloc_printerr): Add arena argument.
622         (unlink): Likewise.
623         (munmap_chunk): Adjust.
624         (ARENA_CORRUPTION_BIT): New macro.
625         (arena_is_corrupt): Likewise.
626         (set_arena_corrupt): Likewise.
627         (sysmalloc): Use mmap if there are no usable arenas.
628         (_int_malloc): Likewise.
629         (__libc_malloc): Don't fail if arena_get returns NULL.
630         (_mid_memalign): Likewise.
631         (__libc_calloc): Likewise.
632         (__libc_realloc): Adjust for additional argument to
633         malloc_printerr.
634         (_int_free): Likewise.
635         (malloc_consolidate): Likewise.
636         (_int_realloc): Likewise.
637         (_int_memalign): Don't touch corrupt arenas.
638         * malloc/tst-malloc-backtrace.c: New test case.
640         * Makefile (summarize-tests): Fix return value on success.
642         * manual/string.texi (Envz Functions): Add envz_remove.
644 2015-05-18  Roland McGrath  <roland@hack.frob.com>
646         * sysdeps/posix/opendir.c: Include <stdbool.h>.
647         (invalid_name): New function, broken out of ...
648         (__opendirat): ... here.  Call it.
649         (need_isdir_precheck): New function, broken out of ...
650         (__opendirat): ... here.  Call it.
651         Use __fxstatat64, not __xstatat64.
652         (opendir_oflags): New function, broken out of ...
653         (__opendirat): ... here.  Call it.
654         (opendir_tail): New function, broken out of ...
655         (__opendirat): ... here.  Call it.
656         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
657         opendir_tail, rather than punting to __opendirat.
658         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
660 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
662         * .gitignore: Ignore generated *.pyc.
664 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
666         * include/stdio.h: Define __need_wint_t.
667         * test-skeleton.c: Avoid `for' loop initial declaration.
668         * nptl/tst-initializers1.c: Use test-skeleton.c.
670 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
672         [BZ #18418]
673         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
675 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
677         [BZ #16352]
678         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
679         (__ieee754_atanh): Force underflow exception for results with
680         small absolute value.
681         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
682         (__ieee754_atanhf): Force underflow exception for results with
683         small absolute value.
684         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
685         (__ieee754_atanh): Force underflow exception for results with
686         small absolute value.
687         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
688         (__ieee754_atanhf): Force underflow exception for results with
689         small absolute value.
690         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
691         (__ieee754_atanhl): Force underflow exception for results with
692         small absolute value.
693         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
694         (__ieee754_atanhl): Force underflow exception for results with
695         small absolute value.
696         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
697         (__ieee754_atanhl): Force underflow exception for results with
698         small absolute value.
699         * math/auto-libm-test-in: Do not allow missing underflow
700         exceptions from atanh.
701         * math/auto-libm-test-out: Regenerated.
703         [BZ #18221]
704         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
705         2**-28 as threshold for returning x or +/- 1/x.
706         * math/auto-libm-test-in: Add more tests of tan.
707         * math/auto-libm-test-out: Regenerated.
709         [BZ #18220]
710         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
711         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
712         * math/auto-libm-test-in: Add another test of lgamma.
713         * math/auto-libm-test-out: Regenerated.
715 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
717         * stdio-common/printf_fp.c (___printf_fp): Use abs.
718         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
719         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
720         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
721         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
722         (ADD2A): Use fabs.  (SUB2A): Use fabs.
723         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
724         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
725         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
726         (log1): Use fabs.  (my_log2): Use fabs.
727         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
728         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
729         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
730         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
731         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
732         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
733         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
734         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
735         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
736         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
737         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
739 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
741         [BZ #18217]
742         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
743         as threshold for returning 1 - x.
744         * math/auto-libm-test-in: Add more tests of erfc.
745         * math/auto-libm-test-out: Regenerated.
747 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
749         [BZ #18196]
750         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
751         threshold for large arguments.
752         * math/auto-libm-test-in: Add another test of atan.
753         * math/auto-libm-test-out: Regenerated.
755         [BZ #16339]
756         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
757         (__log1p): Force underflow exception for results with small
758         absolute value.
759         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
760         (__log1pf): Force underflow exception for results with small
761         absolute value.
762         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
763         (__log1p): Force underflow exception for results with small
764         absolute value.
765         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
766         (__log1pf): Force underflow exception for results with small
767         absolute value.
768         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
769         (__log1pl): Force underflow exception for results with small
770         absolute value.
771         * math/auto-libm-test-in: Do not allow missing underflow
772         exceptions from log1p.
773         * math/auto-libm-test-out: Regenerated.
775 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
776             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
778         [BZ #16704]
779         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
781 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
783         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
784         (libmvec): New variable.
785         * configure.ac: Added option for mathvec build.
786         * configure: Regenerated.
787         * mathvec/Depend: New file.
788         * mathvec/Makefile: New file.
789         * shlib-versions: Added libmvec.
790         * math/Makefile: Added rule for libm.so installation.
792         * bits/math-vector.h: New file.
793         * bits/libm-simd-decl-stubs.h: New header.
794         * math/Makefile (headers): Added new header
795         libm-simd-decl-stubs.h.
796         * math/math.h (__MATHCALL_VEC): New macro.
798         * math/gen-libm-have-vector-test.sh: Script generates series of macros
799         for conditions in testing functions.
800         * math/Makefile: Added call of libm-have-vector-test.sh.
801         * math/libm-test.inc (HAVE_VECTOR): New macros.
803         * math/libm-test.inc: START refactored.
804         * math/test-double.c (TEST_MATHVEC): Add define.
805         * math/test-float.c: Likewise.
806         * math/test-idouble.c: Likewise.
807         * math/test-ifloat.c: Likewise.
808         * math/test-ildoubl.c: Likewise.
809         * math/test-ldouble.c: Likewise.
810         * sysdeps/generic/math-tests-arch.h
811         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
812         architecture check.
814         * math/test-double.c (FUNC_TEST): New macro.
815         * math/test-float.c: Likewise.
816         * math/test-idouble.c: Likewise.
817         * math/test-ifloat.c: Likewise.
818         * math/test-ildoubl.c: Likewise.
819         * math/test-ldouble.c: Likewise.
820         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
822 2015-05-13  Roland McGrath  <roland@hack.frob.com>
824         * sysdeps/nacl/fdopendir.c: New file.
826         * dirent/scandir-tail.c: New file.
827         * dirent/scandir64-tail.c: New file.
828         * dirent/Makefile (routines): Add them.
829         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
830         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
831         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
832         [!SCANDIR] (SCANDIR_TAIL): New macro.
833         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
834         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
835         (SCANDIRAT): Macro removed.
836         (SCANDIR_TAIL): New macro.
837         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
838         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
839         (SCANDIRAT): Just call __opendirat and __scandir_tail.
840         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
841         (READDIR): Macro removed.
842         (SCANDIR_TAIL): New macro.
843         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
844         (SCANDIR_TAIL): New macro.
846         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
847         * dirent/scandir-cancel.c: ... to this new file.
848         * dirent/Makefile (routines): Add it.
849         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
850         * sysdeps/unix/sysv/linux/i386/scandir64.c
851         (SKIP_SCANDIR_CANCEL): Macro removed.
852         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
854         * dirent/tst-scandir.c: New file.
855         * dirent/tst-scandir64.c: New file.
856         * dirent/Makefile (tests): Add them.
858 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
860         [BZ #18409]
861         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
863 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
865         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
866         list.
868 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
870         * benchtests/bench-strcoll.c: New benchmark.
871         * benchtests/Makefile: Generate locales and run benchmark.
872         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
873         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
874         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
875         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
876         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
877         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
878         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
879         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
880         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
881         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
882         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
883         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
884         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
885         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
886         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
887         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
888         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
889         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
890         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
891         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
892         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
893         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
894         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
895         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
897 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
899         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
900         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
902 2015-05-12  Roland McGrath  <roland@hack.frob.com>
904         * posix/uname-values.h: New file.
905         * posix/uname.c: Include that instead of <config-name.h>.
906         * sysdeps/nacl/uname-values.h: New file.
907         * sysdeps/arm/nacl/uname-values.h: New file.
909 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
911         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
912         splitting into fields.
914 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
916         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
917         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
918         * locale/localeinfo.h: Add enum collation_encoding_type.
919         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
920         * programs/ld-collate.c (collate_output): Add encoding type info.
921         * string/strcoll_l.c (STRDIFF): New function.
922         * (STRCOLL): Use STRDIFF to skip over equal prefix.
923         * wcsmbs/wcscoll_l.c: Define STRDIFF.
925 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
927         [BZ #18397]
928         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
929         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
930         <fpu_control.h> instead of <math/fpu_control.c>.
931         * sysdeps/mips/mips32/fpu/Makefile: New file.
933 2015-05-11  Andreas Schwab  <schwab@suse.de>
935         [BZ #18007]
936         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
937         nss_endgrent.
938         (_nss_compat_endgrent): Call nss_endgrent.
939         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
940         nss_endpwent.
941         (_nss_compat_endpwent): Call nss_endpwent.
942         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
943         needent, call nss_setspent only if non-zero.
944         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
945         (internal_endspent): Don't call nss_endspent.
946         (_nss_compat_endspent): Call nss_endspent.
947         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
948         Remove.  All uses removed.
949         (internal_setent): Remove parameter stayopen, add parameter
950         stream.  Use it instead of global variable.
951         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
952         (internal_endent, internal_getent): Add parameter stream.  Use it
953         instead of global variable.
954         (CONCAT(_nss_files_end,ENTNAME))
955         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
956         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
957         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
958         uses removed.
959         (internal_setent, internal_endent): Add parameter stream.  Use it
960         instead of global variable.
961         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
962         stream.
963         (get_next_alias): Add parameter stream.
964         (_nss_files_getaliasent_r): Pass global stream.
965         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
966         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
967         (_nss_files_gethostbyname4_r): Pass local stream to
968         internal_setent, internal_getent and internal_endent.  Remove
969         locking.
971 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
973         * tst-strfmon1.c (tests): Update expected currency symbol.
975 2015-05-08  Roland McGrath  <roland@hack.frob.com>
977         * sysdeps/nacl/gethostname.c: New file.
979 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
981         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
982         and sinh.
983         * math/auto-libm-test-out: Regenerated.
984         * sysdeps/i386/fpu/libm-test-ulps: Update.
985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
987 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
989         [BZ #18125]
990         * stdlib/tst-setcontext3.c: New file.
991         * stdlib/tst-setcontext3.sh: New file.
992         * stdlib/Makefile (tests): Add tst-setcontext3.
993         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
994         to verify test program created output file.
995         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
996         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
997         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
998         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
1000 2015-05-06  Roland McGrath  <roland@hack.frob.com>
1002         [BZ #18383]
1003         * elf/tst-tlsalign.c: New file.
1004         * elf/tst-tlsalign-static.c: New file.
1005         * elf/tst-tlsalign-lib.c: New file.
1006         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
1007         (tests-static): Add tst-tlsalign-static.
1008         (modules-names): Add tst-tlsalign-lib.
1009         (test-xfail-tst-tlsalign): New variable.
1010         (test-xfail-tst-tlsalign-static): New variable.
1012         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
1013         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
1015 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
1017         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
1018         csqrt, erfc, sin and sincos.
1019         * math/auto-libm-test-out: Regenerated.
1020         * sysdeps/i386/fpu/libm-test-ulps: Update.
1021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1023 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1025         * sysdeps/aarch64/libm-test-ulps: Update.
1027 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
1029         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
1030         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
1031         * math/auto-libm-test-out: Regenerated.
1032         * sysdeps/i386/fpu/libm-test-ulps: Update.
1033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1035 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
1037         [BZ #18265]
1038         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
1039         (wcsncpy): Likewise.
1041 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1043         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
1044         Assume __ASSUME_FALLOCATE is always true.
1045         * sysdeps/unix/sysv/linux/posix_fallocate64.c
1046         (__posix_fallocate64_l64): Likweise.
1047         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
1048         (posix_fallocate): Likewise.
1049         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
1050         (__posix_fallocate64_l64): Likewise.
1051         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1052         [!__ASSUME_FALLOCATE]: Add comment.
1054 2015-05-05  Florian Weimer  <fweimer@redhat.com>
1056         * sysdeps/unix/sysv/linux/i386/Makefile
1057         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
1058         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
1059         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
1060         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
1061         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1062         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
1063         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
1065 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
1067         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
1068         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
1069         tgamma.
1070         * math/auto-libm-test-out: Regenerated.
1071         * sysdeps/i386/fpu/libm-test-ulps: Update.
1072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1074 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1076         * math/auto-libm-test-in: Add more tests of tgamma.
1077         * math/auto-libm-test-out: Regenerated.
1078         * sysdeps/i386/fpu/libm-test-ulps: Update.
1079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1081         * math/auto-libm-test-in: Add more tests of tanh.
1082         * math/auto-libm-test-out: Regenerated.
1083         * sysdeps/i386/fpu/libm-test-ulps: Update.
1084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1086         * math/auto-libm-test-in: Add more tests of tan.
1087         * math/auto-libm-test-out: Regenerated.
1088         * sysdeps/i386/fpu/libm-test-ulps: Update.
1089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1091         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
1092         * math/auto-libm-test-out: Regenerated.
1093         * sysdeps/i386/fpu/libm-test-ulps: Update.
1094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1096         * math/auto-libm-test-in: Add another test of pow.
1097         * math/auto-libm-test-out: Regenerated.
1098         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1100         * math/auto-libm-test-in: Add more tests of lgamma.
1101         * math/auto-libm-test-out: Regenerated.
1102         * sysdeps/i386/fpu/libm-test-ulps: Update.
1103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1105         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
1106         log1p.
1107         * math/auto-libm-test-out: Regenerated.
1108         * sysdeps/i386/fpu/libm-test-ulps: Update.
1109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1111 2015-05-01  Mark Wielaard  <mjw@redhat.com>
1113         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
1114         Elf64_Chdr structs and ELFCOMPRESS constants.
1116 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
1118         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
1119         expm1.
1120         * math/auto-libm-test-out: Regenerated.
1121         * sysdeps/i386/fpu/libm-test-ulps: Update.
1122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1124         * math/auto-libm-test-in: Add more tests of erf and erfc.
1125         * math/auto-libm-test-out: Regenerated.
1126         * sysdeps/i386/fpu/libm-test-ulps: Update.
1127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1129 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1131         * config.h.in (HAVE_AARCH64_BE): Add.
1133 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
1135         * math/auto-libm-test-in: Add more tests of csqrt.
1136         * math/auto-libm-test-out: Regenerated.
1137         * sysdeps/i386/fpu/libm-test-ulps: Update.
1138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1140         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1141         * math/auto-libm-test-out: Regenerated.
1142         * sysdeps/i386/fpu/libm-test-ulps: Update.
1143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1145         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
1147 2015-04-29  Roland McGrath  <roland@hack.frob.com>
1149         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
1150         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
1152         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
1153         (euidaccess, eaccess): Define as weak aliases.
1155         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
1156         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
1157         but __suseconds_t is often 'long int' so some sources assume that
1158         type is being used (e.g. they use %ld to print tv_usec).
1160 2015-04-29  Florian Weimer  <fweimer@redhat.com>
1162         [BZ #18007]
1163         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
1164         (CVE-2014-8121)
1165         * nss/tst-nss-getpwent.c: New file.
1166         * nss/Makefile (tests): Add new test.
1168 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
1170         [BZ #18346]
1171         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
1172         exponents less than 48 as cases where high part of mantissa needs
1173         examining to determine whether argument is integral.
1174         * math/libm-test.inc (round_test_data): Add more tests.
1176 2015-04-28  Mark Wielaard  <mjw@redhat.com>
1178         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
1180 2015-04-27  David S. Miller  <davem@davemloft.net>
1182         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
1183         __tls_get_addr.
1184         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1186 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
1188         [BZ#18333]
1189         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
1191 2015-04-27  Florian Weimer  <fweimer@redhat.com>
1193         [BZ#18333]
1194         * time/tzset.c (parse_tzname): Return error on memory allocation
1195         failure.
1196         * test-skeleton.c (struct temp_name_list): Change type of name
1197         member to non-const.
1198         (add_temp_file): Create a copy of the file name.
1199         (delete_temp_files): Deallocate memory.
1200         (create_temp_file): Add comment.
1202 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1204         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
1205         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
1207 2015-04-24  Roland McGrath  <roland@hack.frob.com>
1209         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
1210         * sysdeps/arm/configure: Regenerated.
1212 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1214         [BZ #17715]
1215         * time/tzfile.c (__tzfile_read): Check for large values of
1216         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
1217         * time/tzset.c (__tzstring_len): New function, based on the old
1218         __tzstring function.
1219         (__tzstring): Call __tzstring_len.
1220         (parse_tzname): New helper function extracted from
1221         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
1222         the input string.
1223         (parse_offset): New helper function extracted from
1224         __tzset_parse_tz.  Replace switch with fallthrough with
1225         initialization before sscanf.
1226         (parse_rule): Likewise.
1227         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
1228         new-style function definition.
1229         * timezone/Makefile (tests): Add tst-tzset.
1230         (tst-tzset.out): Dependencies on time zone files.
1231         (tst-tzset-ENV): Set TZDIR.
1232         (testdata/XT%): Copy crafted time zone files.
1233         * timezone/README: Mention crafted time zone files.
1234         * timezone/testdata/XT1, timezone/testdata/XT2,
1235         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
1236         files.
1237         * timezone/tst-tzset.c: New test.
1239 2015-04-24  Florian Weimer  <fweimer@redhat.com>
1241         * Makeconfig (+gccwarn): Remove -Winline.
1243 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1245         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
1247 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
1249         * NEWS: Mention sysconf() cache information support for s390.
1250         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
1252 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
1254         * math/k_casinh.c (__kernel_casinh): Use __copysign.
1255         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
1256         (__nearbyint): Likewise.
1257         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
1258         (copysignl): Likewise.
1260 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
1262         [BZ #18287]
1263         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
1264         based on padding.  (CVE-2015-1781)
1266 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1268         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
1269         libc-vdso.h.
1270         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1271         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1272         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
1273         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1274         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1275         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
1276         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
1277         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1278         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
1279         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
1280         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
1281         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
1282         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
1283         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
1284         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1285         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
1286         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
1287         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
1288         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
1289         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
1290         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
1291         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
1292         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
1294 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1296         * stdlib/setenv.c (__add_to_environ):
1297         Dump core quickly if setenv (..., NULL, ...) is called.
1298         This time, do it the right way, and pacify GCC with a pragma.
1300 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1302         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
1303         IMAP->l_prev cannot be null, and #if out the code for the contrary
1304         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
1305         believe that NS (&_dl_ns[NSID]) could point outside the array.
1307         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
1308         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
1309         before using NSID as an index.
1311 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
1313         [BZ #17825]
1314         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
1315         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1316         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1318 2015-04-17  Roland McGrath  <roland@hack.frob.com>
1320         Add preliminary port to Google Native Client on ARM.
1321         * abi-tags (.*-.*-nacl.*): New entry.
1322         * sysdeps/arm/nacl: New directory.
1323         * sysdeps/nacl: New directory.
1325 2015-04-16  David S. Miller  <davem@davemloft.net>
1327         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
1328         lowlevellock-futex.h
1330 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
1332         * sysdeps/tile/configure.ac: New file.
1333         * sysdeps/tile/configure: Regenerated.
1335 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1337         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
1338         conditionals for weak_alias and libc_hidden_weak.
1339         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
1340         libc_hidden_weak and weak_alias.
1341         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
1342         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
1343         and weak_alias for static one.
1345 2015-04-15  David S. Miller  <davem@davemloft.net>
1347         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
1349 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1351         [BZ #18206]
1352         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
1353           Use signed comparision instead of substraction to avoid
1354           overflow bug.
1355         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
1356           Take the sign of ret.
1357         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
1358           Do not expect precise return values. Only the sign matters.
1359         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
1360         * wcsmbs/test-wcsncmp.c: New File.
1361         * string/test-strncmp.c: Add wcsncmp support.
1363 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1365         [BZ #6792]
1366         * math/w_log1p.c: New file.
1367         * math/w_log1pf.c: Likewise.
1368         * math/w_log1pl.c: Likewise.
1369         * math/Makefile (libm-calls): Add w_log1p.
1370         * math/s_log1pl.c (log1pl): Remove weak_alias.
1371         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
1372         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
1373         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
1374         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
1375         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
1376         [NO_LONG_DOUBLE] (log1pl): Likewise.
1377         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
1378         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
1379         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
1380         (log1p): Remove long_double_symbol.
1381         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
1382         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
1383         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
1384         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
1385         remove weak_alias for corresponding log1p function.
1386         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
1387         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
1388         * sysdeps/ia64/fpu/w_log1p.c: New file.
1389         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
1390         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
1391         * math/libm-test.inc (log1p_test_data): Add errno expectations.
1393 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
1395         [BZ #18247]
1396         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
1397         decimal exponent by 1.
1398         * stdlib/tst-strtod-round-data: Add more tests.
1399         * stdlib/tst-strtod-round.c (tests): Regenerated.
1401 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
1403         * math/auto-libm-test-in: Add more tests of clog and clog10.
1404         * math/auto-libm-test-out: Regenerated.
1405         * sysdeps/i386/fpu/libm-test-ulps: Update.
1406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1408 2015-04-09  Roland McGrath  <roland@hack.frob.com>
1410         * Makeconfig (module-cppflags): Exclude all .v.i files.
1411         (skip-module-cppflags): Variable removed.
1413         * configure.ac (libc_config_ok): Initialize before reading
1414         preconfigure scripts, not after.
1415         * configure: Regenerated.
1417         * test-skeleton.c (TIMEOUT): Move #define to top level.
1418         (main): Grok environment variable TEST_DIRECT.  If set, print
1419         test expectation details into that file and then behave as if
1420         given --direct.
1422 2015-04-09  Florian Weimer  <fweimer@redhat.com>
1424         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
1425         warning on 32-bit.
1427 2015-04-08  David S. Miller  <davem@davemloft.net>
1429         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1431 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1433         * math/auto-libm-test-in: Add more tests of atanh.
1434         * math/auto-libm-test-out: Regenerated.
1435         * sysdeps/i386/fpu/libm-test-ulps: Update.
1436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1438         * math/auto-libm-test-in: Add more tests of atan.
1439         * math/auto-libm-test-out: Regenerated.
1440         * sysdeps/i386/fpu/libm-test-ulps: Update.
1441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1443 2015-04-08  Florian Weimer  <fweimer@redhat.com>
1445         * elf/pldd.c (main): Rewrite to use struct
1446         scratch_buffer instead of extend_alloca.
1447         * elf/pldd-xx.c (find_maps): Likewise.
1448         * grp/initgroups.c: Include <scratch_buffer.h> instead of
1449         <alloca.h>.
1450         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
1451         scratch_buffer instead of extend_alloca.
1452         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
1453         grp/compat-initgroups.c.
1454         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
1455         Rewrite to use struct scratch_buffer instead of extend_alloca.
1456         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
1457         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1459 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
1461         * math/auto-libm-test-in: Add more tests of cbrt.
1462         * math/auto-libm-test-out: Regenerated.
1463         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1465         * math/auto-libm-test-in: Add more tests of cabs.
1466         * math/auto-libm-test-out: Regenerated.
1467         * sysdeps/i386/fpu/libm-test-ulps: Update.
1468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1470         [BZ #18210]
1471         [BZ #18211]
1472         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
1473         (__ieee754_atan2): Set FE_TONEAREST mode for internal
1474         computations.
1475         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
1476         clog10.
1477         * math/auto-libm-test-out: Regenerated.
1478         * sysdeps/i386/fpu/libm-test-ulps: Update.
1479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1481         [BZ #18197]
1482         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
1483         (atan): Set FE_TONEAREST mode for internal computations.
1484         * math/auto-libm-test-in: Add more tests of atan.
1485         * math/auto-libm-test-out: Regenerated.
1487 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
1489         [BZ #17930]
1490         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
1492 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1494         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
1496 2015-04-07  Florian Weimer  <fweimer@redhat.com>
1498         * include/scratch_buffer.h: New file.
1499         * malloc/scratch_buffer_grow.c: Likewise.
1500         * malloc/scratch_buffer_grow_preserve.c: Likewise.
1501         * malloc/scratch_buffer_set_array_size.c: Likewise.
1502         * malloc/tst-scratch_buffer.c: Likewise.
1503         * malloc/Makefile (routines): Add scratch_buffer_grow.
1504         (tests): Add test case.
1505         * malloc/Versions (GLIBC_PRIVATE): Export
1506         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
1507         __libc_scratch_buffer_set_array_size.
1509 2015-04-06  Richard Henderson  <rth@redhat.com>
1511         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
1512         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1514         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
1515         unsigned int before printing.
1517 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1519         [BZ #17596]
1520         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
1521         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1523 2015-04-02  Florian Weimer  <fweimer@redhat.com>
1525         * include/libc-internal.h (libc_max_align_t): Define.
1527 2015-04-02  Andreas Schwab  <schwab@suse.de>
1529         [BZ #16850]
1530         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
1532 2015-04-02  Mel Gorman  <mgorman@suse.de>
1534         [BZ #17195]
1535         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
1536         as well as the main arena.
1538 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1540         [BZ #18185]
1541         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
1542         sharing L2 cache to 2 for Silvermont/Knights Landing.
1544 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1546         [BZ #17711]
1547         * config.make.in (have-protected-data): New.
1548         * configure.ac: Check linker support for protected data symbol.
1549         * configure: Regenerated.
1550         * elf/Makefile (modules-names): Add tst-protected1moda and
1551         tst-protected1modb if $(have-protected-data) is yes.
1552         (tests): Add tst-protected1a and tst-protected1b if
1553         $(have-protected-data) is yes.
1554         ($(objpfx)tst-protected1a): New.
1555         ($(objpfx)tst-protected1b): Likewise.
1556         (tst-protected1modb.so-no-z-defs): Likewise.
1557         * elf/tst-protected1a.c: New file.
1558         * elf/tst-protected1b.c: Likewise.
1559         * elf/tst-protected1mod.h: Likewise.
1560         * elf/tst-protected1moda.c: Likewise.
1561         * elf/tst-protected1modb.c: Likewise.
1563 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1565         [BZ #17711]
1566         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
1567         indicates it is called from do_lookup_x on relocation against
1568         protected data, skip the data definion in the executable from
1569         copy reloc.
1570         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
1571         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
1572         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
1573         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
1574         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
1575         otherwise to 0.
1576         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1577         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
1578         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
1579         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
1580         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
1581         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
1583 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
1585         * sysdeps/nptl/pthread.h: Remove duplicate definition of
1586         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
1588 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
1590         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
1591         THREAD_SETMEM_NC.
1592         * sysdeps/x86_64/nptl/tls.h: Ditto.
1594 2015-03-27  Roland McGrath  <roland@hack.frob.com>
1596         * dlfcn/tststatic.c (main): Converted to ...
1597         (do_test): ... this.
1598         (TEST_FUNCTION): New macro.
1599         Include test-skeleton.c.
1601 2015-03-26  Alan Modra  <amodra@gmail.com>
1603         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
1604         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
1605         zero for undefined weak.
1606         (elf_machine_plt_conflict): Similarly.
1608 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1610         * math/auto-libm-test-in: Add more tests of acosh, asinh and
1611         atanh.
1612         * math/auto-libm-test-out: Regenerated.
1613         * sysdeps/i386/fpu/libm-test-ulps: Update.
1614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1616         * math/auto-libm-test-in: Add another test of asin.
1617         * math/auto-libm-test-out: Regenerated.
1618         * sysdeps/i386/fpu/libm-test-ulps: Update.
1619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1621         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
1622         Remove macro.
1623         (LLL_EBX_REG): Likewise.
1624         (LLL_ENTER_KERNEL): Likewise.
1626         * math/auto-libm-test-in: Add more tests of asin.
1627         * math/auto-libm-test-out: Regenerated.
1628         * sysdeps/i386/fpu/libm-test-ulps: Update.
1629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1631         [BZ #18138]
1632         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
1633         libc_do_syscall_args): New structure.
1634         (INTERNAL_SYSCALL_MAIN_0): New macro.
1635         (INTERNAL_SYSCALL_MAIN_1): Likewise.
1636         (INTERNAL_SYSCALL_MAIN_2): Likewise.
1637         (INTERNAL_SYSCALL_MAIN_3): Likewise.
1638         (INTERNAL_SYSCALL_MAIN_4): Likewise.
1639         (INTERNAL_SYSCALL_MAIN_5): Likewise.
1640         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
1641         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
1642         Replace conditional definitions by conditional definitions of ....
1643         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
1644         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
1645         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
1646         (libpthread-sysdep_routines): Add libc-do-syscall.
1647         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
1648         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
1649         to __NR_futex not 240.
1651 2015-03-25  Alan Modra  <amodra@gmail.com>
1653         * NEWS: Advertise TLS optimization.
1654         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
1655         (DT_PPC_NUM): Increment.
1656         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
1657         (CHECK_STATIC_TLS): Use here.
1658         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
1659         TLS descriptors.
1660         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1661         * sysdeps/powerpc/dl-tls.c: New file.
1662         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
1663         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
1664         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
1665         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
1666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
1667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
1668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
1670 2015-03-25  Alan Modra  <amodra@gmail.com>
1672         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
1673         for overlapping .opd entries" to "support...".
1674         * sysdeps/powerpc/powerpc64/configure: Regenerate
1676 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
1678         * math/auto-libm-test-in: Add more tests of acos.
1679         * math/auto-libm-test-out: Regenerated.
1680         * sysdeps/i386/fpu/libm-test-ulps: Update.
1681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1683         * math/auto-libm-test-in: Add more tests of expm1.
1684         * math/auto-libm-test-out: Regenerated.
1685         * sysdeps/i386/fpu/libm-test-ulps: Update.
1686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1688 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
1690         * math/auto-libm-test-in: Add more tests of cosh and sinh.
1691         * math/auto-libm-test-out: Regenerated.
1692         * sysdeps/i386/fpu/libm-test-ulps: Update.
1693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1695         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
1696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1698         * math/auto-libm-test-in: Add more tests of log2.
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 2015-03-23  Roland McGrath  <roland@hack.frob.com>
1705         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1706         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
1707         _IO_IS_APPENDING bit in READ_WRITE instead.
1709 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1711         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1712         (__determine_cpumask_size): Replace extend_alloca with a
1713         variable-length array.  Do not treat res == 0 as an error.
1715 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1717         [BZ #18100]
1718         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1719         and integer overflow.
1720         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1721         (main): Add integer overflow tests.
1722         * manual/pattern.texi (Calling Wordexp): Document additional use
1723         for WRDE_SYNTAX.
1725 2015-03-23  Alan Modra  <amodra@gmail.com>
1727         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1728         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1729         and false branch of conditional.
1730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1731         Likewise.
1733 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1735         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1736         libc-modules.h
1737         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1738         unused declaration of _hurd_intr_rpc_msg_in_trap.
1739         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1740         defined instead of whether it is non-zero.
1741         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1742         input constraint instead of both input and output constraint.  Use ecx
1743         clobber instead of %ecx.
1744         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1745         mutex_unlock): Use a statement expression instead of an expression list.
1746         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1747         type to vm_size_t instead of vm_address_t.
1748         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1749         defined instead of whether it is non-zero.
1750         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1751         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1752         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1753         comparisons with mapaddr.
1754         * nscd/nscd-client.h: Include <time.h>.
1755         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1756         9th parameter to __vm_region instead of int.
1757         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1758         * scripts/check-local-headers.sh (exclude): Add device/,
1759         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1760         cthreads.h.
1762 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1764         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1765         to account for alignment padding.
1766         * sysdeps/arm/memmove.S: Likewise.
1768 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1770         * sysdeps/unix/sysv/linux/generic/README: New file.
1772 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1774         [BZ #18138]
1775         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1776         (futex_abstimed_wait)
1777         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1778         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1779         of lll_futex_timed_wait.
1781 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1783         [BZ #17542]
1784         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1786 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1788         [BZ #17090]
1789         [BZ #17620]
1790         [BZ #17621]
1791         [BZ #17628]
1792         * NEWS: Update.
1793         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1794         entries with Static TLS too.  Skip entries past the end of the
1795         allocated DTV, from Alan Modra.
1796         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1797         Static TLS DTV entry set up from...
1798         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1799         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1800         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1801         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1802         for Static TLS.
1803         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1804         that the slot we find is associated with the given map before
1805         using its generation count.
1806         * nptl_db/db_info.c: Include ldsodefs.h.
1807         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1808         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1809         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1810         (link_map::l_tls_offset): New struct field.
1811         (dtv_t::counter): Likewise.
1812         (rtld_global): New struct.
1813         (_rtld_global): New rtld variable.
1814         (dl_tls_dtv_slotinfo_list): New rtld global field.
1815         (dtv_slotinfo_list): New struct.
1816         (dtv_slotinfo): Likewise.
1817         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1818         (td_lookup): Rename to...
1819         (td_mod_lookup): ... this.  Use new mod parameter instead of
1820         LIBPTHREAD_SO.
1821         * nptl_db/td_thr_tlsbase.c: Include link.h.
1822         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1823         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1824         addresses even if the DTV is out of date or missing them.
1825         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1826         index zero-length arrays.
1827         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1828         (td_lookup): Make it a macro implemented in terms of...
1829         (td_mod_lookup): ... this declaration.
1830         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1831         (DB_MAIN_VARIABLE): Likewise.
1833 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1835         [BZ #18134]
1836         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1838 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1840         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1842 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1844         [BZ #18128]
1845         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1846         (atomic_add, atomic_increment_and_test)
1847         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1849 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1851         * stdlib/setenv.c (__add_to_environ):
1852         Dump core quickly if setenv (..., NULL, ...) is called.
1854 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1856         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1857         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1858         all the necessary asm magic in one place.
1859         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1860         using those.
1862 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1864         [BZ #14906]
1865         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1866         traced file mtime. Use consistent log message.
1867         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1868         (register_traced_file): Call install_watches. Always set mtime.
1869         (invalidate_cache): Iterate over all trace files. Call install_watches.
1870         (inotify_check_files): Don't inline. Handle watching parent
1871         directories and configuration file movement in and out.
1872         (handle_inotify_events): New function.
1873         (main_loop_poll): Call handle_inotify_events.
1874         (main_loop_epoll): Likewise.
1875         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1876         (struct traced_file): Use array of inotify fds. Add parent directory,
1877         and basename.
1878         (struct database_dyn): Remove unused file_mtime.
1879         (init_traced_file): New inline function.
1880         (define_traced_file): New macro.
1881         * nss/nss_db/db-init.c: Use define_traced_file.
1882         (_nss_db_init): Use init_traced_file.
1883         * nss/nss_files/files-init.c: Use define_traced_file.
1884         (_nss_files_init): Use init_traced_file.
1886 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1888         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1889         [_LIBC]: Do not include <stdlib.h>.
1890         [!_LIBC] (abort): Remove declaration.
1891         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1892         _FP_STATIC_ASSERT instead of conditionally calling abort.
1893         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1894         (_FP_EXTEND_CNAN): Likewise.
1895         (FP_TRUNC): Likewise.
1896         (__FP_CLZ): Likewise.
1897         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1899 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1901         * manual/string.texi (XPG basename): Fix prototype.
1903 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1905         [BZ #18080]
1906         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1907         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1908         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1909         (__setcontext): Likewise.
1910         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1911         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1912         Call rt_sigprocmask syscall one time to set new signal mask
1913         and retrieve the current signal mask instead of two calls.
1914         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1915         (__swapcontext): Likewise.
1916         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1917         * stdlib/tst-setcontext2.c: New file.
1919 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1921         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1923 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1925         [BZ #18093]
1926         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1927         the wrong size.
1929 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1931         [BZ #18043]
1932         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1934 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1936         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1937         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1938         Remove define.
1939         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1940         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1941         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1942         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1943         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1944         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1945         define.
1946         * nptl_db/td_symbol_list.c (td_lookup): Remove
1947         HAVE_ASM_GLOBAL_DOT_NAME code.
1948         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1949         HAVE_ASM_GLOBAL_DOT_NAME check.
1950         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1951         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1952         (DOT_LABEL): Remove define.
1953         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1954         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1955         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1956         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1957         (__TLS_GET_ADDR): Likewise.
1958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1959         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1961 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1963         [BZ #18111]
1964         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1965         (_FPU_SETCW): Initialize cw from fpsr before storing.
1966         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1967         (fesetexceptflag): Rewrite using fpu_control.h.
1968         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1970 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1972         [BZ #18110]
1973         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1974         asms.
1975         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1977 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1979         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1980         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1981         abort.
1982         (_FP_FMA): Likewise.
1983         (_FP_DIV): Likewise.
1985 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1987         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1988         with 0 in that case.
1989         * Makefile (summarize-tests): New canned sequence, factored out of
1990         commands for targets tests and xtests.  Display summary lines that
1991         don't start with PASS: or XFAIL: rather than ones that do start with
1992         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1993         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1994         do start with ERROR: or FAIL:.
1995         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1996         (except for [$(build-shared) = yes]).
1997         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1998         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1999         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
2000         * nptl/Makefile: Revert 2015-03-04 changes.
2001         [$(CXX) empty] (tests-unsupported): New variable.
2002         * debug/Makefile: Likewise.
2004         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
2005         gnulib file.  Replace __attribute with __attribute__ throughout.
2007 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
2009         * sysdeps/hppa/fpu/libm-test-ulps: Update.
2011 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2013         [BZ #18104]
2014         * math/auto-libm-test-in: Add another test of pow.
2015         * math/auto-libm-test-out: Regenerated.
2017 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2019         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
2020         $(config-cflags-nofma).
2022 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
2024         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
2025         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
2026         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
2027         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
2028         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
2029         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
2030         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
2031         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
2032         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
2033         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
2034         Add comment on closing #endif.
2036 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2038         * posix/wordexp.c (CHAR_IN_SET): New macro.
2039         (parse_param): Use it.
2041 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2043         * sysdeps/powerpc/fpu/libm-test-ulps: update.
2045 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2047         [BZ #18043]
2048         * posix/wordexp.c (parse_param): Fix buffer overflow.
2049         * posix/wordexp-test.c (test_case): Add test case.
2051 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2053         [BZ #18042]
2054         * posix/wordexp.c (parse_backtick): Fix off-by-one.
2055         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
2057 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
2059         [BZ #18043]
2060         * posix/wordexp-test.c (test_case): Add test for BZ #18043
2061         (do_bz18043): Delete.
2062         (at_page_end): New.
2063         (testit): Refactor to have words at the edge of unreadable page.
2065 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
2067         [BZ #16734]
2068         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
2069         Cleanup read-only streams as well.
2070         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
2072 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2074         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
2075         <bits/libc-lockP.h>
2077 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
2079         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
2080         on [__KERNEL__].
2081         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
2082         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
2083         * soft-fp/op-common.h (_FP_DECL): Likewise.
2085 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
2087         * elf/ifuncdep2.c (global): Replace
2088         __attribute__((visibility("protected"))) with
2089         asm (".protected global").
2090         * elf/ifuncmod1.c (global): Likewise.
2091         * elf/ifuncmod5.c (global): Likewise.
2093 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
2095         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
2096         <asm/sfp-machine.h> instead of <sfp-machine.h>.
2098 2015-03-06  Roland McGrath  <roland@hack.frob.com>
2100         * manual/install.texi (Configuring and compiling):
2101         Document test-wrapper-env-only.
2102         * INSTALL: Regenerated.
2104 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2106         [BZ #18043]
2107         * posix/wordexp.c (parse_param): Fix buffer overflow.
2108         * posix/wordexp-test.c (do_bz18043): Add test case.
2110 2015-03-06  Vincent Bernat  <vincent@bernat.im>
2112         * time/tst-strptime2.c (do_test): Ensure failing tests are
2113         reported correctly.
2114         * time/tst-strptime3.c (do_test): Likewise.
2116 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
2118         Fix aio_error thread-safety.
2119         * sysdeps/pthread/aio_error.c: New file
2120         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
2121         synchronization.
2123 2015-03-06  Florian Weimer  <fweimer@redhat.com>
2125         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
2126         (group_number, vfprintf): Use it.
2127         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
2128         (JUMP, REF): Use it.
2129         (WORK_BUFFER_SIZE): New enum constant.
2130         (process_arg, vfprintf): Use it.
2132 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
2134         * manual/errno.texi (Error Messages): Complete example function
2135         by adding missing #define.
2136         (program_invocation_name): Add statement indicating GNU
2137         extension and reference which header file declares the variable.
2138         (program_invocation_short_name): Likewise.
2140 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
2142         * manual/errno.texi (Error Messages): Delete strerror ISO C89
2143         compatibility note.
2145 2015-03-05  Roland McGrath  <roland@hack.frob.com>
2147         * Makeconfig (test-wrapper-env-only): New variable.
2148         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
2149         then use that with $(test-wrapper-env-only) rather than using
2150         $(test-wrapper-env) $(run-program-env) $($*-ENV).
2152 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2154         [BZ #18082]
2155         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
2156         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
2157         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
2158         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
2159         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
2160         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
2161         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
2162         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
2163         Likewise.
2164         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
2165         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
2166         Likewise.
2167         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2168         Likewise.
2169         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
2170         Likewise.
2171         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
2172         Likewise.
2173         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
2174         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
2175         Likewise.
2176         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
2177         Likewise.
2178         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
2179         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
2181 2015-03-04  Roland McGrath  <roland@hack.frob.com>
2183         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
2184         (ETH_ALEN): New macro.
2185         (struct ether_addr): Use it for length of ether_addr_octet.
2187         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
2188         (setdb): Don't call __nss_configure_lookup for "rpc".
2189         (do_test): Don't call test_rpc.
2190         (output_rpcent, test_rpc): Functions moved ...
2191         * sunrpc/test-rpcent.c: ... to this new file.
2192         * sunrpc/Makefile (tests): Add it.
2194         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
2195         __xpg_sigpause.
2196         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
2197         * nptl/tst-signal6.c: Likewise.
2198         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
2199         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
2201         * configure.ac (libc_cv_cxx_link_ok): New check.
2202         Reset CXX to empty if it fails to link.
2203         * configure: Regenerated.
2204         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
2205         bug-atexit3-lib only if $(CXX) is nonempty.
2206         * nptl/Makefile (tests): Likewise for tst-cancel24.
2207         (tests, tests-static): Likewise for tst-cancel24-static.
2208         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
2209         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
2210         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
2211         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
2213 2015-03-04  Andreas Schwab  <schwab@suse.de>
2215         [BZ #17631]
2216         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
2217         for non-GCC compilers.
2218         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
2219         Likewise.
2221 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2223         [BZ #17776]
2224         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
2225         integer before bitwise and assembly operations.
2226         (feclearexcept): Likewise.
2227         * math/test-fenvinline.c: New file.
2228         * math/Makefile: Add test-fenvinline test.
2230 2015-03-03  Alan Modra  <amodra@gmail.com>
2232         [BZ #16512]
2233         * scripts/localplt.awk: Strip off symbol version.
2234         * NEWS: Mention bug fix.
2236 2015-03-02  Roland McGrath  <roland@hack.frob.com>
2238         * sysdeps/pthread/timer_routines.c
2239         (timer_free_list, thread_free_list, thread_active_list): Make static.
2241 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
2243         [BZ #17779]
2244         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2245         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2246         Undefine.
2247         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2248         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2249         Likewise.
2250         * sysdeps/unix/sysv/linux/sh/kernel-features.h
2251         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
2252         Likewise.
2254 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
2256         [BZ #18036]
2257         * posix/fnmatch_loop.c (END): Detect invalid pattern.
2258         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
2260 2015-03-02  Andreas Schwab  <schwab@suse.de>
2262         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
2263         variable name.
2265 2015-03-02  Florian Weimer  <fweimer@redhat.com>
2267         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
2268         Return error status.
2270 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
2272         [BZ #15969]
2273         * locale/findlocale.c (_nl_find_locale): Introduce const
2274         version of loc_name and drop unsafe type casts.
2276 2015-02-27  Roland McGrath  <roland@hack.frob.com>
2278         * dlfcn/tststatic2.c (main): Converted to ...
2279         (do_test): ... this.
2280         (TEST_FUNCTION): New macro.
2281         Include test-skeleton.c.
2283 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2285         [BZ #17711]
2286         * elf/Makefile (tests): Add vismain only if PIE is enabled.
2287         (tests-pie): Add vismain.
2288         (CFLAGS-vismain.c): New.
2289         * elf/vismain.c: Add comments for PIE requirement.
2291 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2293         [BZ #18046]
2294         [BZ #18047]
2295         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
2296         0x1p-56L as threshold for just returning the argument.
2297         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
2298         0x1p-32L as threshold for just returning the argument.
2299         * math/auto-libm-test-in: Add more tests of atanh.
2300         * math/auto-libm-test-out: Regenerated.
2301         * sysdeps/i386/fpu/libm-test-ulps: Update.
2302         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
2304 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2306         * string/bcopy.c (bcopy): Call memmove for performance.
2308 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
2310         * string/bzero.c (__bzero): Call memset for performance.
2312 2015-02-27  John David Anglin  <dave.anglin@bell.net>
2314         [BZ #18068]
2315         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
2316         to 00100000.
2318 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
2320         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
2322 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2324         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
2325         (__kernel_standard): Use CSTR macro when setting exc.name.
2326         * sysdeps/ieee754/Makefile [$(subdir) = math]
2327         (CFLAGS-k_standard.c): Remove variable.
2329         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
2330         setting p and q from "else if" to "else".
2331         (qzero): Likewise.
2332         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
2333         (qone): Likewise.
2334         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
2335         (qzerof): Likewise.
2336         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
2337         (qonef): Likewise.
2338         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
2339         (qzero): Likewise.
2340         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
2341         (qone): Likewise.
2343         [BZ #18038]
2344         [BZ #18039]
2345         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
2346         return pi/2 for arguments below 0x1p-113L.
2347         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
2348         return pi/2 for arguments below 0x1p-106L.
2349         * math/auto-libm-test-in: Add more tests of acos.
2350         * math/auto-libm-test-out: Regenerated.
2352         [BZ #16351]
2353         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
2354         (MO): New macro.
2355         (__ieee754_asin): Force underflow exception for results with small
2356         absolute value.
2357         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
2358         (MO): New macro.
2359         (__ieee754_asinf): Force underflow exception for results with
2360         small absolute value.
2361         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
2362         (__ieee754_asin): Force underflow exception for results with small
2363         absolute value.
2364         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
2365         (__ieee754_asinf): Force underflow exception for results with
2366         small absolute value.
2367         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
2368         (__ieee754_asinl): Force underflow exception for results with
2369         small absolute value.
2370         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
2371         (__ieee754_asinl): Force underflow exception for results with
2372         small absolute value.
2373         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
2374         (__ieee754_asinl): Force underflow exception for results with
2375         small absolute value.
2376         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
2377         Include <math.h>.
2378         * math/auto-libm-test-in: Do not mark underflow exceptions as
2379         possibly missing for bug 16351.
2380         * math/auto-libm-test-out: Regenerated.
2382         [BZ #18030]
2383         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
2384         of power of 2 down when low part has opposite sign.
2385         * math/libm-test.inc (logb_test_data): Add more tests.
2387 2015-02-26  Andreas Schwab  <schwab@suse.de>
2389         [BZ #18032]
2390         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
2391         over collating symbol inside a bracket expression.  Minor cleanup.
2392         * posix/tst-fnmatch3.c (do_test): Add test case.
2394 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
2396         [BZ #18029]
2397         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
2398         Adjust exponent of power of 2 down when low part has opposite
2399         sign.
2400         * math/libm-test.inc (ilogb_test_data): Add more tests.
2402 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
2404         [BZ #15969]
2405         * locale/findlocale.c (_nl_find_locale): Fix constness error in
2406         the previous change.
2408         [BZ #15969]
2409         * locale/findlocale.c (_nl_find_locale): Retry archive search
2410         after alias expansion.
2412 2015-02-25  Roland McGrath  <roland@hack.frob.com>
2414         * iconv/tst-iconv3.c (main): Converted to ...
2415         (do_test): ... this.
2416         (TEST_FUNCTION): New macro.
2417         Include test-skeleton.c.
2419         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
2420         (convert): Make function static.
2421         (test_unalign): Likewise.  Add const to argument pointee types.
2422         (main): Replace with static function do_test.
2423         Print "Succeeded." only if RET is zero.
2424         (TEST_FUNCTION): New macro.
2425         Include test-skeleton.c.
2427         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
2428         returns a null pointer.
2430 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2432         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
2433         to __memcpy_ppc only for static builds.
2435 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
2437         [BZ #18020]
2438         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
2439         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
2440         * math/auto-libm-test-in: Add more tests of asinh.
2441         * math/auto-libm-test-out: Regenerated.
2442         * sysdeps/i386/fpu/libm-test-ulps: Update.
2443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2445 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
2447         [BZ #15850]
2448         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
2449         and ip6_mtuinfo definitions here.
2450         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
2451         in this define too.  Update comment.
2453 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
2455         * elf/sprof.c (load_shobj): Tweak error message to match others.
2457 2015-02-24  Kevin Easton  <kevin@guarana.org>
2459         [BZ #16145] (partial fix)
2460         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
2461         to reduce lock contention.
2463 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
2465         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
2466         (struct timex): Update time comment.
2467         (ADJ_SETOFFSET): Define.
2469 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2471         [BZ #18019]
2472         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
2473         2**56 not 2**28 as threshold for log (2x) formula.
2474         * math/auto-libm-test-in: Add more tests of acosh.
2475         * math/auto-libm-test-out: Regenerated.
2476         * sysdeps/i386/fpu/libm-test-ulps: Update.
2477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2479 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2481         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
2482         parenthesis around the buf assignment.
2483         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
2485 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
2487         [BZ #16783]
2488         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
2489         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
2490         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
2491         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2492         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
2493         * math/libm-test.inc (scalb_test_data): Add more tests.
2495 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2497         [BZ #17916]
2498         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
2499         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
2501 2015-02-24  Eric Rannaud  <e@nanocritical.com>
2503         [BZ #17523]
2504         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
2505         * io/bits/fcntl2.h (open): Use it.
2506         (openat): Likewise.
2507         * io/open.c (__libc_open): Likewise.
2508         * io/open64.c (__libc_open64): Likewise.
2509         * io/open64_2.c (__open64_2): Likewise.
2510         * io/open_2.c (__open_2): Likewise.
2511         * io/openat.c (__openat): Likewise.
2512         * io/openat64.c (__openat64): Likewise.
2513         * io/openat64_2.c (__openat64_2): Likewise.
2514         * io/openat_2.c (__openat_2): Likewise.
2515         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
2516         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
2517         * sysdeps/posix/open64.c (__libc_open64): Likewise.
2518         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
2519         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
2520         (__open_nocancel): Likewise.
2521         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
2522         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
2523         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
2525 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2527         [BZ #14841]
2528         * resolv/gethnamaddr.c (getanswer): Skip logging if
2529         RES_USE_DNSSEC is set.
2530         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
2532 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
2534         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
2536 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
2538         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
2539         201304L, for Unicode 7.
2541 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2543         [BZ #17836]
2544         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
2545         shared library.  Add gmon-start.os otherwise.
2546         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
2547         $(objpfx)gmon-start.os if builing shared library.
2548         ($(objpfx)g$(static-start-installed-name)): Likewise.
2550 2015-02-23  Andreas Schwab  <schwab@suse.de>
2552         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
2554 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
2556         [BZ #17269]
2557         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
2558         (enlarge_userbuf): Likewise.
2560 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
2562         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
2563         * math/atest-exp.c (TIMEOUT): Adjust to 200.
2564         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
2565         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
2567 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
2569         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
2570         expression inside statement expression.
2572 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
2574         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
2575         <sysdeps/nptl/lowlevellock.h> and remove macros and
2576         functions that are now defined there.
2577         (SYS_futex): Remove.
2578         (lll_compare_and_swap): Remove.
2579         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
2581 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
2583         [BZ #17999]
2584         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
2585         instead of scandirat.
2586         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
2587         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
2588         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
2589         __scandirat.
2590         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
2591         (__scandirat): Declare.  Use libc_hidden_proto.
2592         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
2593         Remove variable.
2594         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2596 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2598         [BZ #15319]
2599         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
2600         (MO): New macro.
2601         (__ieee754_atan2): For results with small absolute value, force
2602         underflow exception and remove excess range and precision from
2603         return value.
2604         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
2605         (MO): New macro.
2606         (__ieee754_atan2f): For results with small absolute value, force
2607         underflow exception and remove excess range and precision from
2608         return value.
2609         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
2610         (MO): New macro.
2611         (__atan): For results with small absolute value, force underflow
2612         exception and remove excess range and precision from return value.
2613         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
2614         (MO): New macro.
2615         (__atanf): For results with small absolute value, force underflow
2616         exception and remove excess range and precision from return value.
2617         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
2618         <math.h>.
2619         (__ieee754_atan2): Force underflow exception for results with
2620         small absolute value.
2621         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
2622         <math_private.h>.
2623         (atan): Force underflow exception for results with small absolute
2624         value.
2625         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
2626         (__atanf): Force underflow exception for results with small
2627         absolute value.
2628         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
2629         <math.h>.
2630         (__atanl): Force underflow exception for results with small
2631         absolute value.
2632         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
2633         (__atanl): Force underflow exception for results with small
2634         absolute value.
2635         * sysdeps/x86/fpu/bits/mathinline.h
2636         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
2637         (__ieee754_atan2): Only define inline for long double.
2638         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
2639         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
2640         * math/auto-libm-test-in: Do not mark underflow exceptions as
2641         possibly missing for bug 15319.  Add more tests of atan2.
2642         * math/auto-libm-test-out: Regenerated.
2643         * math/libm-test.inc (casin_test_data): Do not mark underflow
2644         exceptions as possibly missing for bug 15319.
2645         (casinh_test_data): Likewise.
2646         * sysdeps/i386/fpu/libm-test-ulps: Update.
2648 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
2650         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
2651         * sysdeps/mips/bits/endian.h: Fix comments.
2653 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
2655         [BZ #17996]
2656         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
2657         (hdestroy_r): Likewise.
2658         (hsearch_r): Likewise.
2659         (__hcreate_r): Declare and use libc_hidden_proto.
2660         (__hdestroy_r): Likewise.
2661         (__hsearch_r): Likewise.
2662         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
2663         (hcreate): Call __hcreate_r instead of hcreate_r.
2664         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
2665         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
2666         as weak alias of __hcreate_r.
2667         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
2668         __hdestroy_r.
2669         (hsearch_r): Rename to __hsearch_r and define as weak alias of
2670         __hsearch_r.
2671         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
2672         Remove variable.
2673         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2674         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2675         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2676         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2678 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2680         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
2681         arena_lock into a single arena_get.
2683 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
2685         * dl-reloc.c: Inlucde libc-internal.h.
2686         (_dl_try_allocate_static_tls): Call ALIGN_UP.
2687         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
2688         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
2689         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
2690         (grow_heap): Likewise.
2691         * malloc/malloc.c: Include libc-internal.h.
2692         (do_check_malloc): Call powerof2.
2693         (sysmalloc): Use pagesize. Call ALIGN_UP.
2694         (systrim): Use pagesize.
2695         (mremap_chunk): Use pagesize. Call ALIGN_UP.
2696         (__libc_valloc): Use pagesize.
2697         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
2699 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2701         [BZ #17991]
2702         * include/sys/resource.h (__getrlimit64): Declare.  Use
2703         libc_hidden_proto.
2704         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
2705         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
2706         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2707         getrlimit64.
2708         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2709         __getrlimit64.
2710         [!getrlimit64] (getrlimit64): Define as weak alias of
2711         __getrlimit64.  Use libc_hidden_weak.
2712         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2713         using __getrlimit64 not __new_getrlimit64.
2714         (__GI_getrlimit64): Likewise.
2715         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2716         Likewise.
2717         (__GI_getrlimit64): Likewise.
2718         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2720         (getrlimit): Add __getrlimit64 alias.
2721         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2722         Likewise.
2723         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2724         Remove variable.
2725         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2726         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2728 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2730         * libio/fileops.c: Add missing sys/mman.h
2731         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2733 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2735         * manual/math.texi (Errors in Math Functions): Clarify goals
2736         regarding inexact and underflow exceptions.
2738 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2740         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2741         * sysdeps/mips/memset.S: Ditto.
2743 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2745         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2747 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2749         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2750         (__v1longjmp): Remove versioned symbol.
2751         (__v1siglongjmp): Remove alias and versioned symbol.
2752         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2753         (__v2siglongjmp): Likewise.
2755 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2757         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2759 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2761         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2763 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2765         [BZ #17987]
2766         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2767         zero result does not depend on the sign resulting from
2768         subtraction.
2769         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2770         Likewise.
2771         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2772         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2773         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2774         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2775         * math/libm-test.inc (remquo_test_data): Add more tests.
2777 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2779         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2780         Problem reported by J William Piggott.
2782 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2784         [BZ #17978]
2785         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2786         products 4 * y and 2 * y where those would overflow.
2787         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2788         Likewise.
2789         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2790         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2791         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2792         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2793         * math/libm-test.inc (remquo_test_data): Add more tests.
2795         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2797         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2798         [defined _COMPILING_NEWLIB].
2799         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2800         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2802         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2803         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2805 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2807         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2808         acquired.
2810 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2812         [BZ #17792]
2813         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2814         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2815         HOST_STACK_END_ADDR): Likewise.
2817 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2819         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2820         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2821         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2823 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2825         * sysdeps/generic/c++-types.data: New file.
2826         * sysdeps/generic/ld.abilist: New file.
2827         * sysdeps/generic/libBrokenLocale.abilist: New file.
2828         * sysdeps/generic/libanl.abilist: New file.
2829         * sysdeps/generic/libc.abilist: New file.
2830         * sysdeps/generic/libcrypt.abilist: New file.
2831         * sysdeps/generic/libdl.abilist: New file.
2832         * sysdeps/generic/libm.abilist: New file.
2833         * sysdeps/generic/libpthread.abilist: New file.
2834         * sysdeps/generic/libresolv.abilist: New file.
2835         * sysdeps/generic/librt.abilist: New file.
2837 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2839         [BZ #17569]
2840         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2841         Compute absolute value of x as modified by fmod, not original
2842         value of x.
2843         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2844         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2845         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2846         RUN_TEST_ffI_f1_mod8.
2847         (remquo_test_data): Add more tests.
2849 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2851         * sysdeps/init_array/pt-crti.S: New file.
2853 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2855         [BZ #17967]
2856         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2857         __builtin_fmaf instead of relying on contraction of a * b + c.
2859 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2861         [BZ #17969]
2862         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2863         node.
2865 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2867         [BZ #17964]
2868         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2869         __builtin_fma instead of relying on contraction of a * b + c.
2871 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2873         * Makeconfig (ASFLAGS): Add -Werror=undef.
2874         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2875         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2876         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2878         * Makeconfig (after-link): New variable.
2879         (+link-pie, +link-pie-tests): Use it.
2880         (+link-static, +link-static-tests): Likewise.
2881         (+link, +link-tests): Likewise.
2882         * Makerules (build-module, build-module-asneeded): Likewise.
2883         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2884         Likewise.
2885         * elf/Makefile ($(objpfx)ld.so): Likewise.
2887 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2889         [BZ #17965]
2890         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2891         both struct timeval and struct timespec.
2893 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2895         [BZ #16560]
2896         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2897         and redefine.
2898         (__ieee754_exp2l): Do not multiply small fractional parts by
2899         M_LN2l.
2900         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2901         small argument.
2902         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2903         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2904         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2905         * math/auto-libm-test-in: Add more tests of exp2.
2906         * math/auto-libm-test-out: Regenerated.
2908 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2910         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2911         unaligned path.
2913 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2915         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2916         little endian.
2918 2015-02-12  Andreas Schwab  <schwab@suse.de>
2920         [BZ #15790]
2921         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2922         Filter out elision flags from value returned in kind.
2923         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2924         * nptl/tst-pthread-mutexattr.c: New file.
2926 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2928         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2929         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2930         into gnu-gnu, and update comment to refer to abi-tags.
2932 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2934         [BZ #15467]
2935         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2936         (__sincos): Set errno to EDOM for infinite argument.
2937         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2938         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2939         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2940         (__sincosl): Set errno to EDOM for infinite argument.
2941         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2942         (__sincosl): Set errno to EDOM for infinite argument.
2943         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2944         (__sincosl): Set errno to EDOM for infinite argument.
2945         * math/libm-test.inc (sincos_test_data): Test errno setting.
2947 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2949         * string/strxfrm_l.c: Remove #define STRCMP.
2950         * string/strcoll_l.c: Remove #define STRLEN.
2951         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2952         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2954 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2956         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2957         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2958         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2959         * sysdeps/mips/mips64/Makefile: ... here.
2960         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2961         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2962         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2963         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2964         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2965         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2966         * sysdeps/mips/mips64/n64/Implies: Likewise.
2968 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2970         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2971         <sys/time.h>, <string.h>, and <errno.h>.
2972         (dest_offset, dest_address, value, zero): Remove unused variables.
2973         (ldouble): Remove typedef.
2974         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2975         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2976         1).  Fix code style.
2977         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2978         (check): Function removed.
2979         (CHECK): New macro.
2980         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2981         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2982         Don't call set_sigaction_FP and remove_sigaction_FP here.
2983         (ldouble_test): Just use 'long double' as macro argument, no need for
2984         the 'ldouble' typedef.
2985         (do_test): Set up SIGFPE handler at start, using plain signal rather
2986         than sigaction.  Fix code style.
2988 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2990         [BZ #17949]
2991         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2992         jump label.
2994 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2996         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2997         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2999         * sysdeps/powerpc/configure.ac: Remove file.
3000         * sysdeps/powerpc/configure: Likewise.
3002         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3003         [sysdep_routines]: Remove wordcopy-power6 object.
3004         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
3005         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
3006         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
3007         (__memmove_ppc32): Likewise.
3008         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
3009         file.
3010         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
3011         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
3012         Remove preprocessor.
3014         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
3015         [sysdep_routines]: Remove wide chars objects.
3016         [wcsmbs]: New rule for wide char objects.
3018         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3019         Remove wordcopy-power6 obejct.
3020         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
3021         Use local call for wordcopy and memcpy symbols.
3022         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
3023         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
3024         implementation for loader.
3025         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
3027         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3028         Remove wordcopy-power7 object.
3029         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
3030         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
3031         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
3032         (_wordcopy_fwd_dest_aligned): Likewise.
3033         (_wordcopy_bwd_aligned): Likewise.
3034         (_wordcopy_bwd_dest_aligned): Likewise.
3036         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
3037         Rewrite to call __memmove_ppc instead of include default
3038         implementation.
3040         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3041         Remove wide chars objects.
3042         [wcsmbs]: New rule for wide char objects.
3044 2015-02-09  Andreas Schwab  <schwab@suse.de>
3046         [BZ #17912]
3047         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
3048         in terms of __O_DIRECTORY.
3050 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3052         * time/getdate.c: Include <stdbool.h>.
3053         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
3054         call PTR_MANGLE.
3055         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
3056         PTR_DEMANGLE.
3058 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3060         Add ersatz _Static_assert on older C hosts
3061         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
3062         pre-C11 C platform that is not known to support _Static_assert.
3064 2015-02-07  Richard Braun  <rbraun@sceen.net>
3066         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
3067         sigstate.
3068         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
3070 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3072         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
3073         priority against unexistent AIO_PRIO_DELTA_MAX.
3074         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
3075         instead of int.
3076         * misc/fchflags.c (fchflags): Likewise.
3077         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3078         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3079         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
3080         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
3081         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
3082         Declare macros.
3083         [__USE_MISC] (chflags, fchflags): Declare functions.
3084         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
3085         EINVAL when nfds is greater than FD_SETSIZE.
3086         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
3087         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
3088         45.
3089         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
3090         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
3091         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
3092         MACH_RCV_TIMED_OUT.
3093         * hurd/hurd/signal.h (_hurd_self_sigstate,
3094         _hurd_critical_section_lock, _hurd_critical_section_unlock):
3095         Explicit casts from void *.
3096         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
3097         * abi-tags: Rename gnu-gnu os into gnu.
3099         [BZ #4719]
3100         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
3101         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
3102         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
3103         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
3104         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
3105         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
3107         [BZ #17944]
3108         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
3109         duplicates ADDR->sun_path with sockaddr LEN limitation.
3110         * sysdeps/mach/hurd/connect.c: Include <string.h>
3111         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
3112         * sysdeps/mach/hurd/sendmsg.c: Likewise.
3113         * sysdeps/mach/hurd/sendto.c: Likewise.
3114         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
3115         implementing it by hand.
3117 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3119         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
3120         Use sfi_breg on ldr.
3121         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
3122         Likewise.
3124         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
3125         it's defined.
3126         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
3127         Test SIGSETXID only if it's defined.
3129         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
3131         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
3132         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
3134         * nptl/tst-align2.c: Moved ...
3135         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
3136         * nptl/Makefile (tests): Remove tst-align2.
3137         * sysdeps/unix/sysv/linux/Makefile
3138         [$(subdir) = nptl] (tests): Add tst-align-clone.
3139         * nptl/tst-getpid1.c: Moved ...
3140         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
3141         * nptl/tst-getpid2.c: Moved ...
3142         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
3143         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
3144         * sysdeps/unix/sysv/linux/Makefile
3145         [$(subdir) = nptl] (tests): ... here.
3146         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
3147         * sysdeps/unix/sysv/linux/Makefile
3148         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
3150         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
3151         Drop trailing \n from perror argument.  Use return rather than exit.
3153         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
3154         on [SA_SIGINFO].
3155         * nptl/tst-cancel21.c (do_test): Likewise.
3156         * debug/tst-backtrace6.c: Include <signal.h> first thing.
3157         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
3158         [!SA_SIGINFO]: Make it a stub test.
3160         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
3161         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
3163         * posix/tst-getlogin.c: Move to ...
3164         * login/tst-getlogin.c: ... here.
3165         * posix/Makefile (tests): Move tst-getlogin to ...
3166         * login/Makefile (tests): ... here.
3168         * libio/tst-atime.c (do_test): Move local variables SV and E
3169         inside [ST_NOATIME] conditional.
3171         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
3173         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
3175         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
3176         (wait_code): New function replaces macro.
3177         Call nanosleep rather than syscall.
3179         * nptl/pt-system.c: Rewritten.  Put everything under
3180         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3181         Use IFUNC to redirect when possible.
3183         * nptl/pt-longjmp.c: Rewritten.  Put everything under
3184         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3185         Use IFUNC to redirect when possible.
3187         * nptl/pt-fork.c: Rewritten.  Put everything under
3188         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
3189         Use IFUNC to redirect when possible.
3190         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
3192         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
3193         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
3194         unconditionally nowadays.  This included the only reference to
3195         __vdso_clock_gettime that appears outside libc proper.
3196         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
3197         Remove version set (containing only __vdso_clock_gettime).
3198         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
3199         Add attribute_hidden.
3200         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
3201         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
3202         libc_hidden_data_def.
3203         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
3204         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
3206         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
3207         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
3208         setrpcent, and getrpcport to ...
3209         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
3210         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
3211         getrpcbynumber_r, and getrpcent_r to ...
3212         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
3213         * inet/getrpcbyname.c: Moved ...
3214         * sunrpc/getrpcbyname.c: ... here.
3215         * inet/getrpcbyname_r.c: Moved ...
3216         * sunrpc/getrpcbyname_r.c: ... here.
3217         * inet/getrpcbynumber.c: Moved ...
3218         * sunrpc/getrpcbynumber.c: ... here.
3219         * inet/getrpcbynumber_r.c: Moved ...
3220         * sunrpc/getrpcbynumber_r.c: ... here.
3221         * inet/getrpcent.c: Moved ...
3222         * sunrpc/getrpcent.c: ... here.
3223         * inet/getrpcent_r.c: Moved ...
3224         * sunrpc/getrpcent_r.c: ... here.
3225         * inet/Makefile (routines): Move those to ...
3226         * sunrpc/Makefile (routines): ... here.
3227         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
3228         the $(subdirs) list.
3229         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
3230         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
3231         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
3232         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
3234         * elf/Makefile (routines): Include $(all-dl-routines), not just
3235         $(dl-routines).
3236         (rtld-routines): Likewise.  Use = rather than :=.
3237         * sysdeps/aarch64/Makefile [$(subdir) = elf]
3238         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
3239         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
3240         * sysdeps/arm/Makefile: Likewise.
3241         * sysdeps/i386/Makefile: Likewise.
3242         * sysdeps/x86_64/Makefile: Likewise.
3243         * sysdeps/hppa/Makefile [$(subdir) = elf]
3244         (sysdep_routines, sysdep-rtld-routines): Don't add
3245         $(sysdep-dl-routines) to these.
3246         * sysdeps/ia64/Makefile: Likewise.
3247         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
3248         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
3249         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
3250         Don't add dl-static to these; sysdep-dl-routines alone is enough.
3251         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3252         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
3253         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
3254         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
3255         * sysdeps/powerpc/Makefile [$(subdir) = elf]
3256         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
3257         these; sysdep-dl-routines alone is enough.
3259 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
3261         [BZ #17932]
3262         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
3263         where multiplication results in zero and third argument is finite
3264         and nonzero.
3265         * math/auto-libm-test-in: Add more tests of fma.
3266         * math/auto-libm-test-out: Regenerated.
3268         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
3269         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
3270         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
3271         (_FP_CMP_EQ): Likewise.
3272         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
3274         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
3275         extra argument CHECK_NAN.  Redefine as wrapper around
3276         _FP_EXTEND_CNAN.
3278 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
3280         * version.h (RELEASE): Set to "stable".
3281         (VERSION): Set to "2.21"
3282         * include/features.h (__GLIBC_MINOR__): Set to 21.
3284         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
3286 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
3287             Paul Eggert  <eggert@cs.ucla.edu>
3289         [BZ #16618]
3290         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
3291         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
3292         size in bytes. Store needed elements in wpmax. Use needed size
3293         in bytes for extend_alloca.
3295 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
3297         * manual/install.texi: Latest tested versions are GCC 4.9.2,
3298         binutls 2.25, and texinfo 5.2.
3299         * INSTALL: Regenerate.
3300         * sysdeps/nios2/configure: Regenerate.
3301         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
3302         * manual/contrib.texi: Update.
3303         * po/be.po: Update.
3304         * po/bg.po: Update.
3305         * po/ca.po: Update.
3306         * po/cs.po: Update.
3307         * po/da.po: Update.
3308         * po/de.po: Update.
3309         * po/el.po: Update.
3310         * po/eo.po: Update.
3311         * po/es.po: Update.
3312         * po/fi.po: Update.
3313         * po/fr.po: Update.
3314         * po/gl.po: Update.
3315         * po/hr.po: Update.
3316         * po/hu.po: Update.
3317         * po/ia.po: Update.
3318         * po/id.po: Update.
3319         * po/it.po: Update.
3320         * po/ja.po: Update.
3321         * po/ko.po: Update.
3322         * po/lt.po: Update.
3323         * po/nb.po: Update.
3324         * po/nl.po: Update.
3325         * po/pl.po: Update.
3326         * po/pt_BR.po: Update.
3327         * po/ru.po: Update.
3328         * po/rw.po: Update.
3329         * po/sk.po: Update.
3330         * po/sl.po: Update.
3331         * po/sv.po: Update.
3332         * po/tr.po: Update.
3333         * po/uk.po: Update.
3334         * po/vi.po: Update.
3335         * po/zh_CN.po: Update.
3336         * po/zh_TW.po: Update.
3338         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
3339         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
3340         * sysdeps/hppa/dl-irel.h: Remove #warning.
3341         * sysdeps/hppa/entry.h: Provide prototype for
3342         __canonicalize_funcptr_for_compare and cast argument.
3343         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
3344         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
3345         * sysdeps/hppa/sotruss-lib.c: New file.
3346         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
3347         (atomic_compare_and_exchange_val_acq): Use __typeof__.
3348         (atomic_compare_and_exchange_bool_acq): Likewise.
3349         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
3350         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
3352         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
3353         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
3354         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
3356 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
3358         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
3359         called function in non-PIC case.
3361 2015-01-31  David S. Miller  <davem@davemloft.net>
3363         * sysdeps/sparc/sparc32/bits/atomic.h
3364         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
3365         unlock not after it.
3366         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
3367         volatile register usage warnings from the compiler.
3369         * sysdeps/sparc/nptl/sem_init.c: Delete.
3370         * sysdeps/sparc/nptl/sem_post.c: Delete.
3371         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
3372         * sysdeps/sparc/nptl/sem_wait.c: Delete.
3373         * sysdeps/sparc/sparc32/sem_init.c: New file.
3374         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
3375         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
3376         padding explicitly initialized.
3377         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
3378         padding for in-semaphore spinlock.
3379         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
3380         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
3381         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
3382         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
3383         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
3384         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
3385         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
3386         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
3387         version.
3388         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
3389         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
3391 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
3393         [BZ #17801]
3394         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3395         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
3396         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
3397         New.
3398         (index_AVX_Fast_Unaligned_Load): Likewise.
3399         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
3400         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
3401         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
3402         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
3403         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
3404         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
3405         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
3406         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
3407         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
3409 2015-01-29  Andreas Schwab  <schwab@suse.de>
3411         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
3413 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
3415         [BZ #17892]
3416         * nscd/nscd_stat.c (send_stats): Initialize DATA.
3418 2015-01-28  Martin Sebor  <msebor@redhat.com>
3420         * math/README.libm-test: Clarify. Add "How to read the test output."
3422 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
3424         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
3425         Define to 0.
3427 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
3429         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
3430         (__HAVE_64B_ATOMICS): Define to 0.
3432 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3434         [BZ #17885]
3435         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
3436         value to set as new flag.
3438         [BZ #16576]
3439         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
3440         and use _ARCH_PPCSQ instead.
3441         (__ieee754_sqrt): Likewise.
3442         (__ieee754_sqrtf): Likewise.
3443         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
3444         _ARCH_PPCSQ is defined.
3445         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
3446         fsqrt instruction.
3447         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
3448         _ARCH_PPCSQ is defined.
3449         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
3450         fsqrts instruction.
3451         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
3453 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3455         * iconv/loop.c: Suppress array out of bound warning caused by GCC
3456         bug (GCC BZ #64739).
3458 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
3460         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
3461         Mark _retval as used.
3462         (lll_futex_wake_unlock): Likewise.
3463         (lll_futex_timed_wait_requeue_pi): Likewise.
3465         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3466         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
3467         register variables.
3469         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
3470         libm_hidden_def.
3472         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
3473         (__bswap_64): Mark as __always_inline.
3475 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
3477         [BZ #15378]
3478         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
3479         when none of the search directories exist.
3481 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
3483         [BZ #17869]
3484         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
3485         power8 in .machine directive.
3487         [BZ #17868]
3488         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
3489         set dependency from opd value.
3491 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3494         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
3495         architecture.
3497 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
3499         [BZ #17870]
3500         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
3501         with uint64_t.
3502         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
3503         (uint64_t) 1.
3504         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
3505         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
3506         Replace 1UL with (uint64_t) 1.
3507         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
3508         int with uint64_t.
3510 2015-01-23  Roland McGrath  <roland@hack.frob.com>
3512         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
3513         (if_freenameindex): Likewise.
3515         * resource/getrlimit64.c: Add missing libc_hidden_def.
3517 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
3519         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
3520         __label__.
3521         (_FP_FMA): Likewise.
3522         (_FP_TO_INT_ROUND): Likewise.
3523         (_FP_FROM_INT): Likewise.
3525 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3527         [BZ #16418]
3528         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
3529         Make code racy and cancel safe.
3531 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
3533         * sysdeps/arm/unwind-resume.h: Fix copyright year.
3534         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
3535         attribution.
3537         * pwd/tst-getpw.c: Rewrite.
3539         [BZ #17702]
3540         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
3541         (modules-names): Add moddummy1 and moddummy2.
3542         ($(objpfx)tst-rec-dlopen): Define.
3543         * dlfcn/moddummy1.c: New file.
3544         * dlfcn/moddummy2.c: New file.
3545         * dlfcn/tst-rec-dlopen.c: New file.
3546         * elf/dl-cache.c (_dl_load_cache_lookup):
3547         Return char*. Copy result with alloca/strcpy/strdup.
3548         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
3549         returns char*. Free cached. If not saving realname
3550         free cached.
3551         * elf/dl-open.c (dl_open_worker): Do not assert that
3552         _r_debug->r_state is RT_CONSISTENT.
3553         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
3554         returns char*.
3556 2015-01-21  Torvald Riegel  <triegel@redhat.com>
3557             Carlos O'Donell  <carlos@redhat.com>
3559         [BZ #12674]
3560         * nptl/sem_waitcommon.c: New file.
3561         * nptl/sem_wait.c: Include sem_waitcommon.c.
3562         (__sem_wait_cleanup, do_futex_wait): Remove.
3563         (__new_sem_wait): Adapt.
3564         (__new_sem_trywait): New function.
3565         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
3566         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
3567         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
3568         (sem_timedwait): Adapt.
3569         * nptl/sem_post.c (__new_sem_post): Adapt.
3570         (futex_wake): New function.
3571         (__old_sem_post): Add release MO fence.
3572         * nptl/sem_open.c (sem_open): Adapt.
3573         * nptl/sem_init.c (__new_sem_init): Adapt.
3574         (futex_private_if_supported): New function.
3575         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
3576         (__old_sem_getvalue): Add using previous code.
3577         * sysdeps/nptl/internaltypes.h: Adapt.
3578         * nptl/tst-sem13.c (do_test): Adapt.
3579         * nptl/tst-sem11.c (main): Adapt.
3580         * nptl/sem_trywait.c: Remove.
3581         * nptl/DESIGN-sem.txt: Remove.
3582         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
3583         (gen-as-const-headers): Remove structsem.sym.
3584         * nptl/structsem.sym: Remove.
3585         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
3586         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
3587         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
3588         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
3589         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
3590         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
3591         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
3592         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
3593         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
3594         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
3595         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
3596         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
3597         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
3598         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
3599         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
3600         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
3601         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
3602         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
3603         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
3604         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
3605         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
3606         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
3608 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
3610         * INSTALL: Regenerated.
3612         * po/libc.pot: Regenerated.
3614 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
3615             Sandra Loosemore  <sandra@codesourcery.com>
3616             Andrew Jenner  <andrew@codesourcery.com>
3617             Joseph Myers  <joseph@codesourcery.com>
3618             Nathan Sidwell  <nathan@codesourcery.com>
3620         * NEWS: Mention new Nios II port.
3621         * sysdeps/nios2/Implies: New file.
3622         * sysdeps/nios2/Makefile: New file.
3623         * sysdeps/nios2/Subdirs: New file.
3624         * sysdeps/nios2/Versions: New file.
3625         * sysdeps/nios2/__longjmp.S: New file.
3626         * sysdeps/nios2/abort-instr.h: New file.
3627         * sysdeps/nios2/backtrace.c: New file.
3628         * sysdeps/nios2/bits/endian.h: New file.
3629         * sysdeps/nios2/bits/fenv.h: New file.
3630         * sysdeps/nios2/bits/link.h: New file.
3631         * sysdeps/nios2/bits/setjmp.h: New file.
3632         * sysdeps/nios2/bsd-_setjmp.S: New file.
3633         * sysdeps/nios2/bsd-setjmp.S: New file.
3634         * sysdeps/nios2/configure: New generated file.
3635         * sysdeps/nios2/configure.ac: New file.
3636         * sysdeps/nios2/crti.S: New file.
3637         * sysdeps/nios2/crtn.S: New file.
3638         * sysdeps/nios2/dl-init.c: New file.
3639         * sysdeps/nios2/dl-machine.h: New file.
3640         * sysdeps/nios2/dl-sysdep.h: New file.
3641         * sysdeps/nios2/dl-tls.h: New file.
3642         * sysdeps/nios2/dl-trampoline.S: New file.
3643         * sysdeps/nios2/gccframe.h: New file.
3644         * sysdeps/nios2/gmp-mparam.h: New file.
3645         * sysdeps/nios2/jmpbuf-offsets.h: New file.
3646         * sysdeps/nios2/jmpbuf-unwind.h: New file.
3647         * sysdeps/nios2/ldsodefs.h: New file.
3648         * sysdeps/nios2/libc-tls.c: New file.
3649         * sysdeps/nios2/libm-test-ulps: New file.
3650         * sysdeps/nios2/machine-gmon.h: New file.
3651         * sysdeps/nios2/math-tests.h: New file.
3652         * sysdeps/nios2/math_private.h: New file.
3653         * sysdeps/nios2/memusage.h: New file.
3654         * sysdeps/nios2/nptl/Makefile: New file.
3655         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
3656         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
3657         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
3658         * sysdeps/nios2/nptl/pthreaddef.h: New file.
3659         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
3660         * sysdeps/nios2/nptl/tls.h: New file.
3661         * sysdeps/nios2/preconfigure: New file.
3662         * sysdeps/nios2/s_fma.c: New file.
3663         * sysdeps/nios2/s_fmaf.c: New file.
3664         * sysdeps/nios2/setjmp.S: New file.
3665         * sysdeps/nios2/sfp-machine.h: New file.
3666         * sysdeps/nios2/sotruss-lib.c: New file.
3667         * sysdeps/nios2/stackguard-macros.h: New file.
3668         * sysdeps/nios2/stackinfo.h: New file.
3669         * sysdeps/nios2/start.S: New file.
3670         * sysdeps/nios2/sysdep.h: New file.
3671         * sysdeps/nios2/tls-macros.h: New file.
3672         * sysdeps/nios2/tst-audit.h: New file.
3673         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
3674         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
3675         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
3676         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
3677         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
3678         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
3679         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
3680         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
3681         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
3682         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
3683         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
3684         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
3685         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
3686         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
3687         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
3688         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
3689         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
3690         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
3691         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
3692         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
3693         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
3694         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
3695         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
3696         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
3697         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
3698         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
3699         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
3700         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
3701         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
3702         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
3703         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
3704         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
3705         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3706         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3707         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3708         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3709         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3710         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3711         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3712         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3713         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3714         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3715         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3716         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3718 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3720         [BZ #17844]
3721         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3722         (getutent): Use weak_alias in non SHARED case
3723         and default_symbol_version in SHARED case.
3724         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3725         (getutent_r, pututline): Likewise.
3726         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3727         (getutid): Likewise.
3728         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3729         (getutid_r): Likewise.
3730         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3731         (getutline): Likewise.
3732         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3733         (getutline_r): Likewise.
3734         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3735         (updwtmp): Likewise.
3737 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3739         [BZ #17848]
3740         * sysdeps/s390/s390-32/memcmp.S
3741         (memcmp_g5): Rename to __memcmp_g5.
3742         * sysdeps/s390/s390-32/memcpy.S
3743         (memcpy_g5): Rename to __memcpy_g5.
3744         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3745         (memcpy_mvcle) Rename to __memcpy_mvcle.
3746         * sysdeps/s390/s390-32/memset.S
3747         (memset_g5): Rename to __memset_g5.
3748         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3749         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3750         and use prefixed functions.
3751         * sysdeps/s390/s390-32/multiarch/memcmp.S
3752         (memcmp_z196): Rename to __memcmp_z196.
3753         (memcmp_z10): Rename to __memcmp_z10.
3754         (memcmp): Set alias to __memcmp_g5.
3755         (bcmp): Set alias to __memcmp_g5.
3756         * sysdeps/s390/s390-32/multiarch/memcpy.S
3757         (memcpy_z196): Rename to __memcpy_z196.
3758         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3759         (memcpy_z10): Rename to __memcpy_z10.
3760         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3761         (memcpy): Set alias to __memcpy_g5.
3762         * sysdeps/s390/s390-32/multiarch/memset.S
3763         (memset_z196): Rename to __memset_z196.
3764         Jump to __memset_mvcle instead of memset_mvcle.
3765         (memset_z10): Rename to __memset_z10.
3766         Jump to __memset_mvcle instead of memset_mvcle.
3767         (memset_mvcle) Rename to __memset_mvcle.
3768         (memset): Set alias to __memset_g5.
3769         * sysdeps/s390/s390-64/memcmp.S
3770         (memcmp_z900): Rename to __memcmp_z900.
3771         * sysdeps/s390/s390-64/memcpy.S
3772         (memcpy_z900): Rename to __memcpy_z900.
3773         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3774         (memcpy_mvcle) Rename to __memcpy_mvcle.
3775         * sysdeps/s390/s390-64/memset.S
3776         (memset_z900): Rename to __memset_z900.
3777         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3778         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3779         and use prefixed functions.
3780         * sysdeps/s390/s390-64/multiarch/memcmp.S
3781         (memcmp_z196): Rename to __memcmp_z196.
3782         (memcmp_z10): Rename to __memcmp_z10.
3783         (memcmp): Set alias to __memcmp_z900.
3784         (bcmp): Set alias to __memcmp_z900.
3785         * sysdeps/s390/s390-64/multiarch/memcpy.S
3786         (memcpy_z196): Rename to __memcpy_z196.
3787         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3788         (memcpy_z10): Rename to __memcpy_z10.
3789         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3790         (memcpy): Set alias to __memcpy_z900.
3791         * sysdeps/s390/s390-64/multiarch/memset.S
3792         (memset_z196): Rename to __memset_z196.
3793         Jump to __memset_mvcle instead of memset_mvcle.
3794         (memset_z10): Rename to __memset_z10.
3795         Jump to __memset_mvcle instead of memset_mvcle.
3796         (memset_mvcle) Rename to __memset_mvcle.
3797         (memset): Set alias to __memset_z900.
3799 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3801         [BZ #17748]
3802         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3803         __fesetenv instead of fesetenv.
3805 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3807         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3808         macro.
3810 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3812         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3813         regression on LE.
3815         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3816         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3817         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3818         strncmp-power8 object.
3819         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3820         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3821         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3822         * NEWS: Update.
3824 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3825             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3827         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3828         trailing byte check.
3830 2015-01-13  David S. Miller  <davem@davemloft.net>
3832         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3834 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3836         * login/logout.c (logout): Use memset rather than bzero.
3837         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3838         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3839         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3840         (_gethtbyaddr): Likewise.
3841         * locale/programs/simple-hash.c (bcopy): Macro removed.
3843 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3845         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3846         Add strcmp-power8 object.
3847         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3848         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3849         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3850         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3851         __strcmp_power8 implementation.
3852         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3853         * NEWS: Update.
3855         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3856         Add strncpy-power8 and stpncpy-power8 objects.
3857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3858         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3859         implementations.
3860         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3861         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3862         __stpncpy_power8 implementation.
3863         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3864         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3865         __strncpy_power8 implementation.
3866         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3867         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3868         * NEWS: Update.
3870         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3871         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3872         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3874         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3875         strncat-power8 object.
3876         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3877         __strcat_power8 implementation.
3878         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3879         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3880         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3881         optimized strcat for power8.
3883         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3884         strcpy-power8 and stpcpy-power8 objects.
3885         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3886         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3887         implementations.
3888         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3889         multiarch stpcpy implementation for POWER8.
3890         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3891         multiarch strcpy implementation for POWER8.
3892         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3893         __strcpy_power8 function.
3894         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3895         stpcpy for POWER8.
3896         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3897         strcpy for POWER8.
3898         * NEWS: Update.
3900 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3902         [BZ #16009]
3903         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3904         weights and rules. Use do_xfrm_cached if data fits in cache,
3905         do_xfrm otherwise.  Moved former main loop to...
3906         * (do_xfrm_cached): New function.
3907         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3908         find_idx, find_position and stack_push.
3909         * (find_idx): New function.
3910         * (find_position): Likewise.
3911         * localedata/sort-test.sh: Added test run for do_xfrm.
3912         * localedata/xfrm-test.c (main): Added command line option
3913         -nocache to run the test with strings that are too large for
3914         the STRXFRM cache.
3916 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3918         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3919         variable to lll_futex_wake call, not the value itself.
3921 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3923         [BZ #17803]
3924         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3925         twom64.  Adjust value to 0x1p-64L.
3926         (__scalblnl): Only return standard underflowing result for K <=
3927         -64 not K <= -63; adjust exponent for underflowing result by 64
3928         not 63.
3929         * math/libm-test.inc (scalbn_test_data): Add more tests.
3930         (scalbln_test_data): Likewise.
3932         [BZ #17834]
3933         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3934         0x1p63L.
3935         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3936         not HX.
3937         * math/libm-test.inc (scalbn_test_data): Add more tests.
3938         (scalbln_test_data): Likewise.
3940 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3941             Stefani Seibold  <stefani@seibold.net>
3943         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3944         (sysdep_routines): Add dl-vdso here, ...
3945         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3946         (sysdep_routines): ... not here.
3947         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3948         fallback when vDSO is not presented.
3949         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3950         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3951         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3952         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3953         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3954         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3955         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3956         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3957         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3958         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3959         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3960         fallback configurable symbol when vDSO is not available.
3961         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3962         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3963         be able to redefine fallback symbol when vDSO is not available.
3964         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3965         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3967 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3969         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3970         (TLS_INIT_TP): Add tm_capable initialization.
3971         (TLS_DEFINE_INIT_TP): Likewise.
3972         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3973         TCB.
3974         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3975         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3976         calculation.
3977         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3978         transactoion is lock elision is built and TCB tm_capable is set.
3979         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3981         (INTERNAL_SYSCALL_NCS): Likewise.
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3983         (INTERNAL_SYSCALL_NCS): Likewise.
3984         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3986         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3987         for powerpc.
3988         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3989         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3990         and remove it for 32 bits case.
3991         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3992         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3993         initialization.
3994         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3995         Disable lock elision with rdlocks if elision is not available.
3997         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3998         (sysdep_routines): Add lock elision objects.
3999         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4000         [pthread_mutex_t] (__spins): Rework to add lock elision field.
4001         [pthread_mutex_t] (__elision): Add field.
4002         [__PTHREAD_SPINS]: Adjust to init lock elision field.
4003         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
4004         elision definitions for powerpc.
4005         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
4006         implementation of lock elision for powerpc.
4007         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
4008         implementation of timed lock elision for powerpc.
4009         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
4010         implementation of trylock with lock elision for powerpc.
4011         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
4012         implementaion of unlock for lock elision for powerpc.
4013         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
4014         automatic enable lock elision for mutexes.
4015         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
4016         transaction execution definitions for powerpc.
4017         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
4018         definitions.
4019         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
4020         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
4021         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
4022         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
4023         * NEWS: Update.
4025 2015-01-09  Roland McGrath  <roland@hack.frob.com>
4027         * sysdeps/posix/shm-directory.c: Use <> rather than ""
4028         for #include of <shm-directory.h>.
4030 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
4032         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
4033         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
4035 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
4037         [BZ #17791]
4038         * NEWS: Mention bug fix.
4039         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
4040         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
4041         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
4043 2015-01-09  Torvald Riegel <triegel@redhat.com>
4045         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
4047 2015-01-09  Torvald Riegel <triegel@redhat.com>
4049         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
4051 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4053         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
4054         pointer and cast to uintptr_t.
4056 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4058         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
4059         removed.
4060         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
4062 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
4064         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
4065         of 0.
4067 2015-01-08  Roland McGrath  <roland@hack.frob.com>
4069         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
4070         <nptl/pthreadP.h> instead.
4071         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
4073         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
4074         already defined.
4075         [__SIGRTMIN] (init): Function removed.
4076         [__SIGRTMIN] (initialized): Variable removed.
4077         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
4078         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
4079         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
4080         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
4081         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
4082         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
4083         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
4084         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
4085         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
4086         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
4087         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
4088         * sysdeps/nptl/allocrtsig.c: New file.
4089         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
4090         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
4091         * sysdeps/generic/testrtsig.h: File removed.
4093         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
4094         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
4096         * nptl/nptl-init.c (pthread_functions): Conditionalize
4097         .ptr__nptl_setxid initialization on [SIGSETXID].
4099         * sysdeps/nptl/sys/procfs.h: New file.
4100         * nptl_db/Makefile (headers): Add it.
4101         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
4103         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
4104         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
4105         * nptl/pthread_attr_setaffinity.c: Include it.
4106         * nptl/pthread_setattr_default_np.c: Likewise.
4107         * nptl/check-cpuset.h: New file.
4109 2015-01-08  Richard Henderson  <rth@redhat.com>
4111         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
4112         (CFLAGS-tst-execstack-prog.c): Likewise.
4113         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
4115 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
4116             Sandra Loosemore  <sandra@codesourcery.com>
4117             Andrew Jenner  <andrew@codesourcery.com>
4118             Joseph Myers  <joseph@codesourcery.com>
4119             Nathan Sidwell  <nathan@codesourcery.com>
4121         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
4122         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
4123         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
4124         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
4125         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
4126         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
4127         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
4128         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
4129         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
4130         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
4131         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
4132         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
4133         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
4134         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
4135         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
4136         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
4137         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
4139 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4141         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
4142         timespec struct member in syscall macro.
4143         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
4144         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
4145         first timeval struct member in syscall macro.
4146         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
4148 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
4150         [BZ #17748]
4151         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
4152         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
4153         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
4154         __feupdateenv and define as weak alias of __feupdateenv.  Use
4155         libm_hidden_weak.
4156         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
4157         libm_hidden_def.
4158         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
4159         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
4160         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4161         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
4162         libm_hidden_def.
4163         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
4164         __feupdateenv and define as weak alias of __feupdateenv.  Use
4165         libm_hidden_weak.
4166         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
4167         libm_hidden_def.
4168         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
4169         __feupdateenv and define as weak alias of __feupdateenv.  Use
4170         libm_hidden_weak.
4171         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
4172         libm_hidden_def.
4173         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4174         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4175         (__feupdateenv): Likewise.
4176         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
4177         __feupdateenv and define as weak alias of __feupdateenv.  Use
4178         libm_hidden_weak.
4179         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4180         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
4181         libm_hidden_def.
4182         * sysdeps/tile/math_private.h (__feupdateenv): New inline
4183         function.
4184         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
4185         libm_hidden_def.
4186         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
4187         __feupdateenv instead of feupdateenv.
4188         (default_libc_feupdateenv_test): Likewise.
4189         (libc_feresetround_ctx): Likewise.
4191 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4193         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
4194         prototype.
4196 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
4198         * posix/regcomp.c (parse_bracket_exp): Initialize type to
4199         COLL_SYM in a couple of places to avoid uninitialized variable
4200         wanings on tilegx gcc 4.8.2.
4202 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4204         * sysdeps/aarch64/strcpy.S: New file.
4205         * sysdeps/aarch64/stpcpy.S: New file.
4206         * NEWS: Updated.
4208 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
4210         * sysdeps/aarch64/strrchr.S: New file.
4211         * NEWS: Updated.
4213 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
4215         [BZ #17658]
4216         * stdlib/setenv.c: Fix memory leak when setting large,
4217         duplicate string.
4219 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
4221         [BZ #17273]
4222         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
4223         and tabs from buffer before parsing fstab entry.
4224         * misc/tst-mntent.c (main): Add test for mount entry with
4225         trailing spaces and tabs.
4227 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
4229         [BZ #17748]
4230         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
4231         * math/fesetround.c (fesetround): Rename to __fesetround and
4232         define as weak alias of __fesetround.  Use libm_hidden_weak.
4233         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
4234         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
4235         * sysdeps/arm/fesetround.c (fesetround): Likewise.
4236         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
4237         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
4238         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
4239         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
4240         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
4241         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
4242         __fesetround_inline.
4243         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
4244         __fesetround_inline instead of __fesetround.
4245         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
4246         __fesetround and define as weak alias of __fesetround.  Use
4247         libm_hidden_weak.  Call __fesetround_inline instead of
4248         __fesetround.
4249         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
4250         __fesetround and define as weak alias of __fesetround.  Use
4251         libm_hidden_weak.
4252         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
4253         Likewise.
4254         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
4255         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4256         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
4257         * sysdeps/tile/math_private.h (__fesetround): New inline function.
4258         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
4259         __fesetround and define as weak alias of __fesetround.  Use
4260         libm_hidden_weak.
4261         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
4262         __fesetround instead of fesetround.
4263         (default_libc_feholdexcept_setround): Likewise.
4264         (libc_feholdsetround_ctx): Likewise.
4265         (libc_feholdsetround_noex_ctx): Likewise.
4267         [BZ #17748]
4268         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
4269         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
4270         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4271         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4272         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4273         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
4274         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4275         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
4276         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4277         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4278         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4279         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4280         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4281         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4282         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
4283         libm_hidden_def.
4284         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
4285         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
4286         Likewise.
4287         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
4288         define as weak alias of __fesetenv.  Use libm_hidden_weak.
4289         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4290         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
4291         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
4292         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
4293         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
4294         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
4295         __fesetenv instead of fesetenv.
4296         (libc_feresetround_noex_ctx): Likewise.
4297         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4298         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
4299         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
4300         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4301         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4302         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4303         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
4304         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
4305         (__feupdateenv): Likewise.
4306         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4307         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4308         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4309         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
4311 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4313         [BZ #17806]
4314         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
4315         addresses have been freed.
4317 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
4319         * resolv/res_init.c (__res_vinit): Improve comments about nserv
4320         and nservall.
4322 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
4324         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
4325         Clean up check_pf allocation pattern. addresses
4327 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4329         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
4330         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
4331         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
4332         * nptl/pthread_exit.c (__pthread_exit): Likewise.
4333         * nptl/pthread_join.c (pthread_join): Likewise.
4334         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
4335         * sysdeps/posix/waitid.c (__waitid): Likewise.
4336         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
4337         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
4338         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
4339         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
4340         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
4341         Likewise.
4342         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
4343         (__libc_pread64): Likewise.
4344         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
4345         (__libc_pwrite): Likewise.
4346         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
4347         (__libc_pwrite64): Likewsie.
4348         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
4349         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
4350         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
4351         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
4352         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
4353         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
4354         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
4355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
4356         Likewise.
4357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
4358         (__libc_pread64): Likewise.
4359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
4360         Likewise.
4361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
4362         (__libc_pwrite64): Likewise.
4363         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
4364         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
4365         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
4366         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
4367         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
4368         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
4369         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
4370         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
4371         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
4372         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
4373         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
4374         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4375         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
4376         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
4377         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
4378         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
4379         Likewise.
4381 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4383         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
4384         (CFLAGS-test-double.c): Likewise.
4385         (CFLAGS-test-ldouble.c): Likewise.
4386         (CPPFLAGS-test-ifloat.c): Likewise.
4387         (CPPFLAGS-test-idouble.c): Likewise.
4388         (CPPFLAGS-test-ildoubl.c): Likewise.
4389         (CFLAGS-test-test-fenv.c): Remove variable.
4390         (CFLAGS-test-misc.c): Likewise.
4392 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4394         [BZ #17797]
4395         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
4396         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
4397         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
4398         CLOCKS_PER_SEC == 1000000.
4399         * time/clocktest.c (main): Replace %ld with %jd and cast to
4400         intmax_t.
4402 2015-01-05  Roland McGrath  <roland@hack.frob.com>
4404         * sysdeps/generic/unwind-resume.h: New file.
4405         * sysdeps/gnu/unwind-resume.c: Include it.
4406         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
4407         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
4408         argument list.
4409         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
4410         global rather than static.
4411         (_Unwind_Resume): Update user.
4412         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
4413         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
4414         rather than static.  Add __attribute__ ((cold)).
4415         (_Unwind_Resume, __gcc_personality_v0): Update callers.
4416         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
4417         * sysdeps/arm/arm-unwind-resume.S: New file.
4418         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
4419         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
4420         * sysdeps/arm/Makefile [$(subdir) = csu]
4421         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
4422         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
4423         Add rt-arm-unwind-resume.
4424         [$(subdir) = nptl]
4425         (libpthread-sysdep_routines, libpthread-shared-only-routines):
4426         Add pt-arm-unwind-resume.
4427         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
4428         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
4430 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4432         [BZ #17748]
4433         * include/fenv.h (__feholdexcept): Declare.  Use
4434         libm_hidden_proto.
4435         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
4436         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
4437         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4438         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
4439         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
4440         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
4441         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
4442         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4443         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
4444         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
4445         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4446         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
4447         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
4448         (feholdexcept): Likewise.
4449         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
4450         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4451         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
4452         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
4453         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
4454         __feholdexcept instead of feholdexcept.
4455         (default_libc_feholdexcept_setround): Likewise.
4457 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4459         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
4460         to avoid using stl/str to align destination.
4462 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4464         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
4466 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4468         [BZ #17796]
4469         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
4470         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
4471         Define as weak alias not strong alias.
4473 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
4475         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
4476         bltzal with addiupc.
4477         (RTLD_START): Ditto.
4479 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
4481         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
4482         for __vdso_* functions in declarations.
4483         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
4484         definitions.
4485         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
4486         INTERNAL_VSYSCALL): Use struct return types to check for error.
4488         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
4489         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
4490         function with cast from llround().
4491         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
4492         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
4493         Define.
4495 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
4497         [BZ #17793]
4498         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
4499         Define as weak alias not strong alias.
4501         [BZ #17635]
4502         * ctype/ctype-c99.c: New file.  isblank implementation moved from
4503         ...
4504         * ctype/ctype-extn.c: ... here.
4505         (__isblank_l): Move to ...
4506         * ctype/ctype-c99_l.c: ... here.  New file.
4507         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
4508         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
4509         Remove variable.
4510         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4511         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4512         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4513         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4514         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4516         [BZ #17777]
4517         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
4518         (posix_fadvise64): Define as weak alias not strong alias.
4519         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4520         (posix_fallocate64): Likewise.
4521         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
4522         Remove variable.
4523         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4524         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4525         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4526         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4527         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4529 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
4531         [BZ #16191]
4532         * NEWS: Mention bug fix.
4533         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
4534         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
4535         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
4536         (HOST_STACK_END_ADDR): Likewise.
4538 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4540         [BZ #17748]
4541         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
4542         * math/fegetround.c (fegetround): Rename to __fegetround and
4543         define as weak alias of __fegetround.  Use libm_hidden_weak.
4544         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
4545         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
4546         * sysdeps/arm/fegetround.c (fegetround): Likewise.
4547         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
4548         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
4549         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
4550         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
4551         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
4552         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
4553         Undefine after rather than before function definition; use
4554         parentheses around function name in definition.
4555         (__fegetround): Also undefine macro after function definition.
4556         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
4557         __fegetround and define as weak alias of __fegetround.  Use
4558         libm_hidden_weak.  Do not undefine as macro.
4559         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
4560         Likewise.
4561         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
4562         __fegetround and define as weak alias of __fegetround.  Use
4563         libm_hidden_weak.
4564         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4565         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
4566         * sysdeps/tile/math_private.h (__fegetround): New inline function.
4567         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
4568         __fegetround and define as weak alias of __fegetround.  Use
4569         libm_hidden_weak.
4570         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
4571         __fegetround instead of fegetround.
4573         [BZ #17782]
4574         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
4575         Condition macro definition on [__USE_MISC].
4577         [BZ #17781]
4578         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
4579         (struct sigaction): Change type of sa_flags field to int.
4581         [BZ #17780]
4582         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
4583         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
4584         __glibc_reserved0.
4586         * nptl/version.c (banner): Use single year in copyright notice.
4588         * NEWS: Update copyright dates.
4589         * catgets/gencat.c (print_version): Likewise.
4590         * csu/version.c (banner): Likewise.
4591         * debug/catchsegv.sh: Likewise.
4592         * debug/pcprofiledump.c (print_version): Likewise.
4593         * debug/xtrace.sh (do_version): Likewise.
4594         * elf/ldconfig.c (print_version): Likewise.
4595         * elf/ldd.bash.in: Likewise.
4596         * elf/pldd.c (print_version): Likewise.
4597         * elf/sotruss.sh: Likewise.
4598         * elf/sprof.c (print_version): Likewise.
4599         * iconv/iconv_prog.c (print_version): Likewise.
4600         * iconv/iconvconfig.c (print_version): Likewise.
4601         * locale/programs/locale.c (print_version): Likewise.
4602         * locale/programs/localedef.c (print_version): Likewise.
4603         * login/programs/pt_chown.c (print_version): Likewise.
4604         * malloc/memusage.sh (do_version): Likewise.
4605         * malloc/memusagestat.c (print_version): Likewise.
4606         * malloc/mtrace.pl: Likewise.
4607         * manual/libc.texinfo: Likewise.
4608         * nptl/version.c (banner): Likewise.
4609         * nscd/nscd.c (print_version): Likewise.
4610         * nss/getent.c (print_version): Likewise.
4611         * nss/makedb.c (print_version): Likewise.
4612         * posix/getconf.c (main): Likewise.
4613         * scripts/test-installation.pl: Likewise.
4614         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
4616 2015-01-02  Will Newton  <will.newton@linaro.org>
4618         * sysdeps/arm/armv7/configure: Removed.
4619         * sysdeps/arm/armv7/configure.ac: Likewise.
4621 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
4623         * All files with FSF copyright notices: Update copyright dates
4624         using scripts/update-copyrights.
4625         * intl/plural.c: Regenerated.
4626         * locale/programs/charmap-kw.h: Likewise.
4627         * locale/programs/locfile-kw.h: Likewise.
4629 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4631         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
4633 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4635         [BZ #17748]
4636         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
4637         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
4638         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4639         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4640         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4641         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
4642         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4643         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
4644         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4645         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4646         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4647         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4648         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4649         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4650         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
4651         libm_hidden_def.
4652         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
4653         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
4654         Likewise.
4655         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
4656         define as weak alias of __fegetenv.  Use libm_hidden_weak.
4657         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4658         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
4659         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
4660         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
4661         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
4662         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
4663         __fegetenv instead of fegetenv.
4664         (libc_feholdsetround_noex_ctx): Likewise.
4666 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4668         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
4669         (Elf_MIPS_ABIFlags_v0): New structure.
4670         (EF_MIPS_FP64): Define.
4671         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
4672         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
4673         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
4674         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
4675         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
4676         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
4677         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
4678         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
4679         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
4680         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
4681         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
4682         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
4683         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
4684         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
4685         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
4686         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
4687         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
4688         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
4689         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
4690         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
4691         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
4692         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
4693         field.
4694         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
4695         EF_MIPS_FP64.
4696         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
4697         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
4698         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
4699         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
4700         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
4701         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
4702         * sysdeps/mips/tst-abi-interlink.c: Likewise.
4703         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
4704         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
4705         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4706         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4707         record the current FP ABI extension.
4708         (mips-mode-switch): Define to show if kernel headers support mode
4709         switching.
4710         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4711         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4712         supported SYSV ABI version to 3.
4713         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4714         feature.
4716 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4717             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4719         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4720         path.
4721         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4723 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4725         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4726         __fegetround and redefine to call __fegetround.  Remove condition
4727         on [!__NO_MATH_INLINES].
4728         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4729         function.
4730         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4731         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4732         Remove macro.
4733         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4734         instead of <fenv_libc.h>.
4735         (__llrintl): Call fegetround instead of __fegetround.
4736         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4737         instead of <fenv_libc.h>.
4738         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4739         (__lrintl): Call fegetround instead of __fegetround.
4740         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4741         instead of <fenv_libc.h>.
4742         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4743         (__rintl): Call fegetround instead of __fegetround.
4745 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4747         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4748         arrays.
4750 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4752         [BZ #17775]
4753         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4754         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4755         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4757 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4759         * sysdeps/i386/tls-macros.h: Include <features.h>.
4760         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4761         (TLS_IE): Likewise.
4762         (TLS_LD): Likewise.
4763         (TLS_GD): Likewise.
4764         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4765         define for GCC >= 5.0.
4767 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4769         * math/test-fenv.c (test_single_exception, set_single_exc,
4770         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4771         feexcp_mask_test, feenable_test, fe_single_test): Add
4772         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4773         case where they are not used.
4774         * math/libm-test.inc: Likewise.
4775         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4776         unused in the absence of FP rounding/exception support.
4777         * stdio-common/tst-printf-round.c: Likewise.
4778         * stdlib/tst-strtod-round.c: Likewise.
4779         * stdlib/tst-strtod-underflow.c: Likewise.
4781 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4783         [BZ #17723]
4784         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4785         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4786         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4787         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4788         libm_hidden_weak.
4789         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4790         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4791         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4792         libm_hidden_def.
4793         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4794         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4795         libm_hidden_weak.
4796         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4797         Likewise.
4798         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4799         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4800         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4801         libm_hidden_weak.
4802         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4803         libm_hidden_def.
4804         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4805         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4806         (__feraiseexcept): Likewise.
4807         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4808         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4809         libm_hidden_weak.
4810         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4811         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4812         libm_hidden_def.
4813         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4814         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4815         Use libm_hidden_def.
4816         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4817         libm_hidden_def.
4818         (feraiseexcept): Define as weak not strong alias.  Use
4819         libm_hidden_weak.
4820         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4821         New inline function.  Factored out of ...
4822         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4823         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4824         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4825         feraiseexcept.
4826         * math/w_acos.c (__acos): Likewise.
4827         * math/w_asin.c (__asin): Likewise.
4828         * math/w_ilogb.c (__ilogb): Likewise.
4829         * math/w_j0.c (y0): Likewise.
4830         * math/w_j1.c (y1): Likewise.
4831         * math/w_jn.c (yn): Likewise.
4832         * math/w_log.c (__log): Likewise.
4833         * math/w_log10.c (__log10): Likewise.
4834         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4835         * sysdeps/aarch64/fpu/math_private.h
4836         (libc_feupdateenv_test_aarch64): Likewise.
4837         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4838         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4839         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4840         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4841         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4842         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4843         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4844         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4845         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4846         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4848 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4850         [BZ #17732]
4851         * io/test-utime.c (main): Replace %ld with %jd and cast to
4852         intmax_t.
4853         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4854         * nptl/tst-mutex5.c: Include <stdint.h>.
4855         (do_test): Replace %ld with %jd and cast to intmax_t.
4856         * posix/tst-regex.c (run_test): Likewise.
4857         (run_test_backwards): Likewise.
4858         * rt/tst-clock.c: Include <stdint.h>.
4859         (clock_test): Replace %ld with %jd and cast to intmax_t.
4860         * rt/tst-cpuclock1.c: Include <stdint.h>.
4861         (do_test): Replace %lu with %ju and cast to uintmax_t.
4862         * rt/tst-cpuclock2.c: Include <stdint.h>.
4863         (do_test): Replace %lu with %ju and cast to uintmax_t.
4864         * rt/tst-mqueue1.c: Include <stdint.h>.
4865         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4866         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4867         intmax_t.
4868         * rt/tst-mqueue4.c (do_test): Likewise.
4869         * rt/tst-timer4.c: Include <stdint.h>.
4870         (check_ts): Replace %ld with %jd and cast to intmax_t.
4871         (do_test): Likewise.
4872         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4873         and cast to intmax_t.
4874         * sysdeps/pthread/tst-timer.c (main): Likewise.
4875         * time/clocktest.c (main): Likewise.
4876         * time/tst-posixtz.c (do_test): Likewise.
4877         * timezone/tst-timezone.c (main): Likewise.
4879 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4880             H.J. Lu  <hongjiu.lu@intel.com>
4882         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4883         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4884         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4885         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4886         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4887         version if bit_Fast_Unaligned_Load is set.
4888         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4889         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4890         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4891         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4892         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4893         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4894         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4895         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4896         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4897         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4898         to 4.
4899         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4900         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4901         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4902         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4904 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4906         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4907         instead of #if to avoid a Wundef warning.
4908         * stdlib/tst-limits.c (do_test): Likewise.
4910         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4911         parallel other exception macros.
4912         (fegetenv): Convert from macro to extern inline so that it applies
4913         retroactively to inline functions already seen by the compiler.
4914         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4916         * posix/Makefile (before-compile): Use $(objpfx) for
4917         posix-conf-vars-def.h.
4919 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4921         * posix/getconf.c (main): Use size_t for type of I.
4922         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4923         NSPEC.
4925         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4926         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4927         * posix/posix-envs.def: Likewise.
4928         * sysdeps/posix/sysconf.c: Likewise.
4929         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4930         (specs): Remove array.
4931         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4932         array.
4934         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4935         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4936         (__sysconf): Use CONF_IS_* macros.
4938         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4939         ($(objpfx)posix-conf-vars-def.h): New target.
4940         * posix/posix-conf-vars.list: New file.
4941         * posix/posix-conf-vars.h: New file.
4942         * posix/confstr.c: Include posix-conf-vars.h.
4943         (confstr): Use CONF_IS_* macros.
4944         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4945         CONF_IS_* macros.
4946         * scripts/gen-posix-conf-vars.awk: New file.
4948 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4950         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4951         fegetround): Add no-op macros to avoid linknamespace issues.
4953         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4954         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4956         * sysdeps/unix/sysv/linux/tile/sysdep.h
4957         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4958         assembly-specific section to avoid a redefinition warning.
4960         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4961         long before casting to pointer to avoid a cast warning.
4963 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4965         * sysdeps/tile/tilegx/Implies: New file.
4967 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4969         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4971 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4973         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4975 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4977         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4978         not define.
4979         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4980         <kernel-features.h>.
4981         (__utimes) [__NR_utimes]: Make code unconditional.
4982         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4983         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4984         (__ASSUME_UTIMES): Do not undefine.
4985         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4986         (__ASSUME_UTIMES): Likewise.
4987         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4988         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4989         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4990         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4992 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4994         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4996 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4998         [BZ #17747]
4999         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
5000         alias to weak alias for j0l, y0l.
5001         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
5002         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
5004         [BZ #17746]
5005         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
5006         conversion.
5008 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
5010         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
5011         to zero if not already defined.
5013 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5015         [BZ #17724]
5016         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
5017         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
5018         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
5019         (char *) casts added.
5020         * sysdeps/ieee754/k_standardf.c: New file.
5021         * sysdeps/ieee754/k_standardl.c: Likewise.
5022         * math/Makefile (libm-support): Remove k_standard.
5023         (libm-calls): Add k_standard.
5025 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5027         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5028         Optimize to avoid an unnecessary FPCR read.
5030 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5032         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
5033         Optimize to reduce FPCR/FPSR accesses.
5035 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5037         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
5038         Call libc_fetestexcept_aarch64.
5040 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
5042         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
5043         Call libc_fesetround_aarch64.
5045 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
5047         [BZ #17733]
5048         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
5049         (__bind): Do not define as weak alias.
5050         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
5051         define.
5052         (__getsockname): Do not define as weak alias.
5054 2014-12-22  Will Newton  <will.newton@linaro.org>
5056         * manual/install.texi: Document that we require bison 2.7
5057         or above.
5058         * INSTALL: Regenerate.
5059         * configure.ac: Use AC_CHECK_PROG_VER instead of
5060         AC_PATH_PROG when checking for bison and check for
5061         version 2.7 or above.
5062         * configure: Regenerate.
5064 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
5066         [BZ #17745]
5067         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
5068         * sysdeps/tile/ffsll.c (ffsll): To here.
5070         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
5072 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5074         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
5075         if not defined.
5076         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
5077         definition.
5078         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5079         hidden ___tls_get_addr.
5080         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
5081         hidden __tls_get_addr.
5082         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
5083         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
5084         Likewise.
5086 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
5088         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
5089         _dl_init call.
5091 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
5093         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
5094         from "call _dl_init@PLT".
5095         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
5097 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
5099         * manual/search.texi: (Array Sort Function): Clarify stable sorting
5100         guarantees.
5102 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
5104         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
5106 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5108         [BZ #17744]
5109         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
5110         strnlen.
5112 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5114         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
5115         of multu on MIPSr6.
5116         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
5117         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
5118         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
5119         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
5120         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
5122 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
5124         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
5125         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
5126         (PTR_SUBU): Use subu for mips32r6/mips64r6.
5127         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
5128         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
5129         mips32r6/mips64r6.
5130         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
5132 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
5134         * string/strncat.c (STRNCAT): Simplify implementation.
5136 2014-12-19  David S. Miller  <davem@davemloft.net>
5138         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
5139         access the quad as both a long double and as a series of 4 words.
5141         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
5142         link_map->l_info array access.
5144 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
5146         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
5148         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
5149         * math/atest-exp2.c (TIMEOUT): Likewise.
5150         * math/atest-sincos.c (TIMEOUT): Likewise.
5152 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5154         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
5155         -Wno-error with -fno-builtin-lround.
5157 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5159         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
5160         Contains futex constants and functions moved over from ...
5161         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
5162         <lowlevellock-futex.h>.
5163         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5164         (lll_timedwait_tid): Add comments and parentheses around macro
5165         arguments.
5167 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5169         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
5170         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
5171         (__lll_private_flag): Remove.
5172         (lll_futex_wait): Likewise.
5173         (lll_futex_timed_wait): Likewise.
5174         (lll_futex_wake): Likewise.
5175         (lll_futex_requeue): Likewise.
5176         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
5177         (__lll_timedwait_tid): Spell out argument names.
5178         (lll_timedwait_tid): Add comments and parentheses around macro
5179         arguments.
5180         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
5181         LLL_SHARED and LLL_PRIVATE usable from assembly code.
5183 2014-12-19  Torvald Riegel  <triegel@redhat.com>
5185         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
5186         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5187         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5188         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
5189         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
5190         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
5191         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
5192         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
5193         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
5194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
5195         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
5196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
5197         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
5198         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
5199         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
5200         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
5201         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
5202         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
5203         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
5205 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5207         * sysdeps/x86_64/x32/Makefile: New file.
5209 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
5211         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
5212         1L with (mp_limb_t) 1.
5214 2014-12-17  Roland McGrath  <roland@hack.frob.com>
5216         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
5217         * nptl/libc_pthread_init.c: ... here.
5218         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
5219         * nptl/register-atfork.c: ... here.
5221         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
5222         Use pthread_sigmask rather than INTERNAL_SYSCALL.
5223         Use assert_perror to check its return value.
5224         (__gai_create_helper_thread): Likewise.
5226         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
5228         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
5230 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
5232         [BZ #17725]
5233         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
5234         __profil_counter.
5235         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
5236         Likewise.
5237         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
5238         Likewise.
5239         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
5240         Likewise.
5241         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
5242         (profil_counter): Likewise.
5243         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
5244         (profil_counter): Likewise.
5245         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
5246         Likewise.
5247         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
5248         Likewise.
5249         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
5250         (profil_counter): Likewise.
5251         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
5252         Likewise.
5253         [!__profil_counter] (profil_counter): Define as weak alias of
5254         __profil_counter.
5255         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
5256         (profil_counter): Rename to __profil_counter.
5257         [!__profil_counter] (profil_counter): Define as weak alias of
5258         __profil_counter.
5259         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
5260         (profil_counter): Rename to __profil_counter.
5261         [!__profil_counter] (profil_counter): Define as weak alias of
5262         __profil_counter.
5263         * sysdeps/posix/profil.c: Update comment referring to
5264         profil_counter.
5265         (__profil): Use __profil_counter instead of profil_counter.
5266         * sysdeps/posix/sprofil.c (profil_counter): Rename to
5267         __profil_counter.  Use __profil_counter_ushort and
5268         __profil_counter_uint in definitions.
5269         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
5270         instead of profil_counter_uint and profil_counter_ushort.
5272         [BZ #17722]
5273         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
5274         define as weak alias of __inet_makeaddr.
5275         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
5276         as weak alias of __inet_addr.
5277         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
5278         as weak alias of __inet_pton.  Use libc_hidden_weak.
5279         * include/arpa/inet.h (__inet_pton): Declare.  Use
5280         libc_hidden_proto.
5281         (inet_makeaddr): Don't use libc_hidden_proto.
5282         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
5283         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
5284         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
5285         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
5286         Remove variable.
5287         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5288         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5290 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
5292         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
5294 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5296         * stdio-common/bug-vfprintf-nargs.c (do_test):
5297         Cast value to intptr_t to avoid format warning
5298         for usage with PRIdPTR printing macro.
5300 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5302         * libio/tst-widetext.c (do_test):
5303         Use format type %td instead of %Zd for ptrdiff_t
5304         in order to avoid format warning.
5306 2014-12-17  Andreas Schwab  <schwab@suse.de>
5308         * nscd/mem.c (gc): Add size_t cast to match printf format.
5310 2014-12-16  Roland McGrath  <roland@hack.frob.com>
5312         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
5313         (init): Apply PTR_MANGLE to pointers before storing them.
5314         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
5315         before using them.
5317 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
5319         [BZ #17719]
5320         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
5321         define as weak alias of __memrchr.
5322         (__memrchr): Do not define as strong alias of memrchr.
5323         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
5324         Remove variable.
5325         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5326         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5327         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5329         [BZ #17717]
5330         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
5331         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
5332         (if_indextoname): Rename to __if_indextoname and define as weak
5333         alias of __if_indextoname.  Use libc_hidden_weak.
5334         (if_freenameindex): Rename to __if_freenameindex and define as
5335         weak alias of __if_freenameindex.
5336         (if_nameindex): Rename to __if_nameindex and define as weak alias
5337         of __if_nameindex.
5338         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
5339         __if_nametoindex and define as weak alias of __if_nametoindex.
5340         Use libc_hidden_weak.
5341         (if_freenameindex): Rename to __if_freenameindex and define as
5342         weak alias of __if_freenameindex.
5343         (if_nameindex): Rename to __if_nameindex and define as weak alias
5344         of __if_nameindex.
5345         (if_indextoname): Rename to __if_indextoname and define as weak
5346         alias of __if_indextoname.  Use libc_hidden_weak.
5347         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
5348         __if_nametoindex and define as weak alias of __if_nametoindex.
5349         Use libc_hidden_weak.
5350         (if_freenameindex): Rename to __if_freenameindex and define as
5351         weak alias of __if_freenameindex.  Use libc_hidden_weak.
5352         (if_nameindex_netlink): Use __if_freenameindex instead of
5353         if_freenameindex.
5354         (if_nameindex): Rename to __if_nameindex and define as weak alias
5355         of __if_nameindex.  Use libc_hidden_weak.
5356         (if_indextoname): Rename to __if_indextoname and define as weak
5357         alias of __if_indextoname.  Use libc_hidden_weak.
5358         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
5359         libc_hidden_proto.
5360         [!_ISOMAC] (__if_freenameindex): Likewise.
5361         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
5362         if_nametoindex.
5363         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
5364         variable.
5365         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5366         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5367         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5368         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5369         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5370         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5371         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5373         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
5374         Remove variable.
5375         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5376         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5378 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5380         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
5381         subscript above bounds'
5383         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
5384         bounds.
5386 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
5388         * libio/tst-fopenloc.c: Use test-skeleton.c.
5390         * stdlib/tst-bsearch.c: Use test-skeleton.c.
5391         (entry): Rename to ITEM.
5392         (do_test, comp): Adjust.
5394         * stdio-common/tst-fseek.c: Use test-skeleton.c.
5396 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5398         * string/tester.c: Include <libc-internal.h>.
5399         (test_memset): Ignore -Wmemset-transposed-args.
5401 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5403         * misc/tst-mntent2.c (do_test): Fix warning.
5405 2014-12-16  Torvald Riegel  <triegel@redhat.com>
5407         * elf/tst-unique4lib.cc(a): Mark as used.
5409 2014-12-16  Florian Weimer  <fweimer@redhat.com>
5411         [BZ #17630]
5412         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
5413         names.
5415 2014-12-16  Allan McRae  <allan@archlinux.org>
5417         * stdio-common/Makefile (tests): Re-add bug26.
5419 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
5421         [BZ #17657]
5422         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
5423         static array.
5425 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
5427         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
5428         (__lll_lock_wait): Likewise.
5429         (__lll_timedlock_wait): Likewise.
5430         (__lll_timedwait_tid): Likewise.
5431         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
5432         (__lll_robust_timedlock_wait): Likewise.
5433         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
5434         (lll_cond_trylock): Likewise.
5435         (__lll_lock): Likewise.
5436         (__lll_robust_lock): Likewise.
5437         (__lll_cond_lock): Likewise.
5438         (lll_robust_cond_lock): Likewise.
5439         (__lll_timedlock): Likewise.
5440         (__lll_robust_timedlock): Likewise.
5441         (__lll_unlock): Likewise.
5442         (__lll_robust_unlock): Likewise.
5443         (lll_wait_tid): Likewise.
5444         (lll_timedwait_tid): Likewise.
5446 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5448         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
5450 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5452         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
5454 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5456         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
5457         * stdio-common/tst-sprintf.c: Likewise.
5459 2014-12-15  Torvald Riegel  <triegel@redhat.com>
5461         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
5463 2014-12-15  Jeff Law  <law@redhat.com>
5465         [BZ #16617]
5466         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
5467         on the heap.  (CVE-2012-3406)
5468         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
5469         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
5470         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
5472 2014-12-15  Will Newton  <will.newton@linaro.org>
5474         * manual/install.texi: Bump required version of texinfo
5475         to 4.7 from 4.5.
5476         * INSTALL: Regenerated.
5477         * configure.ac: Check for makeinfo version 4.7 and above.
5478         * configure: Regenerated.
5480 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5482         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
5483         PREFIX, string constant to insert between directory and name.
5484         * sysdeps/posix/shm_open.c: Update caller.
5485         * sysdeps/posix/shm_unlink.c: Likewise.
5486         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
5487         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
5488         (SEM_SHM_PREFIX): New macro.
5489         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
5490         [$(have-thread-library) = no].
5491         * nptl/Makefile (libpthread-routines): Add shm-directory.
5492         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
5493         * sysdeps/nptl/shm-directory.h: New file.
5494         * sysdeps/posix/shm-directory.c
5495         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
5496         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
5497         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
5498         INTERNAL_SYSCALL.
5499         (__where_is_shmfs): Function removed.
5500         (mountpoint, defaultmount, defaultdir, __namedsem_once):
5501         Variables removed.
5502         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
5503         Use SHM_GET_NAME.
5504         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
5506         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
5507         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
5508         unconditional for use inside libpthread.
5509         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
5511 2014-12-12  Roland McGrath  <roland@hack.frob.com>
5513         * nptl/pthread_getaffinity.c: New file.
5514         * nptl/pthread_setaffinity.c: New file.
5515         * nptl/pthread_getname.c: New file.
5516         * nptl/pthread_setname.c: New file.
5518         * nptl/pthread_create.c (START_THREAD_DEFN)
5519         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
5521 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5522             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5524         * resolv/res_send.c (send_vc): Disable warning resplen may
5525         be used uninitialized.
5527 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5529         * nptl/tst-mutex6.c
5530         (ATTR_NULL): New define checks ATTR against NULL.
5531         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
5532         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
5534 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
5536         [BZ #17581]
5537         * malloc/hooks.c
5538         (mem2mem_check): Revert my previous change.
5539         (malloc_check_get_size): Revert my previous change.
5540         (mem2chunk_check): Revert my previous change.
5542 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5544         * sysdeps/posix/shm-directory.c: New file.
5545         * sysdeps/posix/shm-directory.h: New file.
5546         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
5547         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
5548         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
5549         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
5550         Transmute EPERM to EACCES.
5551         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
5552         from ...
5553         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
5554         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
5556 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5558         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
5559         pointer and cast to uintptr_t.
5560         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
5561         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
5562         Add cast to avoid warning.
5563         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
5565 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5567         * nptl/semaphore.h: Move to ...
5568         * sysdeps/pthread/semaphore.h: ... here.
5569         * Makefile (installed-headers): Change nptl/semaphore.h to
5570         sysdeps/pthread/semaphore.h.
5572 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5574         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
5575         generated error format strings.
5577         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
5578         -Wformat-extra-args warnings for scanf formats.
5579         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
5580         test of zero-length format (duh).
5581         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
5582         corner-case scanf format test.
5583         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
5584         generated fprintf format string.
5585         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
5586         corner-case sprintf format tests.
5587         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
5588         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
5589         -Wformat-extra-args warnings throughout.
5590         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
5591         (CFLAGS-scanf4.c): Likewise.
5592         (CFLAGS-scanf7.c): Likewise.
5593         (CFLAGS-tst-sprintf.c): Likewise.
5594         (CFLAGS-tst-printf.c): Likewise.
5595         (CFLAGS-tst-printfsz.c): Likewise.
5597 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
5599         * include/cpio.h: New file.
5600         * include/fmtmsg.h: Likewise.
5602         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
5603         corresponding format argument to size_t.
5604         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
5605         arguments.
5606         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
5607         corresponding format argument to size_t.
5608         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
5609         arguments.
5610         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
5611         corresponding format argument to size_t.
5612         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
5613         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
5614         (CFLAGS-tst-mbswcs2.c): Likewise.
5615         (CFLAGS-tst-mbswcs3.c): Likewise.
5616         (CFLAGS-tst-mbswcs4.c): Likewise.
5617         (CFLAGS-tst-mbswcs5.c): Likewise.
5618         (CFLAGS-tst-trans.c): Likewise
5620 2014-12-11  Roland McGrath  <roland@hack.frob.com>
5622         * posix/regexbug1.c (main): Use "%s" format with regerror results,
5623         rather than assuming they won't contain any '%'s.
5625 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
5627         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
5628         inhibit_loop_to_libcall to avoid recursive calls.
5629         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
5630         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
5632 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
5634         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
5635         prototype.
5637 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5639         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
5640         integer value instead of boolean.
5642 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
5644         * malloc/malloc.c: Fix powerof2 check.
5646 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5648         * locale/programs/locfile.h (maybe_swap_uint32):
5649         Remove inline and add unused attribute.
5651 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5653         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5654         Truncating assembler expression to a .long expression.
5656 2014-12-11  Andreas Schwab  <schwab@suse.de>
5658         * elf/rtld.c (struct map_args): Constify str member.
5659         (do_preload): Constify fname argument.
5661 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5663         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
5664         constants definition.
5666 2014-12-11  Andreas Schwab  <schwab@suse.de>
5668         [BZ #16657]
5669         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
5670         FORCE_ELISION instead of DO_ELISION.
5671         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
5672         Remove.
5673         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
5674         Likewise.
5676         * iconvdata/gconv-modules: Remove duplicate entry.
5678 2014-12-11  Will Newton  <will.newton@linaro.org>
5680         Merge gettext 0.19.3 into intl/.
5682         This involves a number of cosmetic changes to comments
5683         and ANSI function definitions and prototypes throughout
5684         all the files. The gettext copyright header is used but
5685         with the date ranges taken from the glibc copy.
5687         * NEWS: Add gettext merge to 2.21.
5688         * intl/bindtextdom.c: Switch to gettext copyright.
5689         Use ANSI definitions and prototypes.
5690         Use gl_* locking primitives rather than __libc_* ones.
5691         Use __builtin_expect rather than __glibc_likely/unlikely.
5692         * intl/dcgettext.c: Switch to gettext copyright.
5693         Use ANSI definitions and prototypes.
5694         * intl/dcigettext.c: Switch to gettext copyright.
5695         Use ANSI definitions and prototypes.
5696         (INTDIV0_RAISES_SIGFPE): New define.
5697         Use gl_* locking primitives rather than __libc_* ones.
5698         Include eval-plural.h instead of plural-eval.c.
5699         Use __builtin_expect rather than __glibc_likely/unlikely.
5700         * intl/dcngettext.c: Switch to gettext copyright.
5701         Use ANSI definitions and prototypes.
5702         * intl/dgettext.c: Likewise.
5703         * intl/dngettext.c: Likewise.
5704         * intl/plural-eval.c: Renamed to...
5705         * intl/eval-plural.h: ...this.
5706         * intl/explodename.c: Switch to gettext copyright.
5707         Use ANSI definitions and prototypes.
5708         (_nl_explode_name): Use strchr instead of __rawmemchr.
5709         * intl/finddomain.c: Switch to gettext copyright.
5710         Use ANSI definitions and prototypes.
5711         Use gl_* locking primitives rather than __libc_* ones.
5712         (_nl_find_domain): Use malloc rather than alloca for
5713         allocation of temporary locale name.
5714         * intl/gettext.c: Switch to gettext copyright.
5715         Use ANSI definitions and prototypes.
5716         * intl/gettextP.h: Switch to gettext copyright.
5717         Use ANSI definitions and prototypes.
5718         Use gl_* locking primitives rather than __libc_* ones.
5719         * intl/gmo.h: Switch to gettext copyright.
5720         (struct sysdep_string): Move struct segment_pair outside of
5721         struct definition.
5722         * intl/hash-string.c: Use ANSI definitions and prototypes.
5723         * intl/hash-string.h: Switch to gettext copyright.
5724         Use ANSI definitions and prototypes.
5725         * intl/l10nflist.c: Switch to gettext copyright.
5726         Use ANSI definitions and prototypes.
5727         (_nl_normalize_codeset): Avoid integer overflow.
5728         * intl/loadinfo.h: Switch to gettext copyright.
5729         Use ANSI definitions and prototypes.
5730         (LIBINTL_DLL_EXPORTED): New define.
5731         (PATH_SEPARATOR): New define.
5732         * intl/loadmsgcat.c: Switch to gettext copyright.
5733         * intl/localealias.c: Switch to gettext copyright.
5734         Use ANSI definitions and prototypes.
5735         (_nl_expand_alias): Use PATH_SEPARATOR.
5736         * intl/ngettext.c: Switch to gettext copyright.
5737         Use ANSI definitions and prototypes.
5738         * intl/plural-exp.c: Likewise.
5739         * intl/plural-exp.h: Switch to gettext copyright.
5740         Use ANSI definitions and prototypes.
5741         (struct expression): Move definition of enum operator outside
5742         of struct definition.
5743         * intl/plural.c: Regenerate.
5744         * intl/plural.y: Switch to gettext copyright.
5745         Use ANSI definitions and prototypes.
5746         Port to bison 3.0.
5747         * intl/textdomain.c: Switch to gettext copyright.
5748         Use ANSI definitions and prototypes.
5749         Use gl_* locking primitives rather than __libc_* ones.
5751 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5753         * debug/warning-nop.c: Add used atrribute.
5755 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5757         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5759         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5760         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5761         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5763 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5764             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5766         [BZ #17634]
5767         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5768         Undefine after defining function.  Define as weak alias of
5769         __wcschr.  Use libc_hidden_weak.
5770         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5771         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5772         (libc_hidden_def): Also define __GI___wcschr alias.
5773         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5774         __wcschr and define as weak alias of __wcschr.
5775         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5776         __wcschr.
5777         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5778         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5779         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5780         libc_hidden_weak.  Do not use libc_hidden_def.
5781         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5782         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5783         __GI___wcschr alias.
5784         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5785         [IS_IN (libc)] (wcschr): Define as macro expanding to
5786         __redirect_wcschr.
5787         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5788         [IS_IN (libc)] (__wcschr_power6): Likewise.
5789         [IS_IN (libc)] (__wcschr_power7): Likewise.
5790         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5791         instead of wcschr.
5792         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5793         __libc_wcschr.
5794         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5795         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5796         __wcschr and define as weak alias of __wcschr.  Use
5797         libc_hidden_builtin_def.
5798         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5799         as weak alias of __wcschr.  Use libc_hidden_weak.
5800         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5801         wcschr.
5802         * time/era.c (_nl_init_era_entries): Likewise.
5803         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5804         variable.
5805         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5806         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5808 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5810         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5811         format for long int variable.
5813 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5815         [BZ #10672]
5816         * manual/search.texi: (Array Sort Function): Remove claim how to make
5817         qsort stable.
5819 2014-12-10  Andreas Schwab  <schwab@suse.de>
5821         [BZ #12847]
5822         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5823         user-controlled locks.
5825 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5827         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5828         register.
5830 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5832         * configure.ac (--disable-werror): New configure option.
5833         (enable_werror): New AC_SUBST.
5834         * configure: Regenerated.
5835         * config.make.in (enable-werror): New variable.
5836         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5837         -Wno-error=undef.
5838         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5839         * manual/install.texi (Configuring and compiling): Document
5840         --disable-werror.
5841         * INSTALL: Regenerated.
5842         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5843         (CFLAGS-tst-chk2.c): Likewise.
5844         (CFLAGS-tst-chk3.c): Likewise.
5845         (CFLAGS-tst-chk4.cc): Likewise.
5846         (CFLAGS-tst-chk5.cc): Likewise.
5847         (CFLAGS-tst-chk6.cc): Likewise.
5848         (CFLAGS-tst-lfschk1.c): Likewise.
5849         (CFLAGS-tst-lfschk2.c): Likewise.
5850         (CFLAGS-tst-lfschk3.c): Likewise.
5851         (CFLAGS-tst-lfschk4.cc): Likewise.
5852         (CFLAGS-tst-lfschk5.cc): Likewise.
5853         (CFLAGS-tst-lfschk6.cc): Likewise.
5855         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5856         (main): Disable -Wdeprecated-declarations around calls to
5857         register_printf_function.
5859         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5860         (do_test): Disable -Wdiv-by-zero around some calls to
5861         fwrite_unlocked and fread_unlocked.
5863         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5864         (DIAG_POP_NEEDS_COMMENT): Likewise.
5865         (_DIAG_STR1): Likewise.
5866         (_DIAG_STR): Likewise.
5867         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5868         * stdio-common/bug21.c: Include <libc-internal.h>.
5869         (do_test): Disable -Wformat around call to sscanf.
5870         * stdio-common/scanf14.c: Include <libc-internal.h>.
5871         (main): Disable -Wformat around some calls to scanf functions.
5873 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5875         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5877 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5879         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5880         stack variable alignment.
5882 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5884         [BZ #17682]
5885         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5886         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5887         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5888         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5889         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5890         __getrlimit instead of getrlimit.
5891         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5892         __gettimeofday instead of gettimeofday.
5893         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5894         Likewise.
5895         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5896         Likewise.
5897         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5898         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5899         Remove variable.
5900         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5901         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5903 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5905         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5906         for wide-character tests.
5908 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5910         * io/openat64.c: #include <libc-internal.h>
5911         (__openat64): Prototypify.  Use ignore_value on MODE.
5912         * io/openat.c: Likewise.
5913         * misc/reboot.c: #include <libc-internal.h>
5914         (reboot): Prototypify.  Use ignore_value on HOWTO.
5915         * misc/ptrace.c: #include <libc-internal.h>
5916         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5918 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5920         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5921         XPG4, UNIX98 and XOPEN2K.
5922         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5923         Remove variable.
5924         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5926 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5928         * libio/fileops.c: Use ISO C style for function definitions.
5929         * libio/iofopen.c: Likewise.
5930         * libio/wfileops.c: Likewise.
5932         [BZ #17653]
5933         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5934         offset on EOF.
5935         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5936         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5937         (fgets_func): Function pointer to fgets and fgetws.
5938         (do_ftell_test): Add test to verify ftell value after read
5939         EOF.
5940         (do_test): Set fgets_func.
5942         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5943         O_TRUNC flag for w and w+ modes.
5944         (do_rewind_test): Likewise.
5945         (do_ftell_test): Likewise.
5946         (do_write_test): Likewise.
5948         [BZ #17647]
5949         * libio/fileops.c (do_ftell): Seek only when there are
5950         unflushed writes.
5951         * libio/wfileops.c (do_ftell_wide): Likewise.
5952         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5953         test case.
5954         (do_one_test): Call it.
5956 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5958         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5959         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5960         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5961         Remove variable.
5962         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5963         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5964         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5966 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5968         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5969         Remove variable.
5970         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5972         [BZ #17668]
5973         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5974         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5975         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5976         __freeifaddrs.  Use libc_hidden_weak.
5977         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5978         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5979         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5980         __freeifaddrs.  Use libc_hidden_weak.
5981         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5982         __getifaddrs and define as weak alias of __getifaddrs.  Use
5983         libc_hidden_weak.
5984         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5985         __freeifaddrs.  Use libc_hidden_weak.
5986         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5987         Remove variable.
5988         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5989         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5991 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5993         [BZ #17601]
5994         * sysdeps/mips/start.S (__start): Use indirect jump to call
5995         __libc_start_main.
5997 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5999         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
6001         * nptl/tst-mutex1.c: Include <stdbool.h>.
6002         [!ATTR] (ATTR_NULL): New macro.
6003         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
6004         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
6005         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
6007         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
6008         to char *.
6010         [BZ #17665]
6011         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
6012         Change conditional to [__USE_MISC].
6014         [BZ #17664]
6015         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
6016         fgets_unlocked.
6017         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
6018         __fgets_unlocked.
6019         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
6020         fgets_unlocked.
6021         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
6022         Remove variable.
6023         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6024         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6025         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6026         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6027         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6028         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6029         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6030         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6031         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6033         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
6035 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6037         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6038         Remove strpbrk objects.
6039         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6040         (__libc_ifunc_impl_list): Remove strpbrk implementation.
6041         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
6042         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
6043         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
6044         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
6046         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6047         Remove strcspn objects.
6048         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6049         (__libc_ifunc_impl_list): Remove strcspn implementation.
6050         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
6051         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
6052         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
6053         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
6055         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6056         Remove strspn objetcs.
6057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6058         (__libc_ifunc_impl_list): Remove strspn implementation.
6059         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
6060         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6061         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
6062         * sysdeps/powerpc/powerpc64/strspn.S: New file.
6064 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
6066         [BZ #17581]
6067         * malloc/hooks.c
6068         (mem2mem_check): Add a terminator to the chain of checking blocks.
6069         (malloc_check_get_size): Use it here.
6070         (mem2chunk_check): Ditto.
6072 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
6074         * sysdeps/powerpc/powerpc64/strtok.S: New file.
6075         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
6077 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
6079         * bits/ioctl-types.h: Indent preprocessor directives correctly.
6081         * nptl/nptl-init.c: Include libc-internal.h.
6082         (__pthread_initialize_minimal_internal): Use ROUND_UP.
6084         * elf/ldconfig.c (search_dir): Expand comment.
6086 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
6088         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
6089         variable.
6090         (linknamespace-symlist-stdlibs-tests): Likewise.
6091         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
6092         instead of $(objpfx)symlist-stdlibs.
6093         (linknamespace-libs-isoc): New variable.
6094         (linknamespace-libs): Use $(linknamespace-libs-isoc).
6095         (linknamespace-libs-ISO): New variable.
6096         (linknamespace-libs-ISO99): Likewise.
6097         (linknamespace-libs-ISO11): Likewise.
6098         (linknamespace-libs-XPG3): Likewise.
6099         (linknamespace-libs-XPG4): Likewise.
6100         (linknamespace-libs-POSIX): Likewise.
6101         (linknamespace-libs-UNIX98): Likewise.
6102         (linknamespace-libs-XOPEN2K): Likewise.
6103         (linknamespace-libs-POSIX2008): Likewise.
6104         (linknamespace-libs-XOPEN2K8): Likewise.
6105         ($(objpfx)symlist-stdlibs): Replace by
6106         $(linknamespace-symlist-stdlibs-tests).  Use
6107         $(linknamespace-libs-$*) as set of libraries.
6108         ($(linknamespace-header-tests)): Update dependencies.  Use
6109         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
6110         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
6111         * conform/linknamespace.pl: Remove comment about considering
6112         definitions of symbols from irrelevant libraries.
6114 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
6116         [BZ #13862]
6117         * elf/dl-tls.c: Include <atomic.h>.
6118         (oom): Remove #ifdef SHARED/#endif.
6119         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
6120         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
6121         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
6122         big enough.
6123         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
6124         * nptl/Makefile (tests): Add tst-stack4.
6125         (modules-names): Add tst-stack4mod.
6126         ($(objpfx)tst-stack4): New.
6127         (tst-stack4mod.sos): Likewise.
6128         ($(objpfx)tst-stack4.out): Likewise.
6129         ($(tst-stack4mod.sos)): Likewise.
6130         (clean): Likewise.
6131         * nptl/tst-stack4.c: New file.
6132         * nptl/tst-stack4mod.c: Likewise.
6134 2014-11-27  J. Brown  <jb999@gmx.de>
6136         * sysdeps/x86/bits/string.h: Add recent CPUs.
6138 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6140         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
6141         sigblock.
6143         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
6144         feof.
6146         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
6147         variable.
6149 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
6151         * nscd/connections.c: Include libc-internal.h because of macro
6152         usage ignore_value.
6154 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6156         * string/bits/string3.h (__warn_memset_zero_len): Don't
6157         declare for gcc newer than 5.0.
6158         (memset): Don't test for zero-length __LEN for gcc newer than
6159         5.0.
6161 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
6163         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
6164         size_t for %zu format.
6166         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
6167         difference, not %ju.
6169 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6171         * include/libc-internal.h (ignore_value): New macro.
6172         * nscd/connections.c (restart): Wrap calls to setuid and setgid
6173         with ignore_value.
6175         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
6176         definition.
6178         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
6179         pthread_cleanup_push to void *.
6181         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
6182         Undefine.
6184         [BZ #16619]
6185         [BZ #16740]
6186         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
6187         instead of 1L << 52.
6189         * libio/bug-rewind.c (do_test): Check fwscanf return values.
6190         * libio/bug-rewind2.c (do_test): Likewise.
6192         * debug/test-stpcpy_chk-ifunc.c: Remove file.
6193         * debug/test-strcpy_chk-ifunc.c: Likewise.
6194         * wcsmbs/test-wcschr-ifunc.c: Likewise.
6195         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
6196         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
6197         * wcsmbs/test-wcslen-ifunc.c: Likewise.
6198         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
6199         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
6200         * Rules [$(multi-arch) = no] (tests): Do not filter out
6201         $(tests-ifunc).
6202         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
6203         * debug/Makefile (tests-ifunc): Remove variable.
6204         (tests): Do not add $(tests-ifunc).
6205         * wcsmbs/Makefile (tests-ifunc): Remove variable.
6206         (tests): Do not add $(tests-ifunc).
6207         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
6208         [TEST_IFUNC]: Remove conditionals.
6209         * string/test-string.h (TEST_IFUNC): Remove macro.
6210         [TEST_IFUNC]: Remove conditionals.
6212         * string/test-strchr.c [!WIDE] (L): New macro.
6213         [WIDE] (L): Likewise.
6214         (check1): Use CHAR instead of char.  Use L on string and character
6215         constants.
6217 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
6219         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
6220         tests.
6221         * sysdeps/powerpc/bits/atomic.h
6222         (__arch_atomic_exchange_and_add_32_acq): Add definition.
6223         (__arch_atomic_exchange_and_add_32_rel): Likewise.
6224         (atomic_exchange_and_add_acq): Likewise.
6225         (atomic_exchange_and_add_rel): Likewise.
6226         * sysdeps/powerpc/powerpc32/bits/atomic.h
6227         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6228         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6229         * sysdeps/powerpc/powerpc64/bits/atomic.h
6230         (__arch_atomic_exchange_and_add_64_acq): Add definition.
6231         (__arch_atomic_exchange_and_add_64_rel): Likewise.
6233 2014-11-26  Torvald Riegel  <triegel@redhat.com>
6235         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
6236         Change synchronization of __sched_fifo_min_prio and
6237         __sched_fifo_max_prio.
6238         * nptl/pthread_mutexattr_getprioceiling.c
6239         (pthread_mutexattr_getprioceiling): Likewise.
6240         * nptl/pthread_mutexattr_setprioceiling.c
6241         (pthread_mutexattr_setprioceiling): Likewise.
6242         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
6243         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
6244         Likewise.
6246 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
6248         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
6249         void.
6251 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6253         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
6254         third argument const.
6256 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6258         fnmatch: work around GCC compiler warning bug with uninit var
6259         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
6260         This works around a bug with x86-64 GCC 4.9.2 and earlier
6261         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
6262         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
6263         used uninitialized in this function [-Wmaybe-uninitialized]".
6265 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
6267         * posix/bug-regex31.c (main): Return RES not 0.
6269 2014-11-25  Anton Blanchard <anton@samba.org>
6271         * sysdeps/powerpc/bits/atomic.h
6272         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
6274 2014-11-24  Sterling Augustine  <saugustine@google.com>
6276         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
6278 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
6280         [BZ #17608]
6281         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
6283 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
6285         [BZ #17633]
6286         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
6287         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
6288         variable.
6289         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6290         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6292 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6294         * string/strncpy.c (strncpy): Improve performance by using memset.
6296 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
6298         * string/strcpy.c (strcpy):
6299         Improve performance by using strlen and memcpy.
6301 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
6303         * string/strcoll_l.c (get_next_seq): __always_inline.
6304         * string/strcoll_l.c (do_compare): __always_inline.
6306 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6308         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
6309         defined.
6310         * include/mqueue.h: Likewise.
6311         * include/stdlib.h: Likewise.
6313         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
6314         (get_null_defines): Adjust.
6315         * sunrpc/Makefile: Adjust comment.
6316         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
6317         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
6318         (CFLAGS-interp.c): Likewise.
6319         (CFLAGS-ldconfig.c): Likewise.
6320         (CPPFLAGS-.os): Likewise.
6321         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6322         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6323         * extra-modules.mk (extra-modules.mk): Likewise.
6324         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
6325         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
6326         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
6327         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
6328         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
6329         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
6330         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
6331         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
6332         * iconvdata/Makefile (CPPFLAGS): Likewise.
6333         (cpp-srcs-left): Add libof for all iconvdata routines.
6334         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
6335         * include/assert.h: Likewise.
6336         * include/ctype.h: Likewise.
6337         * include/errno.h: Likewise.
6338         * include/libc-symbols.h: Likewise.
6339         * include/math.h: Likewise.
6340         * include/netdb.h: Likewise.
6341         * include/resolv.h: Likewise.
6342         * include/stdio.h: Likewise.
6343         * include/stdlib.h: Likewise.
6344         * include/string.h: Likewise.
6345         * include/sys/stat.h: Likewise.
6346         * include/wctype.h: Likewise.
6347         * intl/l10nflist.c: Likewise.
6348         * libidn/idn-stub.c: Likewise.
6349         * libio/libioP.h: Likewise.
6350         * nptl/libc_multiple_threads.c: Likewise.
6351         * nptl/pthreadP.h: Likewise.
6352         * posix/regex_internal.h: Likewise.
6353         * resolv/res_hconf.c: Likewise.
6354         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
6355         * sysdeps/arm/memmove.S: Likewise.
6356         * sysdeps/arm/sysdep.h: Likewise.
6357         * sysdeps/generic/_itoa.h: Likewise.
6358         * sysdeps/generic/symbol-hacks.h: Likewise.
6359         * sysdeps/gnu/errlist.awk: Likewise.
6360         * sysdeps/gnu/errlist.c: Likewise.
6361         * sysdeps/i386/i586/memcpy.S: Likewise.
6362         * sysdeps/i386/i586/memset.S: Likewise.
6363         * sysdeps/i386/i686/memcpy.S: Likewise.
6364         * sysdeps/i386/i686/memmove.S: Likewise.
6365         * sysdeps/i386/i686/mempcpy.S: Likewise.
6366         * sysdeps/i386/i686/memset.S: Likewise.
6367         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
6368         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
6369         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
6370         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
6371         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
6372         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
6373         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
6374         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
6375         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
6376         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
6377         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
6378         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
6379         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
6380         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
6381         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
6382         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
6383         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
6384         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
6385         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
6386         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
6387         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
6388         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
6389         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
6390         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
6391         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
6392         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
6393         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
6394         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
6395         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
6396         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
6397         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
6398         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
6399         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
6400         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
6401         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
6402         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
6403         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
6404         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
6405         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
6406         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
6407         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
6408         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
6409         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
6410         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
6411         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
6412         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
6413         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
6414         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
6415         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
6416         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
6417         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
6418         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
6419         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
6420         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
6421         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
6422         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
6423         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
6424         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
6425         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
6426         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
6427         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
6428         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
6429         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
6430         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6431         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6432         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
6433         * sysdeps/posix/closedir.c: Likewise.
6434         * sysdeps/posix/opendir.c: Likewise.
6435         * sysdeps/posix/readdir.c: Likewise.
6436         * sysdeps/posix/rewinddir.c: Likewise.
6437         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
6438         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
6439         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
6440         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
6441         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
6442         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
6443         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
6444         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
6445         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
6446         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
6447         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
6448         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
6449         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
6450         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
6451         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
6452         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
6453         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
6454         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
6455         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
6456         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
6457         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
6458         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
6459         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
6460         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
6461         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
6462         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
6463         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
6464         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
6465         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
6466         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
6467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
6468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
6469         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
6470         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
6471         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
6472         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
6473         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
6474         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
6475         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
6476         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
6477         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
6478         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
6479         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
6480         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
6481         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
6482         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
6483         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
6484         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
6485         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
6486         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
6487         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
6488         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
6489         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
6490         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
6491         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
6492         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
6493         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
6495         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
6496         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
6497         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
6498         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
6499         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
6500         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
6501         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
6502         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
6503         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
6504         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
6505         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
6506         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
6507         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
6508         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
6509         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
6510         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
6511         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
6512         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
6513         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
6514         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
6515         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
6516         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
6517         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
6518         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
6519         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
6520         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
6521         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
6522         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
6523         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
6524         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6525         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6526         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6527         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
6528         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
6529         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
6530         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
6531         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
6532         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
6533         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
6534         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
6535         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
6536         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
6537         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
6538         * sysdeps/unix/alpha/sysdep.S: Likewise.
6539         * sysdeps/unix/alpha/sysdep.h: Likewise.
6540         * sysdeps/unix/make-syscalls.sh: Likewise.
6541         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6542         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6543         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6544         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
6545         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6546         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
6547         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
6548         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6549         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6550         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
6551         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6552         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6553         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6554         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6555         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6556         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
6557         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6558         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6559         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6560         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6561         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
6562         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6563         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6564         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6565         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6566         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6567         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6570         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
6571         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6573         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
6574         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6575         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6577         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
6578         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6579         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6580         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
6581         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6582         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6583         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6584         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
6585         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6586         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6588         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6589         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6590         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6591         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6592         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6593         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6594         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6595         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
6596         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6597         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6598         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6599         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
6600         * sysdeps/x86_64/memcpy.S: Likewise.
6601         * sysdeps/x86_64/memmove.c: Likewise.
6602         * sysdeps/x86_64/memset.S: Likewise.
6603         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
6604         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
6605         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
6606         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
6607         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
6608         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
6609         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
6610         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
6611         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
6612         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
6613         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
6614         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
6615         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
6616         * sysdeps/x86_64/multiarch/memset.S: Likewise.
6617         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6618         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
6619         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
6620         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
6621         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
6622         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
6623         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
6624         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
6625         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
6626         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
6627         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
6628         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
6629         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
6630         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
6631         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
6632         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
6633         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
6634         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
6635         * sysdeps/x86_64/strcmp.S: Likewise.
6637         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
6639         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
6640         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
6641         * elf/rtld-Rules: Likewise.
6642         * elf/setup-vdso.h: Likewise.
6643         * include/assert.h: Likewise.
6644         * include/bits/stdlib-float.h: Likewise.
6645         * include/errno.h: Likewise.
6646         * include/sys/stat.h: Likewise.
6647         * include/unistd.h: Likewise.
6648         * sysdeps/aarch64/setjmp.S: Likewise.
6649         * sysdeps/alpha/setjmp.S: Likewise.
6650         * sysdeps/arm/__longjmp.S: Likewise.
6651         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
6652         * sysdeps/arm/setjmp.S: Likewise.
6653         * sysdeps/arm/sysdep.h: Likewise.
6654         * sysdeps/generic/_itoa.h: Likewise.
6655         * sysdeps/generic/dl-sysdep.h: Likewise.
6656         * sysdeps/generic/ldsodefs.h: Likewise.
6657         * sysdeps/i386/dl-tls.h: Likewise.
6658         * sysdeps/i386/setjmp.S: Likewise.
6659         * sysdeps/m68k/setjmp.c: Likewise.
6660         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
6661         * sysdeps/mach/hurd/opendir.c: Likewise.
6662         * sysdeps/posix/getcwd.c: Likewise.
6663         * sysdeps/posix/opendir.c: Likewise.
6664         * sysdeps/posix/profil.c: Likewise.
6665         * sysdeps/powerpc/dl-procinfo.h: Likewise.
6666         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
6667         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
6668         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
6669         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6670         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
6671         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6672         * sysdeps/s390/dl-tls.h: Likewise.
6673         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6674         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6675         * sysdeps/sh/sh3/setjmp.S: Likewise.
6676         * sysdeps/sh/sh4/setjmp.S: Likewise.
6677         * sysdeps/unix/alpha/sysdep.h: Likewise.
6678         * sysdeps/unix/arm/sysdep.S: Likewise.
6679         * sysdeps/unix/i386/sysdep.S: Likewise.
6680         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6681         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6682         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6683         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6684         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6685         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
6686         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6687         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6688         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
6689         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
6690         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
6691         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6692         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6695         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6696         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6697         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6698         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6699         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6700         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6701         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6702         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6703         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6704         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6705         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6706         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6707         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6708         * sysdeps/x86_64/setjmp.S: Likewise.
6710         * include/math.h: Use IS_IN instead of IS_IN_libm.
6711         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6712         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6713         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6714         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6715         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6716         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6717         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6718         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6719         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6720         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6721         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6722         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6723         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6724         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6725         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6726         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6727         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6728         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6729         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6730         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6731         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6732         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6733         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6734         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6735         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6736         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6737         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6738         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6739         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6740         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6741         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6742         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6743         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6745         Likewise.
6746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6747         Likewise.
6748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6749         Likewise.
6750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6751         Likewise.
6752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6753         Likewise.
6754         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6755         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6756         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6757         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6758         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6759         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6765         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6766         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6767         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6768         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6769         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6770         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6771         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6772         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6773         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6774         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6775         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6776         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6777         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6778         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6780         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6782         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6783         * nptl/pthreadP.h: Likewise.
6784         * nptl_db/structs.def: Likewise.
6785         * sysdeps/arm/sysdep.h: Likewise.
6786         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6787         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6788         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6789         * sysdeps/unix/alpha/sysdep.h: Likewise.
6790         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6791         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6792         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6793         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6794         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6795         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6796         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6797         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6798         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6799         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6800         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6801         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6802         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6803         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6806         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6807         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6808         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6809         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6810         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6811         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6812         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6813         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6814         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6815         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6817         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6818         * nptl/pthreadP.h: Likewise.
6819         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6820         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6821         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6822         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6823         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6824         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6825         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6826         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6827         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6828         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6829         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6830         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6832         Likewise.
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6834         Likewise.
6835         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6836         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6837         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6838         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6839         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6840         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6841         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6842         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6844         * dlfcn/dladdr.c: Use IS_IN.
6845         * dlfcn/dladdr1.c: Likewise.
6846         * dlfcn/dlclose.c: Likewise.
6847         * dlfcn/dlerror.c: Likewise.
6848         * dlfcn/dlinfo.c: Likewise.
6849         * dlfcn/dlmopen.c: Likewise.
6850         * dlfcn/dlopen.c: Likewise.
6851         * dlfcn/dlsym.c: Likewise.
6852         * dlfcn/dlvsym.c: Likewise.
6854         * include/ifaddrs.h: Use IS_IN.
6855         * inet/check_pf.c: Likewise.
6856         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6857         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6859         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6860         IS_IN_ldconfig.
6861         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6862         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6864         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6865         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6866         IS_IN (libc).
6868         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6870         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6871         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6872         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6873         * include/libc-symbols.h (IS_IN_LIB): New macro.
6874         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6875         * include/netdb.h: Likewise.
6876         * include/stap-probe.h: Remove all uses of IN_LIB.
6878         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6879         instead of IN_MODULE.
6880         * include/libc-symbols.h (IN_MODULE): Define using
6881         MODULE_NAME.
6882         (PASTE_NAME, PASTE_NAME1): New macros.
6883         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6884         of IN_LIB.
6885         (STAP_PROBE_ASM): Likewise.
6887 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6889         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6890         __mach_init in dlopened libc.
6892 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6894         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6895         * sysdeps/arm/preconfigure: Regenerate.
6897 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6899         * nptl/pthread_create.c (__pthread_create_2_1): Set
6900         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6901         when copying values from IATTR into PD.
6903 2014-11-21  Will Newton  <will.newton@linaro.org>
6904             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6906         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6907         Refactor inline-asm.  Also add comment.
6909         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6910         ElfW macro instead of hardcoded Elf64 types.
6911         (la_aarch64_gnu_pltenter): Likewise.
6912         * sysdeps/aarch64/dl-machine.h
6913         (elf_machine_runtime_setup): Use ElfW(Addr).
6915         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6916         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6917         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6918         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6919         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6920         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6921         (R_AARCH64_TLS_DTPMOD): This.
6922         (R_AARCH64_TLS_DTPREL64): Rename to ...
6923         (R_AARCH64_TLS_DTPREL): This.
6924         (R_AARCH64_TLS_TPREL64): Rename to ...
6925         (R_AARCH64_TLS_TPREL): This.
6926         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6927         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6928         R_AARCH64_TLS_TPREL64.
6929         (elf_machine_rela): Likewise.
6931 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6933         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6934         by setting it to 0.  64b atomics are not supported currently.
6936 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6938         [BZ #16469]
6939         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6940         search domain names.
6942 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6944         [BZ #16469]
6945         * NEWS: Update.
6946         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6947         trailing dot.
6948         * posix/tst-getaddrinfo5.c: New.
6949         * posix/Makefile (tests): Add it.
6951 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6953         [BZ #14498]
6954         * NEWS: Fixed.
6955         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6956         after parsing line but before break_if_match.
6957         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6958         if there is a protocol mismatch.
6960 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6962         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6963         because the potential race is on the user-supplied stream.
6965 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6967         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6968         string literal if not passed a buffer.
6969         * manual/job.texi (ctermid): Update reasoning, note deviation
6970         from posix, suggest mtasurace when not passed a buffer, for
6971         future non-preliminary safety notes.
6973 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6975         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6976         of not passing it a buffer.
6977         Reported by Peng Haitao.
6979 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6981         * manual/Makefile ($(objpfx)stamp-summary): Require
6982         check-safety.sh to pass.
6983         * manual/check-safety.sh: Wish for verification that every
6984         @deftypefn and @deftypefun is followed by a @safety remark.
6986 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6988         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6990         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6991         PTHREAD_CANCEL_ASYNCHRONOUS.
6992         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6993         send SIGCANCEL.
6995         * nptl/default-sched.h: New file.
6996         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6997         * nptl/pthread_create.c: Include it.
6998         (__pthread_create_2_1): Use collect_default_sched instead of making
6999         Linux syscalls here directly.
7001 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7003         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
7004         __pthread_once): Use C11 atomics.
7006 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7008         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
7010 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7012         * include/atomic.h (__atomic_link_error, __atomic_check_size,
7013         atomic_thread_fence_acquire, atomic_thread_fence_release,
7014         atomic_thread_fence_seq_cst, atomic_load_relaxed,
7015         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
7016         atomic_compare_exchange_weak_relaxed,
7017         atomic_compare_exchange_weak_acquire,
7018         atomic_compare_exchange_weak_release,
7019         atomic_exchange_acquire, atomic_exchange_release,
7020         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
7021         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
7022         atomic_fetch_and_acquire,
7023         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
7025 2014-11-20  Torvald Riegel  <triegel@redhat.com>
7027         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
7028         USE_ATOMIC_COMPILER_BUILTINS): Define.
7029         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
7030         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7031         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
7032         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7033         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
7034         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7035         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
7036         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7037         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
7038         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7039         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
7040         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7041         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
7042         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7043         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
7044         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7045         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7046         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7047         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7048         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7049         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
7050         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7051         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
7052         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7053         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
7054         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7055         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
7056         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7057         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
7058         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7059         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
7060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7061         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
7062         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7063         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
7064         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7065         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
7066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7067         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
7068         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
7070 2014-11-19  Roland McGrath  <roland@hack.frob.com>
7072         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
7073         the sched_priority value here.  It was already checked when the user
7074         called pthread_attr_setschedparam.
7076         * nptl/tst-bad-schedattr.c: New file.
7077         * nptl/Makefile (tests): Add it.
7079 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
7080             Florian Weimer  <fweimer@redhat.com>
7081             Joseph Myers  <joseph@codesourcery.com>
7082             Adam Conrad  <adconrad@0c3.net>
7083             Andreas Schwab  <schwab@suse.de>
7084             Brooks  <bmoses@google.com>
7086         [BZ #17625]
7087         * wordexp-test.c (__dso_handle): Add prototype.
7088         (__register_atfork): Likewise.
7089         (__app_register_atfork): New function.
7090         (registered_forks): New global.
7091         (register_fork): New function.
7092         (test_case): Add 3 new tests for WRDE_CMDSUB.
7093         (main): Call __app_register_atfork.
7094         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
7095         fork count is non-zero fail the test.
7096         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
7097         is set.
7098         (parse_dollars): Remove check for WRDE_NOCMD.
7099         (parse_dquote): Likewise.
7101 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7103         * Makeconfig (built-modules): List non-library modules to be
7104         built.
7105         (module-cppflags): Include libc-modules.h for
7106         everything except shlib-versions.v.i.
7107         (CPPFLAGS): Use it.
7108         (before-compile): Add libc-modules.h.
7109         ($(common-objpfx)libc-modules.h,
7110         $(common-objpfx)libc-modules.stmp): New targets.
7111         (common-generated): Add libc-modules.h and libc-modules.stmp.
7112         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
7113         * include/libc-symbols.h: Don't include libc-modules.h.
7114         * include/libc-modules.h: Remove file.
7115         * scripts/gen-libc-modules.awk: New script to generate
7116         libc-modules.h.
7117         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
7118         Depend on libc-modules.stmp.
7120         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
7122         * Makeconfig (in-module): Get value of libof set for the
7123         translation unit.
7124         (CPPFLAGS): Use $(in-module).
7125         * Makerules: Don't suffix routine names for nonlib.
7126         * include/libc-modules.h: New file.
7127         * include/libc-symbols.h: Include libc-modules.h
7128         (IS_IN): New macro to replace IS_IN_* macros.
7129         * elf/Makefile: Set libof-* for each routine.
7130         * elf/rtld-Rules: Likewise.
7131         * extra-modules.mk: Likewise.
7132         * iconv/Makefile: Likewise.
7133         * iconvdata/Makefile: Likewise.
7134         * locale/Makefile: Likewise.
7135         * malloc/Makefile: Likewise.
7136         * nss/Makefile: Likewise.
7137         * sysdeps/gnu/Makefile: Likewise.
7138         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
7139         * sysdeps/unix/sysv/linux/Makefile: Likewise.
7140         * sysdeps/s390/s390-64/Makefile: Likewise.
7141         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
7142         CPPFLAGS for nscd instead of nonlib.
7144 2014-11-18  Roland McGrath  <roland@hack.frob.com>
7146         * nptl/createthread.c: New file.
7148         * nptl/createthread.c: Moved ...
7149         * sysdeps/unix/sysv/linux/createthread.c: ... here.
7151         * nptl/createthread.c: Add proper top-line comment.
7152         (do_clone): Folded into ...
7153         (create_thread): ... here.  Take new arguments STOPPED_START and
7154         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
7155         increment __nptl_threads, do event-reporting logic, do
7156         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
7157         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
7158         resource cleanup if sched_setaffinity or sched_setscheduler fails,
7159         just send SIGCANCEL.
7160         * nptl/pthread_create.c: Forward-declare create_thread before
7161         including createthread.c.
7162         (start_thread): Use new macro START_THREAD_DEFN to replace defining
7163         declaration, and new macro START_THREAD_SELF to replace argument.
7164         Remove return statement.
7165         (report_thread_creation): New function.
7166         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
7167         synchronization logic, and __nptl_nthreads increment here, around
7168         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
7169         PD->parent_cancelhandling here, before create_thread.  When
7170         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
7171         __deallocate_stack, and ENOMEM translation here.
7173 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
7175         [BZ #17616]
7176         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
7177         (mptwo): Rename to __mptwo.
7178         (__inv): Use __mptwo instead of mptwo.
7179         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
7180         (mptwo): Rename to __mptwo.
7181         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
7182         of mpone and __mptwo instead of mptwo.
7183         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
7184         instead of mpone.
7185         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
7186         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
7187         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
7188         of mpone and __mptwo instead of mptwo.
7189         (__mpranred): Use __mpone instead of mpone.
7190         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
7191         variable.
7192         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7193         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7194         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7195         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7196         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7197         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7198         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7199         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7200         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7201         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7202         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7203         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7204         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7205         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7206         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7207         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7208         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7209         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7210         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7212 2014-11-18  Tom de Vries  <tom@codesoucery.com>
7214         * manual/signal.texi (Primitives Interrupted by Signals): In section,
7215         replace BSD Handler xref with BSD Signal Handling.
7217 2014-11-17  Richard Henderson  <rth@redhat.com>
7219         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
7220         (_FP_PACK_RAW_2): Remove.
7221         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
7222         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
7223         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
7224         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
7225         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
7226         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
7227         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
7228         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
7229         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
7230         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
7231         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
7232         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
7233         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
7234         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
7235         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
7236         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
7238 2014-11-14  Roland McGrath  <roland@hack.frob.com>
7240         * signal/signal.h [__USE_MISC]
7241         (struct sigvec): Remove type.
7242         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
7243         (sigvec): Remove declaration.
7244         * sysdeps/posix/sigvec.c: Moved ...
7245         * signal/sigvec.c: ... here, replacing old file.
7246         (struct sigvec): New type, copied from old signal.h definition.
7247         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
7248         (__sigvec): Convert definition to prototype.
7249         (sigvec): Replace weak_alias with compat_symbol.
7250         * signal/Versions (libc: GLIBC_2.21): New version set.
7251         * include/signal.h: Remove __sigvec declaration.
7252         * sysdeps/unix/bsd/sigvec.c: Remove file.
7253         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
7254         * manual/signal.texi (BSD Handler): Remove subsection.
7255         Move siginterrupt up to ...
7256         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
7257         (Blocking in BSD): Fold subsection into its parent.
7258         * NEWS: Mention sigvec removal.
7260 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7262         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
7263         (DLA_FMS): Make definition conditional only on [__FMA4__].
7264         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
7265         definition.
7267         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
7268         Make definition conditional only on [PROF].
7269         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
7270         definition.
7271         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
7272         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
7274         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
7275         !__GNUC__].
7276         * include/signal.h (__sigpause): Move declaration above call to
7277         libc_hidden_proto.
7278         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
7279         variable.
7280         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7281         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7283 2014-11-14  David S. Miller  <davem@davemloft.net>
7285         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
7286         Define before including <string/memcpy.c> and <string/mempcpy.c>.
7288 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
7290         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
7291         * configure: Regenerated.
7292         * manual/install.texi (Tools for Compilation): Document a
7293         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
7294         compiler verified to work.
7295         * INSTALL: Regenerated.
7297         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
7298         redeclare with asm name.
7299         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
7300         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
7301         including <string.h>.
7302         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7303         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
7304         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7305         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
7306         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7307         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
7308         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
7310 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
7312         * stdlib/strtol.c (__strtol): Use prototype definition.
7314         [BZ #17594]
7315         * stdlib/strtol.c (SYM__): New macro.
7316         (SYM__1): Likewise.
7317         (__strtol): Likewise.
7318         (strtol): Rename to __strtol and define as weak alias of
7319         __strtol.  Use libc_hidden_weak.
7321 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7323         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
7324         Use numbered labels in inline assembly.
7326 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7328         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
7329         Add setjmp LIBC_PROBE.
7330         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
7331         Likewise.
7332         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
7333         Add longjmp, longjmp_target LIBC_PROBE.
7334         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
7335         Likewise.
7337 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7339         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
7340         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
7341         to get rid of unused variable warning.
7343 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7345         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
7346         Check for unwind_backtrace ==  NULL only in SHARED case.
7347         (__backchain_backtrace): Compile only in SHARED case.
7348         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
7349         Likewise.
7350         (__backchain_backtrace): Declare as static.
7352 2014-11-12  Roland McGrath  <roland@hack.frob.com>
7354         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
7355         (__libc_multiple_threads_ptr): Variable moved ...
7356         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
7358 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
7360         * conform/GlibcConform.pm: New file.
7361         * conform/conformtest.pl: Use GlibcConform module.
7362         * conform/linknamespace.pl: New file.
7363         * conform/list-header-symbols.pl: Likewise.
7364         * conform/Makefile (linknamespace-symlists-base): New variable.
7365         (linknamespace-symlists-tests): Likewise.
7366         (linknamespace-header-base): Likewise.
7367         (linknamespace-header-tests): Likewise.
7368         (tests-special): Add new tests.
7369         ($(linknamespace-symlists-tests)): New rule.
7370         (linknamespace-libs): New variable.
7371         ($(objpfx)symlist-stdlibs): New rule.
7372         ($(linknamespace-header-tests)): Likewise.
7373         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
7374         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
7375         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
7376         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
7377         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
7378         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
7379         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
7380         (test-xfail-ISO/math.h/linknamespace): Likewise.
7381         (test-xfail-ISO/signal.h/linknamespace): Likewise.
7382         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
7383         (test-xfail-ISO/time.h/linknamespace): Likewise.
7384         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
7385         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
7386         (test-xfail-ISO99/math.h/linknamespace): Likewise.
7387         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
7388         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
7389         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
7390         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
7391         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
7392         (test-xfail-ISO11/math.h/linknamespace): Likewise.
7393         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
7394         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
7395         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
7396         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
7397         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
7398         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
7399         (test-xfail-XPG3/math.h/linknamespace): Likewise.
7400         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
7401         (test-xfail-XPG3/search.h/linknamespace): Likewise.
7402         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
7403         (test-xfail-XPG3/time.h/linknamespace): Likewise.
7404         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
7405         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
7406         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
7407         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
7408         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
7409         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
7410         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
7411         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
7412         (test-xfail-XPG4/math.h/linknamespace): Likewise.
7413         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
7414         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
7415         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
7416         (test-xfail-XPG4/search.h/linknamespace): Likewise.
7417         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
7418         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
7419         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
7420         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
7421         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
7422         (test-xfail-XPG4/time.h/linknamespace): Likewise.
7423         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
7424         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
7425         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
7426         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
7427         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
7428         (test-xfail-POSIX/math.h/linknamespace): Likewise.
7429         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
7430         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
7431         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
7432         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
7433         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
7434         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
7435         (test-xfail-POSIX/time.h/linknamespace): Likewise.
7436         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
7437         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
7438         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
7439         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
7440         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
7441         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
7442         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
7443         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
7444         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
7445         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
7446         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
7447         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
7448         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
7449         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
7450         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
7451         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
7452         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
7453         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
7454         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
7455         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
7456         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
7457         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
7458         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
7459         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
7460         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
7461         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
7462         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
7463         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
7464         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
7465         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
7466         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
7467         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
7468         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
7469         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
7470         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
7471         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
7472         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
7473         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
7474         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
7475         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
7476         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
7477         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
7478         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
7479         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
7480         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
7481         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
7482         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
7483         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
7484         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
7485         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
7486         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
7487         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
7488         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
7489         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
7490         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
7491         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
7492         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
7493         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
7494         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
7495         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
7496         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
7497         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
7498         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
7499         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
7500         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
7501         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
7502         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
7503         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
7504         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
7505         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
7506         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
7507         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
7508         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
7509         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
7510         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
7511         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
7512         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
7513         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
7514         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
7515         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
7516         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
7517         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
7518         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
7519         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
7520         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
7521         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
7522         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
7523         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
7524         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
7525         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
7526         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
7527         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
7528         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
7529         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
7530         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
7531         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
7532         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
7533         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
7535         [BZ #17589]
7536         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
7537         of fgets_unlocked.
7539         [BZ #17585]
7540         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
7541         (memmem): Rename to __memmem and define as weak alias of
7542         __memmem.  Use libc_hidden_weak.
7543         (__memmem): Use libc_hidden_def.
7544         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
7545         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
7546         memmem.
7548         [BZ #17582]
7549         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
7550         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
7551         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
7552         and define as weak alias of __fgets_unlocked.  Use
7553         libc_hidden_weak.
7554         (__fgets_unlocked): Use libc_hidden_def.
7555         * include/stdio.h (__fgets_unlocked): Declare.  Use
7556         libc_hidden_proto.
7557         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
7558         __fgets_unlocked instead of fgets_unlocked.
7559         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
7560         (GET_NPROCS_CONF_PARSER): Likewise.
7561         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
7562         (GET_NPROCS_CONF_PARSER): Likewise.
7564         [BZ #17574]
7565         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
7566         weak alias of __wmemset.  Use libc_hidden_weak.
7567         (__wmemset): Use libc_hidden_def.
7568         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
7569         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
7570         of wmemset.
7572         [BZ #17573]
7573         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
7574         with asm name __mempcpy.
7575         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
7577         [BZ #17572]
7578         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
7579         and define as weak alias of __rawmemchr.
7580         (__rawmemchr): Do not define as strong alias of rawmemchr.
7582         [BZ #17571]
7583         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
7584         alias of __qsort_r.
7585         (qsort): Call __qsort_r instead of qsort_r.
7586         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
7587         (__qsort_r): Declare.  Call libc_hidden_proto.
7588         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
7589         instead of qsort_r.
7590         * nscd/gai.c (__qsort_r): Define to qsort_r.
7591         * posix/tst-rfc3484.c (__qsort_r): Likewise.
7592         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
7593         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
7595         [BZ #17570]
7596         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
7597         define as weak alias of __malloc_info.
7599         [BZ #17584]
7600         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
7601         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7602         (__rewinddir): Use libc_hidden_def.
7603         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
7604         as weak alias of __rewinddir.  Don't use libc_hidden_def.
7605         (__rewinddir): Use libc_hidden_def.
7606         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
7607         weak alias of __rewinddir.  Don't use libc_hidden_def.
7608         (__rewinddir): Use libc_hidden_def.
7609         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
7610         (__rewinddir): Use libc_hidden_proto.
7611         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
7612         rewinddir.
7613         (__getcwd): Use __rewinddir instead of rewinddir.
7615         [BZ #17583]
7616         * libio/fileno.c (fileno): Rename to __fileno and define as weak
7617         alias of __fileno.  Use libc_hidden_weak.
7618         (__fileno): Use libc_hidden_def.
7619         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
7620         * libio/ftello.c (ftello): Rename to __ftello and define as weak
7621         alias of __ftello.
7622         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
7623         __ftello.
7624         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
7625         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
7626         libc_hidden_def.
7627         (fread_unlocked): Don't use libc_hidden_ver.
7628         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
7629         and define as weak alias of __fread_unlocked.  Don't use
7630         libc_hidden_def.
7631         (__fread_unlocked): Use libc_hidden_def.
7632         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
7633         (ftello): Don't use libc_hidden_proto.
7634         (__ftello): Declare.  Use libc_hidden_proto.
7635         (fread_unlocked): Don't use libc_hidden_proto.
7636         (__fread_unlocked): Declare.  Use libc_hidden_proto.
7637         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
7638         and __ftello instead of fileno, fread_unlocked and ftello.
7640 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7642         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
7643         GOT12.
7644         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
7645         Likewise.
7646         (_dl_start_user): Likewise.
7647         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
7649 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
7650             Siddhesh Poyarekar  <siddhesh@redhat.com>
7652         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
7653         Move argv and envp down instead of moving argc up.
7654         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
7656 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
7658         [BZ #17506]
7659         * test-skeleton.c (main): Return successful if one of
7660         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
7661         * string/tst-strcoll-overflow.c: Define expected status.
7663 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
7665         [BZ #17475]
7666         * locale/iso-639.def: Define Bhili and Tulu language codes.
7668 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
7670         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
7672 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
7674         [BZ #17555]
7675         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
7677 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
7679         * configure.ac: Updated check of minimal required version to
7680         2.22.
7681         * manual/install.texi (Tools for Compilation): Updated version
7682         number.
7683         * configure: Regenerated.
7684         * INSTALL: Likewise.
7686 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
7688         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
7689         __tls_get_addr.
7691 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
7693         * include/sys/wait.h (__libc_waitpid): Remove declaration.
7694         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
7695         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7696         libc_hidden_weak.
7697         (waitpid): Define as alias of __waitpid.
7698         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
7699         __waitpid.
7700         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7701         libc_hidden_weak.
7702         (waitpid): Define as alias of __waitpid.
7703         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
7704         __libc_waitpid alias.
7705         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7706         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7707         Likewise.
7708         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7709         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7710         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7711         alias.
7712         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7713         __waitpid.
7714         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7715         libc_hidden_weak.
7716         (waitpid): Define as alias of __waitpid.
7718 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7720         * manual/llio.texi: Add comment that write safety has been
7721         fixed in Linux.
7723         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7724         (localplt-build-dso): Add elf/ld.so.
7725         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7726         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7727         and free for ld.so.
7728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7729         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7731         Likewise.
7732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7733         Likewise.
7734         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7735         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7736         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7737         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7738         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7739         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7740         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7741         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7742         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7743         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7744         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7746 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7748         [BZ #14132]
7749         * include/libc-symbols.h (INTUSE): Remove macro.
7750         (INTDEF): Likewise.
7751         (INTVARDEF): Likewise.
7752         (_INTVARDEF): Likewise.
7753         (INTDEF2): Likewise.
7754         (INTVARDEF2): Likewise.
7755         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7756         rtld_hidden_def instead of INTVARDEF.
7757         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7758         (_dl_starting_up_internal): Remove declaration.
7759         (_dl_starting_up): Use rtld_hidden_proto.
7760         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7761         declaration.
7762         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7763         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7764         _dl_starting_up.
7765         * elf/dl-writev.h (_dl_writev): Likewise.
7766         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7767         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7768         _dl_starting_up_internal.
7770 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7772         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7773         test-skeleton.c.
7775 2014-11-05  Will Newton  <will.newton@linaro.org>
7777         * benchtests/Makefile: (bench-malloc): Add malloc thread
7778         scalability benchmark.
7779         * benchtests/bench-malloc-threads.c: New file.
7781 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7783         * sysdeps/aarch64/strchrnul.S: New file.
7785 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7787         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7788         definition.
7789         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7790         Likwise.
7791         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7792         Likewise.
7793         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7794         Likewise.
7795         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7796         Likewise.
7797         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7798         Likewise.
7800 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7802         * catgets/test-gencat.c: Use test-skeleton.c.
7803         * catgets/tst-catgets.c: Likewise.
7804         * csu/tst-empty.c: Likewise.
7805         * elf/tst-audit2.c: Likewise.
7806         * elf/tst-global1.c: Likewise.
7807         * elf/tst-pathopt.c: Likewise.
7808         * elf/tst-piemod1.c: Likewise.
7809         * elf/tst-tls10.c: Likewise.
7810         * elf/tst-tls11.c: Likewise.
7811         * elf/tst-tls12.c: Likewise.
7812         * gnulib/tst-gcc.c: Likewise.
7813         * iconvdata/tst-e2big.c: Likewise.
7814         * iconvdata/tst-loading.c: Likewise.
7815         * iconv/tst-iconv1.c: Likewise.
7816         * iconv/tst-iconv2.c: Likewise.
7817         * inet/test-inet6_opt.c: Likewise.
7818         * inet/tst-gethnm.c: Likewise.
7819         * inet/tst-network.c: Likewise.
7820         * inet/tst-ntoa.c: Likewise.
7821         * intl/tst-codeset.c: Likewise.
7822         * intl/tst-gettext2.c: Likewise.
7823         * intl/tst-gettext3.c: Likewise.
7824         * intl/tst-ngettext.c: Likewise.
7825         * intl/tst-translit.c: Likewise.
7826         * io/test-stat.c: Likewise.
7827         * libio/test-fmemopen.c: Likewise.
7828         * libio/tst-freopen.c: Likewise.
7829         * libio/tst-sscanf.c: Likewise.
7830         * libio/tst-ungetwc1.c: Likewise.
7831         * libio/tst-ungetwc2.c: Likewise.
7832         * libio/tst-widetext.c: Likewise.
7833         * localedata/tst-ctype.c: Likewise.
7834         * localedata/tst-digits.c: Likewise.
7835         * localedata/tst-leaks.c: Likewise.
7836         * localedata/tst-mbswcs1.c: Likewise.
7837         * localedata/tst-mbswcs2.c: Likewise.
7838         * localedata/tst-mbswcs3.c: Likewise.
7839         * localedata/tst-mbswcs4.c: Likewise.
7840         * localedata/tst-mbswcs5.c: Likewise.
7841         * localedata/tst-setlocale.c: Likewise.
7842         * localedata/tst-trans.c: Likewise.
7843         * localedata/tst-wctype.c: Likewise.
7844         * localedata/tst-xlocale1.c: Likewise.
7845         * login/tst-grantpt.c: Likewise.
7846         * malloc/tst-calloc.c: Likewise.
7847         * malloc/tst-malloc.c: Likewise.
7848         * malloc/tst-mallocstate.c: Likewise.
7849         * malloc/tst-mcheck.c: Likewise.
7850         * malloc/tst-mtrace.c: Likewise.
7851         * malloc/tst-obstack.c: Likewise.
7852         * math/atest-exp2.c: Likewise.
7853         * math/atest-exp.c: Likewise.
7854         * math/atest-sincos.c: Likewise.
7855         * math/test-matherr.c: Likewise.
7856         * math/test-misc.c: Likewise.
7857         * math/test-powl.c: Likewise.
7858         * math/tst-definitions.c: Likewise.
7859         * misc/tst-dirname.c: Likewise.
7860         * misc/tst-efgcvt.c: Likewise.
7861         * misc/tst-fdset.c: Likewise.
7862         * misc/tst-hsearch.c: Likewise.
7863         * misc/tst-mntent2.c: Likewise.
7864         * nptl/tst-sem7.c: Likewise.
7865         * nptl/tst-sem8.c: Likewise.
7866         * nptl/tst-sem9.c: Likewise.
7867         * nss/test-netdb.c: Likewise.
7868         * posix/tst-fnmatch.c: Likewise.
7869         * posix/tst-getlogin.c: Likewise.
7870         * posix/tst-gnuglob.c: Likewise.
7871         * posix/tst-mmap.c: Likewise.
7872         * pwd/tst-getpw.c: Likewise.
7873         * resolv/tst-inet_ntop.c: Likewise.
7874         * rt/tst-timer.c: Likewise.
7875         * stdio-common/test-fseek.c: Likewise.
7876         * stdio-common/test-popen.c: Likewise.
7877         * stdio-common/test-vfprintf.c: Likewise.
7878         * stdio-common/tst-cookie.c: Likewise.
7879         * stdio-common/tst-fileno.c: Likewise.
7880         * stdio-common/tst-gets.c: Likewise.
7881         * stdio-common/tst-obprintf.c: Likewise.
7882         * stdio-common/tst-perror.c: Likewise.
7883         * stdio-common/tst-sprintf2.c: Likewise.
7884         * stdio-common/tst-sprintf3.c: Likewise.
7885         * stdio-common/tst-sprintf.c: Likewise.
7886         * stdio-common/tst-swprintf.c: Likewise.
7887         * stdio-common/tst-tmpnam.c: Likewise.
7888         * stdio-common/tst-unbputc.c: Likewise.
7889         * stdio-common/tst-wc-printf.c: Likewise.
7890         * stdlib/tst-environ.c: Likewise.
7891         * stdlib/tst-fmtmsg.c: Likewise.
7892         * stdlib/tst-limits.c: Likewise.
7893         * stdlib/tst-rand48-2.c: Likewise.
7894         * stdlib/tst-rand48.c: Likewise.
7895         * stdlib/tst-random2.c: Likewise.
7896         * stdlib/tst-random.c: Likewise.
7897         * stdlib/tst-strtol.c: Likewise.
7898         * stdlib/tst-strtoll.c: Likewise.
7899         * stdlib/tst-tls-atexit.c: Likewise.
7900         * stdlib/tst-xpg-basename.c: Likewise.
7901         * string/test-ffs.c: Likewise.
7902         * string/tst-bswap.c: Likewise.
7903         * string/tst-inlcall.c: Likewise.
7904         * string/tst-strtok.c: Likewise.
7905         * string/tst-strxfrm.c: Likewise.
7906         * sysdeps/x86_64/tst-audit10.c: Likewise.
7907         * sysdeps/x86_64/tst-audit3.c: Likewise.
7908         * sysdeps/x86_64/tst-audit4.c: Likewise.
7909         * sysdeps/x86_64/tst-audit5.c: Likewise.
7910         * time/tst-ftime_l.c: Likewise.
7911         * time/tst-getdate.c: Likewise.
7912         * time/tst-mktime3.c: Likewise.
7913         * time/tst-mktime.c: Likewise.
7914         * time/tst-posixtz.c: Likewise.
7915         * time/tst-strptime2.c: Likewise.
7916         * time/tst-strptime3.c: Likewise.
7917         * wcsmbs/tst-btowc.c: Likewise.
7918         * wcsmbs/tst-mbrtowc.c: Likewise.
7919         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7920         * wcsmbs/tst-wchar-h.c: Likewise.
7921         * wcsmbs/tst-wcpncpy.c: Likewise.
7922         * wcsmbs/tst-wcrtomb.c: Likewise.
7923         * wcsmbs/tst-wcsnlen.c: Likewise.
7924         * wcsmbs/tst-wcstof.c: Likewise.
7926 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7928         [BZ #14132]
7929         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7930         INTDEF.
7931         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7932         declaration.
7933         (_dl_mcount): Use rtld_hidden_proto.
7934         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7935         _dl_mcount.
7936         * elf/rtld.c (_rtld_global_ro): Likewise.
7938         [BZ #14132]
7939         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7940         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7941         of _dl_init_internal.
7942         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7943         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7944         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7945         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7946         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7947         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7948         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7949         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7950         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7951         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7952         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7953         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7954         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7955         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7956         * sysdeps/tile/dl-start.S (_start): Likewise.
7957         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7958         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7960         [BZ #14132]
7961         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7962         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7963         (rtld_progname): Make macro definition unconditional.
7964         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7965         INTDEF.
7966         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7967         (dl_main): Likewise.
7968         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7969         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7970         instead of _dl_argv_internal.
7971         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7972         __GI__dl_argv instead of INTUSE(_dl_argv).
7973         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7974         __GI__dl_argv instead of _dl_argv_internal.
7976         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7977         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7978         macro.
7979         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7980         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7981         New macro.
7982         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7983         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7984         macro.
7985         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7986         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7988 2014-11-04  Andreas Schwab  <schwab@suse.de>
7990         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7992 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7994         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7995         mtvsrd instruction in binary form.
7997 2014-11-03  Andreas Schwab  <schwab@suse.de>
7999         [BZ #17522]
8000         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
8001         for less than MB_LEN_MAX use a local buffer of that size.
8002         * libio/tst-fputws.c: New file.
8003         * libio/Makefile (tests): Add tst-fputws.
8005 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
8007         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
8008         the size of the fpu_fr.fpu_dregs[] array.
8010 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
8012         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
8013         (__nanosleep): Do not define as alias.
8014         (nanosleep): Define as alias of __nanosleep.
8015         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
8016         __libc_nanosleep name.
8018 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8020         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
8021         install.texi in comment.
8023 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8025         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
8026         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
8027         ... add here and use lwsync or sync ...
8028         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
8029         ... and add here using lwsync.
8031 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
8033         * elf/dl-machine-reject-phdr.h: New file.
8034         * elf/dl-load.c: #include that.
8035         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
8036         if that returned true.
8038 2014-10-31  Roland McGrath  <roland@hack.frob.com>
8040         [BZ #17496]
8041         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
8042         gen-as-const-headers chunk.  Add a big scare comment after the last
8043         safe place to touch before-compile.
8045 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
8047         * manual/install.texi (Tools for Compilation): Update autoconf
8048         version requirements.
8049         * INSTALL: Regenerated.
8051         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
8052         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
8053         (__libc_pselect): Likewise.
8055         [BZ #14138]
8056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
8057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8061 2014-10-31  Torvald Riegel  <triegel@redhat.com>
8063         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
8064         correct barrier instruction.
8065         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
8066         Likewise.
8067         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
8068         Likewise.
8070 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8072         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
8073         after defining inlines.  Instead, just use parens to defeat macro
8074         expansion of __isctype in its declaration.
8076 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8078         * include/sys/uio.h (__libc_readv): Remove declaration.
8079         (__libc_writev): Likewise.
8080         * misc/readv.c (__libc_readv): Rename to __readv.
8081         (__readv): Do not define as alias.
8082         (readv): Define as alias of __readv.
8083         * misc/writev.c (__libc_writev): Rename to __writev.
8084         (__writev): Do not define as alias.
8085         (writev): Define as alias of __writev.
8086         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
8087         (__readv): Do not define as alias.
8088         (readv): Define unconditionally as alias of __readv.
8089         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
8090         (__writev): Do not define as alias.
8091         (writev): Define unconditionally as alias of __writev.
8092         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
8093         name.
8094         (writev): Do not define __libc_writev name.
8096 2014-10-30  Roland McGrath  <roland@hack.frob.com>
8098         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
8099         (convert_charseq): New function, broken out of ...
8100         (use_from_charmap): ... here.  Call it.
8101         (use_to_charmap): Use convert_charseq and free instead of duplicating
8102         its code with a variable-length stack struct.
8104 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
8106         * include/fcntl.h (__libc_creat): Remove declaration.
8107         * io/creat.c (__libc_creat): Rename to creat.
8108         (creat): Do not define as alias.
8109         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
8110         of creat instead of __libc_creat.
8111         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
8112         to creat.
8113         (creat): Do not define as alias.
8114         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
8115         __libc_creat.
8116         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
8117         __libc_creat name.
8118         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
8119         Likewise.
8121 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
8123         * manual/llio.texi: Add comments discussing why write() may be
8124         considered MT-unsafe on Linux.
8126 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
8128         * dl-load.c (local_strdup): Remove.
8129         (expand_dynamic_string_token): Use __strdup.
8130         (decompose_rpath): Likewise.
8131         (_dl_map_object): Likewise.
8133 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
8135         [BZ #14132]
8136         * sysdeps/generic/unwind-dw2-fde.c
8137         (__register_frame_info_bases_internal): Do not declare.
8138         (__register_frame_info_table_bases_internal): Likewise.
8139         (__deregister_frame_info_bases_internal): Likewise.
8140         (__register_frame_info_bases): Declare and use hidden_proto before
8141         definition.  Use hidden_def instead of INTDEF.
8142         (__register_frame_info_table_bases): Likewise.
8143         (__deregister_frame_info_bases): Likewise.
8144         (__register_frame_info): Do not use INTUSE.
8145         (__register_frame): Likewise.
8146         (__register_frame_info_table): Likewise.
8147         (__register_frame_table): Likewise.
8148         (__deregister_frame_info): Likewise.
8149         (__deregister_frame): Likewise.
8151 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
8153         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8154         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
8155         not undefine.
8156         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
8157         Likewise.
8158         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
8159         Likewise.
8161 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
8163         [BZ #14138]
8164         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
8165         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
8166         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
8167         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
8168         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
8169         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
8170         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
8171         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
8172         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
8173         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
8174         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
8175         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
8176         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
8177         syscall.
8178         (setfsuid): Likewise.
8179         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
8180         (setfsuid): Likewise.
8181         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
8182         (setfsuid): Likewise.
8183         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
8184         Likewise.
8185         (setfsuid): Likewise.
8186         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
8187         (setfsuid): Likewise.
8188         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
8189         Likewise.
8190         (setfsuid): Likewise.
8192 2014-10-27  Andreas Schwab  <schwab@suse.de>
8194         [BZ #17501]
8195         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
8196         check for Slow_SSE4_2 feature bit.
8197         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
8198         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
8199         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
8200         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
8202 2014-10-24  Roland McGrath  <roland@hack.frob.com>
8204         * configure.ac: Validate compiler version with a empirical test of
8205         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
8206         $CC -v output.
8207         * configure: Regenerated.
8209         * inet/htons.c (htons): Prototypify.
8210         * inet/htonl.c (htonl): Likewise.
8212 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8214         * string/strncat.c (strncat): Improve performance by using strlen.
8216 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8218         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
8220 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8222         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
8223         Call libc_fetestexcept_aarch64.
8225 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8227         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
8228         Call libc_feholdexcept_aarch64.
8230 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8232         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
8233         Call get_rounding_mode.
8235 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8237         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
8238         Simplify logic.
8240 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
8242         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
8243         Simplify logic.
8245 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
8247         [BZ #14138]
8248         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
8249         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
8250         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
8251         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
8252         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
8253         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
8254         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
8255         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
8256         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
8257         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
8258         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
8259         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
8260         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
8261         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
8262         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
8263         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
8264         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
8265         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
8266         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
8267         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
8268         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
8269         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
8270         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
8271         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
8272         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
8273         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
8274         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
8275         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
8276         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
8277         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
8278         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
8279         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
8280         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
8281         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
8282         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
8283         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
8284         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
8285         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
8286         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
8287         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
8288         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
8289         syscall.
8290         (geteuid): Likewise.
8291         (getgid): Likewise.
8292         (getuid): Likewise.
8293         (getresgid): Likewise.
8294         (getresuid): Likewise.
8295         (getgroups): Likewise.
8296         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
8297         (geteuid): Likewise.
8298         (getgid): Likewise.
8299         (getuid): Likewise.
8300         (getresgid): Likewise.
8301         (getresuid): Likewise.
8302         (getgroups): Likewise.
8303         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
8304         (geteuid): Likewise.
8305         (getgid): Likewise.
8306         (getuid): Likewise.
8307         (getresgid): Likewise.
8308         (getresuid): Likewise.
8309         (getgroups): Likewise.
8310         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
8311         Likewise.
8312         (geteuid): Likewise.
8313         (getgid): Likewise.
8314         (getuid): Likewise.
8315         (getresgid): Likewise.
8316         (getresuid): Likewise.
8317         (getgroups): Likewise.
8318         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
8319         (geteuid): Likewise.
8320         (getgid): Likewise.
8321         (getuid): Likewise.
8322         (getresgid): Likewise.
8323         (getresuid): Likewise.
8324         (getgroups): Likewise.
8325         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
8326         Likewise.
8327         (geteuid): Likewise.
8328         (getgid): Likewise.
8329         (getuid): Likewise.
8330         (getgroups): Likewise.
8332         [BZ #14138]
8333         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
8334         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
8335         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
8336         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
8337         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
8338         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
8339         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
8340         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
8341         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
8342         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
8343         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
8344         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
8345         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
8346         __chown.
8347         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
8348         (lchown): Likewise.
8349         (fchown): Likewise.
8350         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
8351         Likewise.
8352         (lchown): Likewise.
8353         (fchown): Likewise.
8354         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
8355         (lchown): Likewise.
8356         (fchown): Likewise.
8357         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
8358         Likewise.
8359         (lchown): Likewise.
8360         (fchown): Likewise.
8362 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8364         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
8365         Simplify logic.
8367 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8369         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8370         Cleanup logic.
8372 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8374         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
8375         Remove unused include.
8377 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
8379         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
8380         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
8381         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
8382         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
8384 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
8385             Helge Deller <deller@gmx.de>
8387         [BZ #17508]
8388         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
8389         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
8390         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
8392 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
8394         [BZ #14132]
8395         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
8396         Remove macro definition.
8397         (__ashrdi3_v_glibc20): Likewise.
8398         (__lshrdi3_v_glibc20): Likewise.
8399         (__cmpdi2_v_glibc20): Likewise.
8400         (__ucmpdi2_v_glibc20): Likewise.
8401         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
8402         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
8403         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
8404         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
8405         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
8406         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
8408 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8410         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
8411         old GNU extension [0] syntax.
8412         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
8413         alloca rather than an array member with variable length.
8414         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
8415         * nscd/nscd.c (invalidate_db): New function, broken out of ...
8416         (parse_opt): ... here.  Likewise use alloca there.
8417         Validate the -i argument before checking for rootness.
8418         (send_shutdown): New function, broken out of ...
8419         (parse_opt): ... here.
8421 2014-10-22  Roland McGrath  <roland@hack.frob.com>
8423         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
8424         macro to get at the _rt_local_ro field.
8425         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
8426         ([PIC] case) or _dl_hwcap ([!PIC] case).
8427         * sysdeps/arm/setjmp.S: Likewise.
8429         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
8430         * sysdeps/arm/configure.ac: New check to define it.
8431         * sysdeps/arm/configure: Regenerated.
8432         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
8433         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
8434         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
8435         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
8436         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
8437         Use move/movt pair instead of a load.
8438         (LDST_GLOBAL): Macro removed.
8439         (LDR_GLOBAL): New macro replaces it.
8440         (LDR_HIDDEN): New macro.
8441         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
8442         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
8444         * setjmp/tst-setjmp-static.c: New file.
8445         * setjmp/Makefile (tests): Add it.
8446         (tests-static): New variable.
8448 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
8450         [BZ #17485]
8451         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
8453 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
8455         [BZ #14132]
8456         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
8458 2014-10-21  Roland McGrath  <roland@hack.frob.com>
8460         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
8462 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8464         * io/fts.c (dirent_not_directory): New function.
8465         (fts_build): Call it.
8467 2014-10-20  Roland McGrath  <roland@hack.frob.com>
8469         * nptl/version.c (__nptl_main): Use normal __write rather than
8470         INTERNAL_SYSCALL.
8471         (banner): Update copyright years.
8473         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
8474         gettimeofday.
8475         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
8476         * nptl/pthread_cond_timedwait.c: Likewise.
8477         * nptl/pthread_mutex_timedlock.c: Likewise.
8478         * nptl/sem_timedwait.c: Likewise.
8480         * sysdeps/nptl/bits/libc-lock.h
8481         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8482         (__libc_lock_init_recursive): Return void, not 0.
8483         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
8484         (__libc_rwlock_init): Likewise.
8485         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
8487 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8489         [BZ #15215]
8490         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
8491         (__pthread_once_slow): ... here.
8492         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
8493         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
8495 2014-10-20  Torvald Riegel  <triegel@redhat.com>
8497         [BZ #15215]
8498         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
8499         __PTHREAD_ONCE_FORK_GEN_INCR): New.
8500         * sysdeps/nptl/fork.c (__libc_fork): Use them.
8501         * nptl/pthread_once.c (__pthread_once): Likewise.
8502         Update comments.
8504 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
8506         [BZ #14138]
8507         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
8508         name.
8509         (writev): Use __libc_writev as strong name.
8510         * sysdeps/unix/sysv/linux/readv.c: Remove file.
8511         * sysdeps/unix/sysv/linux/writev.c: Likewise.
8513 2014-10-17  Roland McGrath  <roland@hack.frob.com>
8515         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
8517         * sysdeps/i386/nptl/tls.h
8518         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
8519         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
8520         New macros.
8521         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
8522         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
8523         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
8524         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
8525         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
8526         Call CHECK_THREAD_SYSINFO instead of doing an assert.
8528         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
8529         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
8530         on [__NR_futex].
8531         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
8532         broken out of ...
8533         (__pthread_mutex_init): ... here.  Call it.
8534         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
8535         Conditionalize PI cases on [__NR_futex].
8536         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
8537         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
8538         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
8540         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
8541         conditional on [SIGSETXID].
8542         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
8543         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
8544         is defined.  Likewise for SIGSETXID.
8545         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
8546         Conditionalize definitions on [SIGSETXID].
8547         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
8548         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
8549         unblocking on [SIGCANCEL].
8551         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
8552         [__NR_set_robust_list].
8554 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8556         * string/strcoll_l.c (get_next_seq): Fix up formatting.
8557         (do_compare): Likewise.
8559 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
8561         [BZ #15884]
8562         * string/strcoll_l.c: Don't include stdio.h.
8563         (coll_seq): Remove members idxarr and rulearr.
8564         (get_next_seq_cached): Remove function.
8565         (get_next_seq): Likewise.
8566         (get_next_seq_nocache): Rename to get_next_seq.
8567         (do_compare): Remove function.
8568         (do_compare_nocache): Rename to do_compare.
8569         (STRCOLL): Remove weight and rules cache.
8571 2014-10-16  Roland McGrath  <roland@hack.frob.com>
8573         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
8574         * sysdeps/arm/sfp-machine.h: ... to here.
8575         * sysdeps/arm/Implies: Remove arm/soft-fp.
8577 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
8579         * conform/data/sys/utsname.h-data (*_t): Allow.
8580         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
8581         [POSIX] (WEXITED): Do not expect constant.
8582         [POSIX] (WSTOPPED): Likewise.
8583         [POSIX] (WNOHANG): Likewise.
8584         [POSIX] (WNOWAIT): Likewise.
8585         [POSIX] (siginfo_t): Do not expect type or elements.
8586         [POSIX] (pid_t): Do not expect type.
8587         [POSIX] (signal.h): Do not allow header.
8588         [POSIX] (sys/resource.h): Likewise.
8589         [POSIX] (si_*): Do not allow pattern.
8590         [POSIX] (W*): Likewise.
8591         [POSIX] (P_*): Likewise.
8592         [POSIX] (BUS_*): Likewise.
8593         [POSIX] (CLD_*): Likewise.
8594         [POSIX] (FPE_*): Likewise.
8595         [POSIX] (ILL_*): Likewise.
8596         [POSIX] (POLL_*): Likewise.
8597         [POSIX] (SEGV_*): Likewise.
8598         [POSIX] (SI_*): Likewise.
8599         [POSIX] (TRAP_*): Likewise.
8600         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
8601         variable.
8603 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8605         [BZ #12926]
8606         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
8607         infinite loop when __recvmsg returns 0.
8609 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
8611         * CANCEL-FCT-WAIVE: Remove file.
8612         * CANCEL-FILE-WAIVE: Likewise.
8614         [BZ #14132]
8615         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
8616         instead of INTVARDEF.
8617         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8618         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
8619         rtld_hidden_data_def instead of INTVARDEF.
8620         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
8621         * elf/dl-deps.c (expand_dst): Likewise.
8622         * elf/dl-load.c (_dl_dst_count): Likewise.
8623         (_dl_dst_substitute): Likewise.
8624         (decompose_rpath): Likewise.
8625         (_dl_init_paths): Likewise.
8626         (open_path): Likewise.
8627         (_dl_map_object): Likewise.
8628         * elf/rtld.c (dl_main): Likewise.
8629         (process_dl_audit): Likewise.
8630         (process_envvars): Likewise.
8631         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
8632         Remove declaration.
8633         (__libc_enable_secure): Use rtld_hidden_proto.
8635 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8637         * elf/dl-load.c
8638         (add_path): New function broken out of _dl_rtld_di_serinfo.
8639         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
8641 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8643         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
8644         parentheses around macro arguments.
8645         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
8646         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
8647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
8648         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
8649         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
8650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8651         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
8653         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
8654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
8655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
8656         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
8657         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
8658         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
8659         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
8660         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
8661         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
8662         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
8663         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
8664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
8665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
8666         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
8667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
8668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
8669         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
8670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
8671         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
8672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
8673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
8674         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
8675         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
8676         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
8677         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
8678         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
8679         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
8680         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
8681         Likewise.
8682         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
8683         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8684         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8685         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
8686         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
8687         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
8688         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
8689         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
8690         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
8691         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
8692         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
8693         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
8694         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
8695         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
8696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
8697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
8698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
8699         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
8700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
8701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
8702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
8703         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
8704         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
8705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8707         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8708         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8709         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8710         (_FP_FRAC_SRS_1): Likewise.
8711         (_FP_FRAC_CLZ_1): Likewise.
8712         (_FP_MUL_MEAT_1_imm): Likewise.
8713         (_FP_MUL_MEAT_1_wide): Likewise.
8714         (_FP_MUL_MEAT_1_hard): Likewise.
8715         (_FP_SQRT_MEAT_1): Likewise.
8716         (_FP_FRAC_ASSEMBLE_1): Likewise.
8717         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8718         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8719         (__FP_CLZ_2): Likewise.
8720         (_FP_MUL_MEAT_2_wide): Likewise.
8721         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8722         (_FP_MUL_MEAT_2_gmp): Likewise.
8723         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8724         (_FP_SQRT_MEAT_2): Likewise.
8725         (_FP_FRAC_ASSEMBLE_2): Likewise.
8726         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8727         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8728         (_FP_FRAC_CLZ_4): Likewise.
8729         (_FP_MUL_MEAT_4_wide): Likewise.
8730         (_FP_MUL_MEAT_4_gmp): Likewise.
8731         (_FP_SQRT_MEAT_4): Likewise.
8732         (_FP_FRAC_ASSEMBLE_4): Likewise.
8733         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8734         * soft-fp/op-common.h (_FP_CMP): Likewise.
8735         (_FP_CMP_EQ): Likewise.
8736         (_FP_CMP_UNORD): Likewise.
8737         (_FP_TO_INT): Likewise.
8738         (_FP_FROM_INT): Likewise.
8739         [!__FP_CLZ] (__FP_CLZ): Likewise.
8740         (_FP_DIV_HELP_imm): Likewise.
8741         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8742         Likewise.
8743         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8744         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8746         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8749         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8750         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8754         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8755         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8756         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8757         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8758         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8759         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8760         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8761         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8762         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8764         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8767         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8772         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8773         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8775         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8776         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8777         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8778         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8779         (FP_UNPACK_RAW_SP): Likewise.
8780         (FP_PACK_RAW_S): Likewise.
8781         (FP_PACK_RAW_SP): Likewise.
8782         (FP_UNPACK_S): Likewise.
8783         (FP_UNPACK_SP): Likewise.
8784         (FP_UNPACK_SEMIRAW_S): Likewise.
8785         (FP_UNPACK_SEMIRAW_SP): Likewise.
8786         (FP_PACK_S): Likewise.
8787         (FP_PACK_SP): Likewise.
8788         (FP_PACK_SEMIRAW_S): Likewise.
8789         (FP_PACK_SEMIRAW_SP): Likewise.
8790         (_FP_SQRT_MEAT_S): Likewise.
8791         (FP_CMP_S): Likewise.
8792         (FP_CMP_EQ_S): Likewise.
8793         (FP_CMP_UNORD_S): Likewise.
8794         (FP_TO_INT_S): Likewise.
8795         (FP_FROM_INT_S): Likewise.
8797         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8799         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8800         (FP_EX_INVALID_IMZ): Likewise.
8801         (FP_EX_INVALID_IMZ_FMA): Likewise.
8802         (FP_EX_INVALID_ISI): Likewise.
8803         (FP_EX_INVALID_ZDZ): Likewise.
8804         (FP_EX_INVALID_IDI): Likewise.
8805         (FP_EX_INVALID_SQRT): Likewise.
8806         (FP_EX_INVALID_CVI): Likewise.
8807         (FP_EX_INVALID_VC): Likewise.
8808         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8809         "invalid" exceptions.
8810         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8811         (_FP_ADD_INTERNAL): Likewise.
8812         (_FP_MUL): Likewise.
8813         (_FP_FMA): Likewise.
8814         (_FP_DIV): Likewise.
8815         (_FP_CMP_CHECK_NAN): Likewise.
8816         (_FP_SQRT): Likewise.
8817         (_FP_TO_INT): Likewise.
8818         (FP_EXTEND): Likewise.
8820 2014-10-09  Allan McRae  <allan@archlinux.org>
8822         * po/fr.po: Update French translation from translation project.
8824 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8826         [BZ #14132]
8827         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8828         of INTDEF.
8829         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8830         (__cxa_atexit): Use libc_hidden_proto.
8831         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8833         [BZ #14132]
8834         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8835         declaration.
8836         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8837         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8838         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8839         [!_ISOMAC] (__iswctype_internal): Likewise.
8840         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8841         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8842         alias.
8843         (fcntl): Remove __fcntl_internal alias.
8844         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8845         __connect_internal alias.
8846         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8847         Likewise.
8849         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8850         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8851         FP_DENORM_ZERO.
8852         (_FP_CHECK_FLUSH_ZERO): New macro.
8853         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8854         (_FP_CMP): Likewise.
8855         (_FP_CMP_EQ): Likewise.
8856         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8857         FP_DENORM_ZERO.
8858         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8859         (FP_TRUNC): Likewise.
8861         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8862         treated as invalid conversion, not as normal exponent.
8864         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8865         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8866         (_FP_CMP_EQ): Likewise.
8867         (_FP_CMP_UNORD): Likewise.
8868         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8869         (FP_CMP_EQ_D): Likewise.
8870         (FP_CMP_UNORD_D): Likewise.
8871         * soft-fp/extended.h (FP_CMP_E): Likewise.
8872         (FP_CMP_EQ_E): Likewise.
8873         (FP_CMP_UNORD_E): Likewise.
8874         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8875         (FP_CMP_EQ_Q): Likewise.
8876         (FP_CMP_UNORD_Q): Likewise.
8877         * soft-fp/single.h (FP_CMP_S): Likewise.
8878         (FP_CMP_EQ_S): Likewise.
8879         (FP_CMP_UNORD_S): Likewise.
8880         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8881         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8882         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8883         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8884         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8885         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8886         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8887         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8888         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8889         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8890         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8891         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8892         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8893         to FP_CMP_Q.
8894         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8895         FP_CMP_Q.
8896         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8897         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8898         FP_CMP_EQ_Q.
8899         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8900         FP_CMP_Q.
8901         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8902         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8903         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8904         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8905         FP_CMP_EQ_Q.
8906         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8907         FP_CMP_Q.
8908         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8909         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8910         FP_CMP_EQ_Q.
8911         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8912         FP_CMP_Q.
8913         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8914         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8915         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8916         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8917         FP_CMP_EQ_Q.
8919         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8920         a subnormal result, set the underflow exception if trapping on
8921         underflow is enabled.
8922         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8923         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8924         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8925         redefine to 0.
8926         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8927         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8928         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8929         * soft-fp/extendxftf2.c (__extendxftf2): Use
8930         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8932         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8933         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8934         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8935         FP_HANDLE_EXCEPTIONS.
8936         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8937         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8938         FP_HANDLE_EXCEPTIONS.
8939         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8940         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8941         FP_HANDLE_EXCEPTIONS.
8942         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8943         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8944         FP_HANDLE_EXCEPTIONS.
8946 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8948         [BZ #14132]
8949         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8950         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8951         use INTUSE.
8952         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8953         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8954         Remove alias.
8955         (__adjtimex): Define using libc_hidden_ver.
8956         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8957         Remove declaration.
8958         (ntp_gettime): Call __adjtimex directly.
8959         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8960         Remove declaration.
8961         (ntp_gettimex): Call __adjtimex directly.
8962         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8963         __adjtimex_internal alias.
8965 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8967         [BZ #17460]
8968         * nscd/nscd.c (more_help): Rewrite list of tables collection
8969         using xstrdup and asprintf.
8971         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8973 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8974             Roland McGrath  <roland@hack.frob.com>
8976         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8977         (do_lookup_unique): ... local function 'enter' here; update callers.
8979 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8981         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8982         compat_symbol calls on [SHARED].
8983         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8984         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8985         Remove.
8986         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8987         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8988         (oldsetrlimit): Remove.
8989         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8991         (lchown): New syscall entry.
8992         (oldsetrlimit): Remove.
8993         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8994         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8995         (oldsetrlimit): Remove.
8996         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8998         [BZ #14138]
8999         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
9000         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
9001         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
9002         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
9003         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9004         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
9005         (fchown): Likewise.
9006         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
9007         (fchown): Likewise.
9008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
9009         Likewise.
9011 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9013         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
9014         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
9015         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
9016         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
9017         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
9018         Likewise.
9019         (__old_sem_post): Likewise.
9021 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
9023         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
9024         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
9025         HAVE_CLOCK_GETTIME_VSYSCALL macros.
9026         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
9027         Use INLINE_VSYSCALL macro.
9028         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
9029         __vdso_clock_gettime.
9030         * sysdeps/unix/sysv/linux/tile/init-first.c
9031         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
9032         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
9033         __vdso_clock_gettime.
9035         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
9036         to set up frame more cleanly.
9038         * sysdeps/tile/memcmp.c: New file.
9040         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
9042         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
9043         * sysdeps/tile/tilegx/strcasestr.c: New file.
9044         * sysdeps/tile/tilegx/strnlen.c: New file.
9045         * sysdeps/tile/tilegx/strstr.c: New file.
9047         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
9049 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
9051         * nptl/tst-setuid3.c: Write errors to stdout.
9053 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9055         * elf/dl-deps.c
9056         (preload): New functions broken out of _dl_map_object_deps.
9057         (_dl_map_object_deps):  Remove a nested function. Update call sites.
9059 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
9061         [BZ #14138]
9062         * sysdeps/unix/sysv/linux/execve.c: Remove file.
9063         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
9065 2014-10-01  Steve Ellcey  <sellcey@mips.com>
9067         * sysdeps/mips/strcmp.S: New.
9069 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
9071         [BZ #14138]
9072         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
9073         (linkat): Likewise.
9074         (mkdirat): Likewise.
9075         (readlinkat): Likewise.
9076         (renameat): Likewise.
9077         (symlinkat): Likewise.
9078         (unlinkat): Likewise.
9079         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
9080         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
9081         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
9082         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
9083         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
9084         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
9085         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
9087 2014-09-30  Will Newton  <will.newton@linaro.org>
9089         * math/math.h: Define long double math functions if
9090         _LIBC_TEST is defined.
9091         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
9093         * localedata/Makefile: Move assignment to tests-special
9094         into an ifdef testing run-built-tests.
9095         * timezone/Makefile: Likewise.
9097 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
9099         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
9100         with $(BASH) not $(SHELL).
9102 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
9103             Matthew LeGendre  <legendre1@llnl.gov>
9105         [BZ #17411]
9106         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
9107         l_reloc_result.
9109 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9111         * stdio-common/printf_fp.c
9112         (hack_digit): New function, broken out of ...
9113         (__printf_fp): ... local function here.  Update call sites.
9114         hack_digit now takes an additional parameter that is a pointer
9115         to a struct of the referenced locals.  Those locals moved inside
9116         the struct and references updated.
9118 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
9120         * aclocal.m4: Require autoconf 2.69.
9121         * configure: Regenerated.
9122         * sysdeps/aarch64/configure: Likewise.
9123         * sysdeps/alpha/configure: Likewise.
9124         * sysdeps/arm/armv7/configure: Likewise.
9125         * sysdeps/arm/configure: Likewise.
9126         * sysdeps/ia64/configure: Likewise.
9127         * sysdeps/mach/configure: Likewise.
9128         * sysdeps/mips/configure: Likewise.
9129         * sysdeps/s390/configure: Likewise.
9130         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
9131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
9133         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
9134         file.
9135         * sysdeps/ia64/configure.ac: Likewise.
9137 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
9139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
9140         specify symbol version for ld.so.  Do not include entry for
9141         libpthread.
9142         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9143         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9144         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9146         [BZ #14171]
9147         * Makeconfig [$(build-shared) = yes]
9148         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
9149         makefiles.
9150         [$(build-shared) = yes && $(soversions.mk-done) = t]
9151         ($(common-objpfx)gnu/lib-names.h): Remove rule.
9152         [$(build-shared) = yes && $(soversions.mk-done) = t]
9153         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
9154         to Makerules.
9155         [$(build-shared) = yes && $(soversions.mk-done) = t]
9156         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
9157         here.
9158         [$(build-shared) = yes && $(soversions.mk-done) = t]
9159         (common-generated): Don't append gnu/lib-names.h and
9160         gnu/lib-names.stmp here.
9161         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
9162         (lib-names-h-abi): New variable.
9163         [$(build-shared) = yes && $(soversions.mk-done) = t]
9164         (lib-names-stmp-abi): Likewise.
9165         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9166         abi-variants] (before-compile): Append
9167         $(common-objpfx)$(lib-names-h-abi).
9168         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9169         abi-variants] (common-generated): Append gnu/lib-names.h.
9170         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9171         abi-variants] (install-others-nosubdir): Depend on
9172         $(inst_includedir)/$(lib-names-h-abi).
9173         [$(build-shared) = yes && $(soversions.mk-done) = t &&
9174         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
9175         [$(build-shared) = yes && $(soversions.mk-done) = t]
9176         ($(common-objpfx)$(lib-names-h-abi)): New rule.
9177         [$(build-shared) = yes && $(soversions.mk-done) = t]
9178         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
9179         [$(build-shared) = yes && $(soversions.mk-done) = t]
9180         (common-generated): Append $(lib-names-h-abi) and
9181         $(lib-names-stmp-abi).
9182         * scripts/lib-names.awk: Do not handle multi being set.
9183         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
9184         Remove variable.
9185         (abi-lp64_be-ld-soname): Likewise.
9186         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
9187         Likewise.
9188         (abi-hard-ld-soname): Likewise.
9189         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
9190         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
9191         Remove variable.
9192         (abi-o32_hard-ld-soname): Likewise.
9193         (abi-o32_soft_2008-ld-soname): Likewise.
9194         (abi-o32_hard_2008-ld-soname): Likewise.
9195         (abi-n32_soft-ld-soname): Likewise.
9196         (abi-n32_hard-ld-soname): Likewise.
9197         (abi-n32_soft_2008-ld-soname): Likewise.
9198         (abi-n32_hard_2008-ld-soname): Likewise.
9199         (abi-n64_soft-ld-soname): Likewise.
9200         (abi-n64_hard-ld-soname): Likewise.
9201         (abi-n64_soft_2008-ld-soname): Likewise.
9202         (abi-n64_hard_2008-ld-soname): Likewise.
9203         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
9204         Likewise.
9205         (abi-64-v2-ld-soname): Likewise.
9206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
9207         ld.so entries.
9208         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
9209         variable.
9210         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
9211         entry.
9212         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
9213         variable.
9214         (abi-64-ld-soname): Likewise.
9215         (abi-x32-ld-soname): Likewise.
9216         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
9217         entry.
9218         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9220 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
9222         [BZ #14138]
9223         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
9224         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
9225         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
9226         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
9227         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
9228         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
9229         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
9230         syscall entry for GLIBC_2.2 symbol version.
9231         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
9232         Likewise.
9233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
9234         (setrlimit): Likewise.
9235         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
9236         Likewise.
9238 2014-09-23  Will Newton  <will.newton@linaro.org>
9240         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
9241         _LINUX_ARM_SYSDEP_H include guard too.
9242         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
9243         define.
9245 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9247         * sysdeps/unix/sysv/linux/eventfd.c:
9248         Make first argument unsigned.
9249         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
9250         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
9252 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
9254         * socket/recvmmsg.c (recvmmsg): Drop const argument.
9255         * socket/sys/socket.h: Likewise
9256         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
9258 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9260         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
9262 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
9264         * time/tst-ftime.c: New test.
9265         * time/Makefile (tests): Add tst-ftime.
9267 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
9269         * soft-fp/extended.h: Fix comment formatting.
9270         * soft-fp/op-1.h: Likewise.
9271         * soft-fp/op-2.h: Likewise.
9272         * soft-fp/op-4.h: Likewise.
9273         * soft-fp/op-8.h: Likewise.
9274         * soft-fp/op-common.h: Likewise.
9275         * soft-fp/soft-fp.h: Likewise.
9277         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
9279 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
9281         [BZ #6652]
9282         * Makeconfig (soversions-default-setname): Remove variable.
9283         ($(common-objpfx)soversions.i): Don't pass default_setname to
9284         soversions.awk.
9285         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
9286         oldest_abi to abi-versions.awk.
9287         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
9288         * config.make.in (oldest-abi): Remove variable.
9289         * configure.ac (--enable-oldest-abi): Remove configure option.
9290         * configure: Regenerated.
9291         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
9292         text.
9293         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
9294         * scripts/soversions.awk: Do not handle default_setname variable.
9295         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
9296         variable.
9297         * sysdeps/mach/hurd/configure: Regenerated.
9298         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
9299         variable.
9300         * sysdeps/unix/sysv/linux/configure: Regenerated.
9302 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9304         * elf/Makefile (CFLAGS-interp.c): Remove.
9305         ($(elf-objpfx)runtime-linker.h): Generate header with linker
9306         path string.
9307         * elf/interp.c: Include generated runtime-linker.h
9309         * Makerules (lib%.so): Don't include $(+interp) in
9310         prerequisites.
9311         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
9312         * dlfcn/eval.c: Remove file.
9314         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
9315         macros.
9317         [BZ #17266]
9318         * misc/sys/cdefs.h: Define __extern_always_inline for clang
9319         4.2 and newer.
9321         [BZ #17370]
9322         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
9324 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9325             Jakub Jelinek  <jakub@redhat.com>
9327         [BZ #17266]
9328         * libio/stdio.h: Check definition of __fortify_function
9329         instead of __extern_always_inline to include bits/stdio2.h.
9330         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
9331         check if __extern_always_inline is defined.
9332         [__USE_MISC || __USE_XOPEN]: Likewise.
9333         [__USE_ISOC99] Likewise.
9334         * misc/sys/cdefs.h (__fortify_function): Define only if
9335         __extern_always_inline is defined.
9336         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
9337         __extern_always_inline and __extern_inline only for g++-4.3
9338         and newer or a compatible gcc.
9340 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
9342         [BZ #17371]
9343         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9344         last change to handle zero prefix length.
9346 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9348         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
9349         _SC_REGEX_VERSION.
9351         * posix/getconf.c (vars): Add _POSIX_IPV6 and
9352         _POSIX_RAW_SOCKETS.
9354 2014-09-13  Allan McRae  <allan@archlinux.org>
9356         * po/ru.po: Update Russian translation from translation project.
9358 2014-09-12  Roland McGrath  <roland@hack.frob.com>
9360         * locale/programs/locale.c (show_locale_vars): Inline local function
9361         into its sole call site.  Clean up some style nits.
9362         (print_item): New function, broken out of ...
9363         (show_info): ... local function here.  Clean up style nits.
9365         * locale/programs/ld-ctype.c (set_one_default): New function, broken
9366         out of ...
9367         (set_class_defaults): ... local function set_default here.
9368         Define set_default as a macro locally to pass constant parameters.
9369         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
9370         rather than a shared local.
9372         * stdlib/rpmatch.c (try): New function, broken out of ...
9373         (rpmatch): ... local function here.  Also, prototypify definition.
9375 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
9377         * scripts/soversions.awk: Do not handle configuration names.
9378         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
9379         vendor and os variables to soversions.awk.
9380         * configure.ac: Do not modify gnu-* host_os.
9381         * configure: Regenerated
9382         * shlib-versions: Remove first column with configuration names.
9383         * nptl/shlib-versions: Likewise.
9384         * nptl_db/shlib-versions: Likewise.
9385         * sysdeps/hppa/shlib-versions: Likewise.
9386         * sysdeps/m68k/shlib-versions: Likewise.
9387         * sysdeps/mach/hurd/shlib-versions: Likewise.
9388         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
9389         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
9390         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
9391         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
9392         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
9393         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
9394         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
9395         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9397         Likewise.
9398         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9399         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9400         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9401         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9402         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9403         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
9404         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
9405         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9408         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9410         Regenerated.
9411         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
9413         Condition symbol version definitions on [HAVE_ELFV2_ABI].
9415         * shlib-versions: Remove OS-specific entries.  Moved to files in
9416         sysdeps.
9417         * sysdeps/mach/hurd/shlib-versions: New file.
9418         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
9420         * nptl/shlib-versions: Remove architecture-specific entries.
9421         Moved to files in sysdeps.
9422         * shlib-versions: Likewise.
9423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
9424         file.
9425         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
9426         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
9427         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
9428         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
9430         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
9431         (UDP_NO_CHECK6_RX): Likewise.
9433 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9435         * sysdeps/posix/sysconf.c (__sysconf): Spell
9436         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
9438 2014-08-12  Florian Weimer  <fweimer@redhat.com>
9440         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
9441         loading.
9442         * iconv/Versions (__gconv_transliterate): Export for use from
9443         gconv modules.
9444         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
9445         (struct __gconv_trans_data, __gconv_trans_fct,
9446         __gconv_trans_context_fct, __gconv_trans_query_fct,
9447         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
9448         definitions.
9449         (struct __gconv_step_data): Remove __trans member.
9450         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
9451         longer hidden.  Remove unused trans_data argument.
9452         * iconv/gconv_int.h (struct trans_struct): Remove definition.
9453         (__gconv_translit_find): Remove declaration.
9454         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
9455         prototype.
9456         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
9457         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
9458         trans_data argument.  Add hidden definition.
9459         (__gconv_translit_find): Remove.
9460         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
9461         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
9462         * iconv/skeleton.c: Remove transliteration initialization.
9463         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
9464         __gconv_step_data initialization.
9465         * libio/iofwide.c (__libio_translit_): Remove.
9466         (_IO_fwide): Adjust struct __gconv_step_data initialization.
9467         * wcsmbs/btowc.c (__btowc): Likewise.
9468         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
9469         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
9470         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
9471         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
9472         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
9473         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
9474         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
9475         * wcsmbs/wctob.c (wctob): Likewise.
9477 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9479         [BZ #16194]
9480         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
9481         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
9482         register usage.
9483         * sysdeps/x86/Makefile: Adjust.
9485 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9486             Roland McGrath  <roland@hack.frob.com>
9488         * locale/weight.h: Add include guard.
9489         (findidx): Make static rather than auto; take new parameters
9490         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
9491         * locale/weightwc.h: Likewise.
9492         * posix/fnmatch_loop.c
9493         (FCT): Change type of EXTRA from int32_t to wint_t.
9494         Don't include either header inside the function.
9495         Call FINDIDX rather than findidx, and pass new arguments.
9496         #undef FINDIDX at the end of the file.
9497         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
9498         FINDIDX before including fnmatch_loop.c for the non-wide version.
9499         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
9500         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
9501         for the wide version.
9502         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
9503         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
9504         Pass new arguments to findidx.
9505         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
9506         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
9507         Don't #include it inside the function.  Pass new arguments to findidx.
9508         * posix/regex_internal.h
9509         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
9510         (re_string_elem_size_at): Don't #include it inside the function.
9511         Pass new arguments to findidx.
9512         * string/strcoll_l.c: #include WEIGHT_H at top level.
9513         (get_next_seq): Don't #include it inside the function.
9514         Pass new arguments to findidx.
9515         (get_next_seq_nocache): Likewise.
9516         * string/strxfrm_l.c: #include WEIGHT_H at top level.
9517         (STRXFRM): Don't #include it inside the function.
9518         Pass new arguments to findidx.
9520 2014-09-11  Florian Weimer  <fweimer@redhat.com>
9522         [BZ #17344]
9523         * malloc/malloc.c (unlink): Turn asserts into a call to
9524         malloc_printerr.
9526 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
9528         [BZ #17370]
9529         * libio/wfileops (do_ftell_wide): Free OUT.
9531 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
9533         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
9535 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9537         [BZ #17363]
9538         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
9539         group if the current group is empty.
9541 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9543         * benchtests/bench-memset.c (test_main): Add more test from size
9544         from 32 to 512 bytes.
9545         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9546         Add POWER8 memset object.
9547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9548         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
9549         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
9550         implementation.
9551         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
9552         Likewise.
9553         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
9554         multiarch POWER8 memset optimization.
9555         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
9556         POWER8 memset optimization.
9558         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
9559         Remove bzero multiarch objects.
9560         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
9561         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
9562         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
9563         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
9564         Remove define.
9565         [__bzero]: Redefine to specific name.
9566         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
9567         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
9568         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
9569         define.
9570         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9571         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
9573 2014-09-10  Florian Weimer  <fweimer@redhat.com>
9575         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
9576         warnings into errors.
9578         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
9579         __cxa_thread_atexit_impl prototype.
9581 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9583         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
9584         Fix capitalization of error message.
9586 2014-09-09  Steve Ellcey  <sellcey@mips.com>
9588         * sysdeps/mips/preconfigure: Modify ABI tests.
9590 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
9592         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
9594 2014-09-07  Roland McGrath  <roland@hack.frob.com>
9595             Carlos O'Donell  <carlos@systemhalted.org>
9597         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
9598         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
9599         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
9600         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
9601         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
9602         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
9603         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
9604         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
9605         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
9606         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
9607         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
9608         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
9609         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
9610         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
9611         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
9612         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
9613         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
9614         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
9615         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
9616         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
9617         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
9618         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
9619         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
9620         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
9621         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
9622         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
9623         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
9624         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
9625         Deconditionalize the code that was previously under [RESET_PID].
9626         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
9627         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
9628         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
9629         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
9630         include sysdep.h.
9632 2014-09-08  Allan McRae  <allan@archlinux.org>
9634         * version.h (RELEASE): Set to "development".
9635         (VERSION): Set to "2.20.90"
9637 2014-09-07  Allan McRae  <allan@archlinux.org
9639         * version.h (RELEASE): Set to "stable".
9640         (VERSION): Set to "2.20"
9641         * include/features.h (__GLIBC_MINOR__): Set to 20.
9643         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
9644         Liebler.
9646         * po/ko.po: Update Korean translation from translation project.
9648 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
9650         [BZ #17354]
9651         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
9652         macro for handling signed relocations.
9654 2014-09-03  Florian Weimer  <fweimer@redhat.com>
9656         [BZ #17325]
9657         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
9658         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
9659         assert.
9660         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
9661         * iconvdata/ibm935.c (BODY): Likewise.
9662         * iconvdata/ibm937.c (BODY): Likewise.
9663         * iconvdata/ibm939.c (BODY): Likewise.
9664         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
9665         assert.
9666         * iconvdata/Makefile (iconv-test.out): Pass module list to test
9667         script.
9668         * iconvdata/run-iconv-test.sh: New test loop for checking for
9669         decoder crashers.
9671 2014-09-02  Khem Raj  <raj.khem@gmail.com>
9673         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
9674         libm_hidden_ver.
9676 2014-09-01  Allan McRae  <allan@archlinux.org>
9678         * po/eo.po: Update Esperanto translation from translation project.
9680         * po/ca.po: Update Catalan translation from translation project.
9682 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9684         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
9685         __proc_dostop call.
9687 2014-08-27  Mark Wielaard  <mjw@redhat.com>
9689         [BZ #17319]
9690         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
9691         to call set_thread_area instead of hand written asm.
9692         (__NR_set_thread_area): Removed define.
9693         (TLS_FLAG_WRITABLE): Likewise.
9694         (__ASSUME_SET_THREAD_AREA): Remove check.
9695         (TLS_EBX_ARG): Remove define.
9696         (TLS_LOAD_EBX): Likewise.
9698 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9700         Simplify atomicity of socket creation in bind.
9702         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
9703         looking up the name after linking the file.
9705 2014-08-27  Allan McRae  <allan@archlinux.org>
9707         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9709 2014-08-26  Florian Weimer  <fweimer@redhat.com>
9711         [BZ #17187]
9712         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9713         trans_compare, open_translit, __gconv_translit_find):
9714         Remove module loading code.
9716 2014-08-26  Allan McRae  <allan@archlinux.org>
9718         * po/vi.po: Update Vietnamese translation from translation project.
9720         * po/uk.po: Update Ukrainian translation from translation project.
9722         * po/fr.po: Update French translation from translation project.
9724         * po/ru.po: Update Russian translation from translation project.
9726         * po/pl.po: Update Polish translation from translation project.
9728         * po/cs.po: Update Czech translation from translation project.
9730         * po/de.po: Update German translation from translation project.
9732         * po/bg.po: Update Bulgarian translation from translation project.
9734         * po/sv.po: Update Sweedish translation from translation project.
9736         * po/nl.po: Update Dutch translation from translation project.
9738         * po/es.po: Update Spanish translation from translation project.
9740 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9742         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9744         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9745         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9746         (CPPFLAGS-iconvconfig): Likewise.
9747         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9749         * include/libc-symbols.h: Remove unnecessary check for
9750         NOT_IN_libc.
9751         * nptl/pthreadP.h: Likewise.
9752         * sysdeps/aarch64/setjmp.S: Likewise.
9753         * sysdeps/alpha/setjmp.S: Likewise.
9754         * sysdeps/arm/sysdep.h: Likewise.
9755         * sysdeps/i386/setjmp.S: Likewise.
9756         * sysdeps/m68k/setjmp.c: Likewise.
9757         * sysdeps/posix/getcwd.c: Likewise.
9758         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9759         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9760         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9761         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9762         * sysdeps/sh/sh3/setjmp.S: Likewise.
9763         * sysdeps/sh/sh4/setjmp.S: Likewise.
9764         * sysdeps/unix/alpha/sysdep.h: Likewise.
9765         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9766         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9767         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9768         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9771         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9772         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9773         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9774         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9775         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9776         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9777         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9778         * sysdeps/x86_64/setjmp.S: Likewise.
9780 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9782         [BZ #17263]
9783         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9784         <stdint.h>.
9785         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9786         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9788 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9790         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9792         [BZ #17262]
9793         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9794         and __x86_64__ when disabling x87 inline functions.
9796 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9798         [BZ #17259]
9799         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9800         asm statement with __cpuid_count.
9802 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9804         * configure.ac: Change __ehdr_start code to dereference the struct.
9805         Run readelf on the output to look for relocations.
9806         * configure: Regenerated.
9808 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9810         [BZ #17261]
9811         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9812         value to 0.
9813         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9815 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9817         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9819 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9821         [BZ #16892]
9822         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9823         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9825 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9827         * malloc/malloc.c: Fix typo in comment.
9829 2014-08-09  Allan McRae  <allan@archlinux.org>
9831         * Regenerate libc.po.
9833 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9835         * intl/tst-gettext2.sh: Check every lang file for creation.
9837 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9839         * sysdeps/aarch64/fpu/math_private.h
9840         (libc_feholdsetround_noex_aarch64_ctx): New function.
9842 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9844         * sysdeps/arm/armv6/strcpy.S (strcpy):
9845         Fix performance issue in misaligned cases.
9847 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9849         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9850         Move definition from termios.h.
9851         (struct termio): Likewise.
9852         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9853         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9854         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9855         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9856         Likewise.
9857         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9858         Move definition to ioctl-types.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.
9866 2014-08-05  Richard Henderson  <rth@redhat.com>
9868         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9869         exceptions.
9870         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9871         Add fraiseexcpt.
9872         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9873         Use __feraiseexcept.
9874         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9875         Protect libm symbols with IS_IN_libm.
9877         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9879 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9881         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9883 2014-08-04  Will Newton  <will.newton@linaro.org>
9885         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9886         file.
9888 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9890         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9891         variants for each function.
9893 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9895         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9896         appended ...
9897         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9898         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9899         appended ...
9900         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9901         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9902         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9903         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9904         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9905         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9906         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9907         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9908         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9909         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9910         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9911         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9914         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9915         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9916         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9917         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9918         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9919         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9920         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9921         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9922         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9923         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9924         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9926         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9927         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9928         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9929         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9930         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9931         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9932         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9933         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9934         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9935         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9936         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9937         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9938         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9939         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9940         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9941         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9942         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9943         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9944         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9945         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9946         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9947         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9948         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9949         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9950         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9951         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9952         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9953         Update #include.
9954         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9955         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9957 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9959         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9960         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9961         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9962         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9963         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9964         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9966 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9968         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9969         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9970         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9971         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9973 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9975         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9976         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9977         (__libc_vfork): Define function under this name.
9978         (__vfork): Define as an alias.
9979         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9980         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9982 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9984         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9985         that was previously under [RESET_PID].
9986         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9988 2014-08-04  Andreas Schwab  <schwab@suse.de>
9990         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9992 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9994         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9995         (main): Likewise.
9997 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9999         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
10001 2014-08-01  Richard Henderon  <rth@redhat.com>
10003         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
10004         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
10005         typo in exact zero test.
10006         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10007         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10008         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10010 2014-08-01  Roland McGrath  <roland@hack.frob.com>
10012         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
10013         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
10014         * sysdeps/arm/sysdep.h: ... here.
10015         [!__ASSEMBLER__]: Include <stdint.h>.
10017 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10019         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
10020         (HAVE_WCTYPE_H): Likewise.
10021         (HAVE_ISWCTYPE): Likewise.
10022         (ENABLE_NLS): Likewise.
10023         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
10024         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
10026         * posix/regex_internal.c: Check if DEBUG is defined and is
10027         set.
10029         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
10030         (HAVE_MBSRTOWCS): Likewise.
10031         * posix/fnmatch.c: Include string.h unconditionally.
10033 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10035         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
10036         reversal.
10038 2014-07-31  Roland McGrath  <roland@hack.frob.com>
10040         * sysdeps/generic/safe-fatal.h: New file.
10041         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
10042         * nptl/forward.c: Include it.
10043         (__pthread_unwind): Use __safe_fatal as default action, rather
10044         than a bogus use of INTERNAL_SYSCALL that could never work.
10046         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
10047         * configure.ac (libc_cv_builtin_trap): New test.
10048         * configure: Regenerated.
10049         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
10050         (ABORT_INSTRUCTION): Define using __builtin_trap.
10052         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
10053         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
10054         * sysdeps/nptl/nptl-signals.h: New file.
10055         * nptl/pthreadP.h: Include <nptl-signals.h>.
10057 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10059         * sysdeps/s390/s390-64/utf16-utf32-z9.c
10060         (ONE_DIRECTION): Define.
10061         * sysdeps/s390/s390-64/utf8-utf16-z9.c
10062         (ONE_DIRECTION): Define.
10063         * sysdeps/s390/s390-64/utf8-utf32-z9.c
10064         (ONE_DIRECTION): Define.
10066 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
10068         * sysdeps/s390/Makefile: Delete file.
10069         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
10070         * sysdeps/s390/__longjmp.c: Delete file.
10071         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
10072         Remove fields __flags and __reserved.
10073         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
10074         and add versioning.
10075         * sysdeps/s390/rtld-__longjmp.c: Delete file.
10076         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
10077         * sysdeps/s390/rtld-setjmp.S: Likewise.
10078         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
10079         * sysdeps/s390/s390-32/__longjmp.c: ... here.
10080         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
10081         * sysdeps/s390/s390-32/setjmp.S: ... here.
10082         Add versioning.
10083         (__sigsetjmp): Remove setting __flags field.
10084         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
10085         * sysdeps/s390/s390-64/__longjmp.c: ... here.
10086         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
10087         * sysdeps/s390/s390-64/setjmp.S: ... here.
10088         Add versioning.
10089         (__sigsetjmp): Remove setting __flags field.
10090         * sysdeps/s390/setjmp.S: Delete file.
10091         * sysdeps/s390/sigjmp.c: Likewise.
10092         * sysdeps/s390/v1-longjmp.c: Likewise.
10093         * sysdeps/s390/v1-setjmp.h: Likewise.
10094         * sysdeps/s390/v1-sigjmp.c: Likewise.
10095         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
10096         Remove v1-longjmp_chk.
10097         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
10098         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
10099         Include debug/longjmp_chk.c and add versioning.
10100         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
10101         Include nptl/pt-longjmp.c and add versioning.
10102         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
10103         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
10104         Include __longjmp.c.
10105         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
10106         Move to ...
10107         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
10108         (__getcontext): Remove setting __flags field.
10109         Add versioning.
10110         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
10111         Don't restore upper high grps.
10112         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
10113         Likewise.
10114         (__swapcontext): Remove setting uc_flags field.
10115         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
10116         Delete file.
10117         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
10118         Include __longjmp.c.
10119         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
10120         Move to ...
10121         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
10122         (__getcontext): Remove setting __flags field.
10123         Add versioning.
10124         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
10125         (__swapcontext): Remove setting uc_flags field.
10126         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
10127         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
10128         Remove fields uc_high_gprs and __reserved.
10129         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
10130         New file with reverted content.
10131         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
10132         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
10133         Regenerated.
10134         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
10135         Regenerated.
10137 2014-07-31  Andreas Schwab  <schwab@suse.de>
10139         * config.h.in (HAVE_IFUNC): Define to 0.
10140         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
10141         definedness.
10143 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
10145         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10146         memmove-avx-unaligned, memcpy-avx-unaligned and
10147         mempcpy-avx-unaligned.
10148         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10149         Add tests for AVX memcpy functions.
10150         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
10151         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
10152         memcpy_chk.
10153         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
10154         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
10155         memmove_chk.
10156         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
10157         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
10158         mempcpy_chk.
10159         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
10160         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
10161         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
10163 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10165         [BZ #17213]
10166         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
10167         powerpc64le.
10169 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
10171         [BZ #16839]
10172         * manual/llio.texi: Add section about open file description locks.
10173         * manual/examples/ofdlocks.c: Example of open file description
10174         lock usage.
10175         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
10176         F_OFD_SETLK, and F_OFD_SETLKW.
10178 2014-07-23  Allan McRae  <allan@archlinux.org>
10180         * po/es.po: Update Spanish translation from translation project.
10182 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
10184         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
10186 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
10188         [BZ #17078]
10189         * sysdeps/arm/dl-machine.h (elf_machine_rela)
10190         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
10191         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
10193 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
10195         [BZ #17088]
10196         * math/fesetenv.c (__fesetenv)
10197         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
10198         * math/feupdateenv.c (__feupdateenv)
10199         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
10201         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
10202         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10203         (__ASSUME_SOCKETCALL): Do not define.
10205         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
10206         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
10207         (__ASSUME_SOCKETCALL): Do not define.
10208         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
10209         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10210         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10211         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
10212         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10213         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
10214         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10215         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10217         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
10218         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
10219         (__ASSUME_SOCKETCALL): Do not define.
10220         (__ASSUME_IPC64): Define unconditionally.
10221         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10222         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10223         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
10224         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10225         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
10226         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10227         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
10228         Likewise.
10230         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
10231         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
10232         (__ASSUME_SOCKETCALL): Do not define.
10233         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
10234         (__ASSUME_FUTEX_LOCK_PI): Likewise.
10235         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10236         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10237         (__ASSUME_REQUEUE_PI): Define unconditionally.
10238         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
10239         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
10240         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10241         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
10242         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10243         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10245         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
10246         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
10247         (__ASSUME_SOCKETCALL): Do not define.
10248         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
10249         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10250         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10251         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
10252         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10253         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10255         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
10256         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
10257         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
10258         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
10259         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10260         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
10261         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
10262         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
10263         (__ASSUME_GETCPU_SYSCALL): Likewise.
10265         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
10266         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
10267         cases for individual architectures.
10268         * sysdeps/gnu/configure: Regenerated.
10269         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
10270         LIBC_SLIBDIR_RTLDDIR.
10271         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
10272         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
10273         LIBC_SLIBDIR_RTLDDIR.
10274         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
10275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
10276         LIBC_SLIBDIR_RTLDDIR.
10277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
10278         Regenerated.
10279         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
10280         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
10281         file.
10282         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
10283         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
10284         file.
10285         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
10286         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
10287         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
10288         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
10290         * sysdeps/aarch64/shlib-versions: Move to ...
10291         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
10292         * sysdeps/alpha/shlib-versions: Move to ...
10293         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
10294         * sysdeps/arm/shlib-versions: Move to ...
10295         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
10296         * sysdeps/hppa/shlib-versions: Move all contents except for
10297         libgcc_s entry to ...
10298         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
10299         entry from ...
10300         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
10301         * sysdeps/ia64/shlib-versions: Move to ...
10302         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
10303         entry from ...
10304         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
10305         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
10306         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
10307         * sysdeps/microblaze/shlib-versions: Move to ...
10308         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
10309         * sysdeps/mips/shlib-versions: Move to ...
10310         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
10311         entry from ...
10312         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
10313         * sysdeps/tile/shlib-versions: Move to ...
10314         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
10315         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
10316         from ...
10317         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
10318         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
10319         entry from ...
10320         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
10322 2014-07-17  Will Newton  <will.newton@linaro.org>
10324         * sysdeps/arm/bits/atomic.h
10325         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
10326         (__arch_compare_and_exchange_bool_16_int): Likewise.
10327         (__arch_compare_and_exchange_bool_64_int): Likewise.
10329         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
10330         into an #else block.
10332 2014-07-16  Roland McGrath  <roland@hack.frob.com>
10334         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
10335         just Linux configurations.  Test empirically that the compiler sets
10336         __ARM_EABI__, rather than using the tuple to decide.
10337         * sysdeps/arm/preconfigure: Regenerated.
10338         * sysdeps/unix/sysv/linux/arm/configure: File removed.
10339         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
10340         contents appended ...
10341         * sysdeps/arm/configure.ac: ... here.
10342         * sysdeps/arm/configure: Regenerated.
10344 2014-07-15  Roland McGrath  <roland@hack.frob.com>
10346         * nptl/pthread_kill.c: New file.
10347         * nptl/pthread_sigmask.c: New file.
10348         * nptl/pthread_sigqueue.c: New file.
10350         * sysdeps/nptl/lowlevellock.h: New file.
10351         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
10352         * sysdeps/nptl/lowlevellock-futex.h: New file.
10354         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
10355         Remove dead declarations.
10357 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
10359         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
10360         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
10361         config-cflags-avx2.
10362         * sysdeps/x86_64/configure.ac: Likewise.
10363         * sysdeps/i386/configure: Regenerated.
10364         * sysdeps/x86_64/configure: Likewise.
10365         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
10366         memset-avx2 only if config-cflags-avx2 is yes.
10367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10368         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
10369         defined.
10370         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
10371         only if HAVE_AVX2_SUPPORT is defined.
10372         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10374 2014-07-14  Alan Modra  <amodra@gmail.com>
10376         [BZ #17153]
10377         * elf/elf.h (DT_PPC64_NUM): Correct value.
10378         * NEWS: Add to fixed bug list.
10380 2014-07-13  Jim Meyering  <meyering@fb.com>
10382         [BZ 17150]
10383         regex: don't deref NULL upon heap allocation failure
10384         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
10385         failure in one more place.
10386         To trigger the segfault, configure grep -with-included-regex,
10387         build it, and run these commands:
10388         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
10390 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10392         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10394 2014-07-11  Richard Henderson  <rth@redhat.com>
10396         * sysdeps/aarch64/libm-test-ulps: Update.
10398 2014-07-10  Florian Weimer  <fweimer@redhat.com>
10400         [BZ #17135]
10401         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
10402         * nptl/allocatestack.c (__nptl_setxid_error): New function.
10403         (__nptl_setxid): Initialize error member.  Call
10404         __nptl_setxid_error.
10405         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
10406         * nptl/descr.h (struct xid_command): Add error member.
10407         * nptl/tst-setuid3.c: New file.
10408         * nptl/Makefile (tests): Add it.
10410 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10412         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
10413         New define.
10414         (__lll_trylock): Use __lll_base_trylock.
10415         (__lll_cond_trylock): Likewise.
10417 2014-07-10  Roland McGrath  <roland@hack.frob.com>
10419         * nptl/pthread_create.c (start_thread): Use atomic_or and
10420         lll_futex_wake directly rather than lll_robust_dead.
10421         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10422         (lll_robust_dead): Macro removed.
10423         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
10424         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10425         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10426         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10427         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10428         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10429         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10430         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10431         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10432         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10433         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10434         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10435         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10436         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10437         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10439         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
10440         Use atomic_compare_and_exchange_val_acq directly rather than
10441         lll_robust_trylock.
10442         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
10443         (__lll_robust_trylock, lll_robust_trylock): Removed.
10444         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
10445         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
10446         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10447         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10448         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
10449         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
10450         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10451         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
10452         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10453         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10454         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10455         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10456         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10457         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10459 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10461         * manual/locale.texi (Locale Names): New section documenting
10462         locale name syntax.  Adjust menu and node chaining accordingly.
10463         (Choosing Locale): Reference Locale Names, Locale Categories.
10464         Mention setting LC_ALL=C.  Reflect that name syntax is now
10465         documented.
10466         (Locale Categories): New section title.  Reference Locale Names.
10467         LC_ALL is an environment variable, but not a category.
10468         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
10469         description, now in Locale Name.  Reference that section.  Locale
10470         name syntax is now documented.
10472 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10474         [BZ #17137]
10475         * locale/findlocale.c (name_present, valid_locale_name): New
10476         functions.
10477         (_nl_find_locale): Use the loc_name variable to store name
10478         candidates.  Call name_present and valid_locale_name to check and
10479         validate locale names.  Return an error if the locale is invalid.
10481 2014-07-02  Florian Weimer  <fweimer@redhat.com>
10483         * locale/setlocale.c (setlocale): Use strdup for allocating
10484         composite name copy.
10486 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
10488         Sync up with gnulib.
10489         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
10490         [!_LIBC && ENABLE_NLS]: Include gettext.h.
10491         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
10492         and _GL_ARG_NONNULL.
10493         [USE_UNLOCKED_IO]: Include unlocked-io.h.
10494         [!_LIBC]: Include code for Windows and Cygwin.
10495         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
10496         Include prototype for int strerror_r.
10497         [!_LIBC] (is_open): New function.
10498         (flush_stdout): New function.
10499         (print_errno_message): Use it.
10500         (error): Likewise.
10501         (error_at_line): Likewise.
10502         (error_tail) Add function attribute macros.  Use
10503         __builtin_expect.
10505         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
10507         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
10509         * io/ftw.c: Include sys/param.h unconditionally.
10511         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
10513         [BZ #17125]
10514         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
10515         libc_freeres_ptr.
10516         (freecache): New function to free CACHE on exit.
10518         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
10519         initialization.
10521 2014-07-09  David S. Miller  <davem@davemloft.net>
10523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10525         * sysdeps/sparc/nptl/internaltypes.h: Delete.
10526         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
10527         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
10528         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
10529         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
10530         * sysdeps/sparc/nptl/sem_init.c: Likewise.
10531         * sysdeps/sparc/nptl/sem_post.c: Likewise.
10532         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
10533         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
10534         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
10535         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
10536         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
10537         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
10539 2014-07-09  Andreas Schwab  <schwab@suse.de>
10541         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
10542         output.
10543         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
10544         (do_test): Likewise.
10546         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
10548 2014-07-09  Will Newton  <will.newton@linaro.org>
10550         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
10551         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
10552         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
10553         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
10554         * sysdeps/hppa/start.S (_start): Likewise.
10556 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
10558         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
10560         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
10561         defined.
10563 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10565         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
10566         after checking that it is non-NULL.
10568         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
10570 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10572         * sysdeps/powerpc/memmove.c: Remove file.
10573         * sysdeps/powerpc/powerpc32/power4/memcopy.h
10574         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
10575         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
10576         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
10577         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
10578         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
10579         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
10580         string memmove instead of removed powerpc one.
10582         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
10583         [weak_alias]: Fix compiler warning due trailing data.
10584         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
10585         [weak_alias]: Likewise.
10586         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
10587         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
10589         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
10590         (__libc_ifunc_impl_list): Add memmove functions.
10592 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
10594         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
10595         Remove code.
10596         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
10597         Likewise
10598         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
10599         Likewise
10600         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
10601         Likewise
10602         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
10603         Likewise
10604         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
10605         Likewise
10606         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
10607         Likewise
10608         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
10609         Likewise
10610         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
10611         Likewise
10612         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
10613         Likewise
10614         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
10615         Likewise
10616         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
10617         Likewise
10618         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
10619         Likewise
10620         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
10621         Likewise
10622         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
10623         Likewise
10624         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
10625         Likewise
10626         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
10627         Likewise
10629 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10631         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
10632         to avoid alignment traps in non-cacheable memory.
10633         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
10635         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
10636         multiarch objects.
10637         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
10638         file: multiarch power7 memmove.
10639         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
10640         multiarch default memmove.
10641         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
10642         multiarch memove for powerpc32/power4.
10644         * string/bcopy.c: Use full path to include memmove.c.
10645         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
10646         multiarch objects.
10647         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
10648         bcopy for powerpc64.
10649         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
10650         bcopy for powerpc64.
10651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
10652         and memmove implementations.
10653         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
10654         optimized multiarch memmove for POWER7/powerpc64.
10655         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
10656         default multiarch memmove for powerpc64.
10657         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
10658         multiarch for powerpc64.
10659         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
10660         for POWER7/powerpc64.
10661         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
10662         memmove for POWER7/powerpc64.
10664         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
10665         glibc default one.
10667         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
10668         __ELF_NATIVE_CLASS equal to 64.
10670 2014-07-07  Roland McGrath  <roland@hack.frob.com>
10672         * sysdeps/nptl/lowlevellock.h: File removed.
10674         * NEWS: NPTL is no longer an add-on!
10675         * nptl/internaltypes.h: Moved ...
10676         * sysdeps/nptl/internaltypes.h: ... here.
10677         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
10678         * sysdeps/nptl/fork.c: Likewise.
10679         * sysdeps/nptl/gai_misc.h: Likewise.
10680         * sysdeps/nptl/librt-cancellation.c: Likewise.
10681         * sysdeps/nptl/jmp-unwind.c: Likewise.
10682         * sysdeps/nptl/setxid.h: Likewise.
10683         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
10684         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
10685         * sysdeps/unix/sysv/linux/arm/Implies: New file.
10686         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
10687         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
10688         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
10689         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
10690         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
10691         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
10692         * sysdeps/unix/sysv/linux/mips/Implies: New file.
10693         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
10694         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
10695         * sysdeps/unix/sysv/linux/sh/Implies: New file.
10696         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
10697         * sysdeps/unix/sysv/linux/tile/Implies: New file.
10698         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
10699         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
10700         * nptl/Makeconfig: Moved ...
10701         * sysdeps/nptl/Makeconfig: ... here.
10702         * nptl/configure: File removed.
10703         * nptl/ANNOUNCE: File removed.
10704         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
10705         * sysdeps/unix/sysv/linux/configure: Regenerated.
10707         * nptl/Makefile (routines): Add libc_pthread_init,
10708         libc_multiple_threads, register-atfork and unregister-atfork.
10709         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10710         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10711         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10712         pthread-pi-defines.sym, structsem.sym.
10713         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10714         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10715         [$(subdir) = nptl] (tests): Add tst-setgetname.
10716         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10717         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10718         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10719         [!LIBC_SIGACTION]: Remove aliases.
10720         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10721         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10722         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10723         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10724         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10725         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10726         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10727         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10728         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10729         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10730         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10731         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10732         __libc_allocate_rtsig_private.
10733         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10734         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10735         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10736         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10737         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10738         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10739         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10740         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10741         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10742         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10743         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10744         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10745         * nptl/internaltypes.h: ... here.
10746         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10747         * sysdeps/nptl/jmp-unwind.c: ... here.
10748         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10749         * nptl/libc-lowlevellock.c: ... here.
10750         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10751         * nptl/libc_multiple_threads.c: ... here.
10752         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10753         * nptl/libc_pthread_init.c: ... here.
10754         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10755         * nptl/lowlevelbarrier.sym: ... here.
10756         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10757         * nptl/lowlevelcond.sym: ... here.
10758         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10759         * nptl/lowlevellock.c: ... here.
10760         * nptl/lowlevellock.h: Moved ...
10761         * sysdeps/nptl/lowlevellock.h: ... here.
10762         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10763         * nptl/lowlevelrobustlock.c: ... here.
10764         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10765         * nptl/lowlevelrobustlock.sym: ... here.
10766         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10767         * nptl/lowlevelrwlock.sym: ... here.
10768         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10769         * nptl/pt-fork.c: ... here.
10770         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10771         * nptl/pthread-pi-defines.sym: ... here.
10772         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10773         * nptl/pthread_attr_getaffinity.c: ... here.
10774         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10775         * nptl/pthread_attr_setaffinity.c: ... here.
10776         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10777         * nptl/pthread_mutex_cond_lock.c: ... here.
10778         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10779         Update #include.
10780         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10781         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10782         * nptl/pthread_once.c: ... here, replacing old file.
10783         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10784         * nptl/pthread_yield.c: ... here.
10785         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10786         * nptl/register-atfork.c: ... here.
10787         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10788         * nptl/sem_post.c: ... here.
10789         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10790         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10791         * nptl/sem_timedwait.c: ... here.
10792         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10793         * nptl/sem_trywait.c: ... here.
10794         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10795         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10796         * nptl/sem_wait.c: ... here.
10797         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10798         * nptl/structsem.sym: ... here.
10799         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10800         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10801         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10802         * nptl/unregister-atfork.c: ... here.
10803         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10804         * nptl/unwindbuf.sym: ... here.
10805         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10806         * sysdeps/nptl/fork.c: ... here.
10807         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10808         * sysdeps/nptl/fork.h: ... here.
10809         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10810         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10811         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10812         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10813         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10814         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10815         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10816         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10817         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10818         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10819         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10820         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10821         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10822         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10823         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10824         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10825         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10826         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10827         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10828         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10829         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10830         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10831         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10832         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10833         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10834         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10835         * sysdeps/unix/sysv/linux/raise.c: ... here.
10836         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10837         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10838         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10839         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10840         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10841         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10842         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10843         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10844         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10845         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10846         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10847         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10848         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10849         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10850         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10852 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10854         * sysdeps/generic/memcopy.h: Add comment for
10855         MEMCPY_OK_FOR_FWD_MEMMOVE.
10857 2014-07-04  Will Newton  <will.newton@linaro.org>
10859         * string/memchr.c: Merge from gnulib.
10860         [_LIBC]: Remove conditionals.
10861         (__ptr_t): Remove define.
10862         (LONG_MAX_32_BITS): Likewise.
10863         (LONG_MAX): Likewise.
10864         (MEMCHR): Use ANSI prototype and optimize algorithm.
10866         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10868 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10870         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10871         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10873         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10874         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10875         in a bare environment with no <stdlib.h> installed.
10876         * sysdeps/nptl/configure: Regenerated.
10878         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10880         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10881         AC_EGREP_CPP for kernel header checks, so they only succeed if
10882         including <linux/version.h> actually works right.
10883         * sysdeps/unix/sysv/linux/configure: Regenerated.
10885         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10886         value so it's not diagnosed as unused.
10888         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10889         thing) with "ifeq ($(subdir),rt)".
10891 2014-07-03  Richard Henderson  <rth@redhat.com>
10893         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10894         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10895         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10897         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10898         (math_force_eval): New.
10900         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10901         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10903         * sysdeps/alpha/fpu/s_round.c: Remove file.
10904         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10906         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10907         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10908         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10909         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10910         (_dl_start, print_statistics): Likewise.
10911         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10912         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10914         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10915         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10916         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10917         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10918         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10919         (HP_SMALL_TIMING_AVAIL): Define.
10920         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10921         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10922         (HP_SMALL_TIMING_AVAIL): Define.
10923         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10924         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10926         * sysdeps/aarch64/hp-timing.h: New file.
10928         * sysdeps/generic/hp-timing.h: Remove dead comment.
10929         * sysdeps/generic/hp-timing-common.h: New file.
10930         * sysdeps/alpha/hp-timing.h: Include it.
10931         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10932         * sysdeps/i386/i686/hp-timing.h: Likewise.
10933         * sysdeps/ia64/hp-timing.h: Likewise.
10934         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10935         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10936         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10937         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10938         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10939         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10940         (hp_timing_t): New.
10942         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10943         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10944         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10945         * elf/rtld.c (_dl_start_final): Likewise.
10946         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10947         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10948         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10949         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10950         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10951         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10952         (HP_TIMING_DIFF_INIT): Remove.
10953         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10954         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10955         (HP_TIMING_DIFF_INIT): Remove.
10956         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10957         * sysdeps/i386/i686/hp-timing.c: Remove file.
10958         * sysdeps/x86_64/hp-timing.c: Remove file.
10959         * sysdeps/ia64/hp-timing.c: Remove file.
10960         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10961         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10962         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10963         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10965         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10966         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10967         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10968         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10969         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10970         (HP_TIMING_ACCUM): Remove.
10971         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10972         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10973         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10975         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10976         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10977         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10978         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10979         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10980         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10981         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10982         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10984         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10986 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10988         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10990 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10992         Sync up with gettext.
10993         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10994         [_MSC_VER]: Include malloc.h
10995         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10996         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10997         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10998         TEMP_FAILURE_RETRY.  Cast return of alloca.
10999         [!_LIBC] Call gl_rwlock_init.
11000         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
11002 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11004         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
11005         before checking its value.
11007 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11009         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
11011         * debug/memcpy_chk.c: Don't include pagecopy.h.
11012         * debug/mempcpy_chk.c: Likewise.
11013         * string/memcpy.c: Likewise.
11014         * string/memmove.c: Likewise.
11015         * sysdeps/powerpc/memmove.c: Likewise.
11016         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
11017         definition of PAGE_COPY_FWD_MAYBE here...
11018         * sysdeps/generic/pagecopy.h: ... from here.
11019         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
11021 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11022             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11024         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
11025         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
11026         optimizations.
11027         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11028         (__libc_ifunc_impl_list): Likewise.
11029         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
11030         multiarch strcat for PPC64.
11031         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
11032         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
11034 2014-07-02  Roland McGrath  <roland@hack.frob.com>
11036         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
11038 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11040         * intl/loadmsgcat.c: Remove declaration of
11041         get_sysdep_segment_value.
11042         (get_sysdep_segment_value): Use ISO C style.
11043         (_nl_load_domain): Use ISO C style.  Get rid of redundant
11044         semicolon.  Fix typo and formatting in comment.
11045         (_nl_unload_domain): Use ISO C style.
11047         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
11049 2014-07-02  Will Newton  <will.newton@linaro.org>
11051         * malloc/obstack.c: Merge from gnulib master.
11052         [HAVE_CONFIG_H]: Remove conditional code.
11053         [!_LIBC]: Include config.h.
11054         [!ELIDE_CODE]: Don't include inttypes.h, include
11055         stdint.h unconditionally.
11056         (print_and_abort): Mark as _Noreturn.
11057         (_obstack_allocated_p): Mark as __attribute_pure__.
11058         (obstack_free): Rename to __obstack_free.
11059         [!__attribute__]: Remove conditional code.
11060         * malloc/obstack.h: Merge from gnulib master.
11061         [__cplusplus]: Move conditional down.
11062         [!__attribute_pure__]: Define __attribute_pure__ here
11063         if it is not already defined.
11064         (_obstack_memory_used): Mark as __attribute_pure__.
11065         [!__obstack_free]: Define as obstack_free.
11066         [__GNUC__]: Remove check for ancient NeXT gcc.
11068 2014-07-02  Will Newton  <will.newton@linaro.org>
11069             Paul Eggert  <eggert@cs.ucla.edu>
11071         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
11073 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11075         * resolv/gethnamaddr.c: Add comment warning that the file is
11076         not maintained.
11078 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
11080         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
11081         entries.
11083         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
11084         entry for aio_cancel and aio_cancel64.
11085         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
11086         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
11087         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
11088         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
11089         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
11090         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
11091         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
11092         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
11093         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
11094         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
11095         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
11096         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
11097         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
11099 2014-07-01  Roland McGrath  <roland@hack.frob.com>
11101         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
11102         * nptl/pthread_mutex_lock.c: Likewise.
11103         * nptl/pthread_mutex_timedlock.c: Likewise.
11104         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
11106 2014-07-01  Richard henderson  <rth@redhat.com>
11108         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
11109         (__isnan, __isnanl): Remove.
11110         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
11112         * sysdeps/alpha/fpu/libm-test-ulps: Update.
11114 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
11116         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11118 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
11120         * resolv/nss_dns/dns-host.c (getanswer_r)
11121         [MULTI_PTRS_ARE_ALIASES]: Remove code.
11123 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
11125         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11126         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
11127         undefine.
11128         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
11129         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
11131 2014-07-01  Roland McGrath <roland@hack.frob.com>
11133         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
11134         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
11136         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
11137         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
11139         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
11140         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
11141         ... here.
11142         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
11143         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
11145         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
11146         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
11147         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
11148         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
11150         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
11151         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
11152         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
11153         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
11154         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
11155         Moved ...
11156         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
11157         ... here.
11158         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
11159         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
11160         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
11161         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
11163         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
11164         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
11165         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
11166         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
11167         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
11168         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
11169         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
11171         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
11172         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
11173         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
11174         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
11175         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
11177         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
11178         ... here.
11179         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
11180         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
11181         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
11182         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
11183         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
11184         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
11185         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
11186         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
11188 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
11190         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
11191         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
11192         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
11193         Add sysdep.
11195 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11199 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11201         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
11202         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11204         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11206         * sysdeps/arm/libm-test-ulps: Regenerated.
11208 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11209             Roland McGrath <roland@hack.frob.com>
11211         * test-skeleton.c (signal_handler): Kill the whole process group
11212         before killing the child individually.
11213         (main): Report any failure on `setpgid'.
11215 2014-06-30  Roland McGrath  <roland@hack.frob.com>
11217         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
11218         from _TLS_H to _ARM_NPTL_TLS_H.
11219         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
11220         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
11222 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
11224         [BZ #16539]
11225         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
11226         (__expm1l): Return argument unchanged when small but not
11227         subnormal.
11229         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
11230         include macro name.
11231         (_FP_UNPACK_RAW_1_P): Likewise.
11232         (_FP_PACK_RAW_1): Likewise.
11233         (_FP_PACK_RAW_1_P): Likewise.
11234         (_FP_MUL_MEAT_1_wide): Likewise.
11235         (_FP_MUL_MEAT_DW_1_hard): Likewise.
11236         (_FP_MUL_MEAT_1_hard): Likewise.
11237         (_FP_DIV_MEAT_1_imm): Likewise.
11238         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
11239         (_FP_DIV_MEAT_1_udiv): Likewise.
11240         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
11241         (_FP_UNPACK_RAW_2): Likewise.
11242         (_FP_UNPACK_RAW_2_P): Likewise.
11243         (_FP_PACK_RAW_2): Likewise.
11244         (_FP_PACK_RAW_2_P): Likewise.
11245         (_FP_MUL_MEAT_DW_2_wide): Likewise.
11246         (_FP_MUL_MEAT_2_wide): Likewise.
11247         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
11248         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
11249         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
11250         (_FP_MUL_MEAT_2_gmp): Likewise.
11251         (_FP_DIV_MEAT_2_udiv): Likewise.
11252         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
11253         (_FP_FRAC_SRL_4): Likewise.
11254         (_FP_FRAC_SRST_4): Likewise.
11255         (_FP_FRAC_SRS_4): Likewise.
11256         (_FP_UNPACK_RAW_4): Likewise.
11257         (_FP_UNPACK_RAW_4_P): Likewise.
11258         (_FP_PACK_RAW_4): Likewise.
11259         (_FP_PACK_RAW_4_P): Likewise.
11260         (_FP_MUL_MEAT_DW_4_wide): Likewise.
11261         (_FP_MUL_MEAT_4_wide): Likewise.
11262         (_FP_MUL_MEAT_4_gmp): Likewise.
11263         (umul_ppppmnnn): Likewise.
11264         (_FP_DIV_MEAT_4_udiv): Likewise.
11265         (__FP_FRAC_ADD_4): Likewise.
11266         (__FP_FRAC_SUB_3): Likewise.
11267         (__FP_FRAC_SUB_4): Likewise.
11268         (__FP_FRAC_DEC_3): Likewise.
11269         (__FP_FRAC_DEC_4): Likewise.
11270         (__FP_FRAC_ADDI_4): Likewise.
11271         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
11272         (_FP_FRAC_SRL_8): Likewise.
11273         (_FP_FRAC_SRS_8): Likewise.
11275         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
11276         include macro name.
11277         (FP_UNPACK_RAW_EP): Likewise.
11278         (FP_PACK_RAW_E): Likewise.
11279         (FP_PACK_RAW_EP): Likewise.
11280         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
11281         (_FP_ISSIGNAN): Likewise.
11282         (_FP_ADD_INTERNAL): Likewise.
11283         (_FP_FMA): Likewise.
11284         (_FP_CMP): Likewise.
11285         (_FP_SQRT): Likewise.
11286         (_FP_TO_INT): Likewise.
11287         (_FP_FROM_INT): Likewise.
11288         (FP_EXTEND): Likewise.
11289         (_FP_DIV_MEAT_N_loop): Likewise.
11291 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
11293         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
11294         throughout.
11296 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
11298         [BZ #17097]
11299         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
11300         result with correct sign in case of exponents that produce
11301         overflow except for X very close to 1.
11303 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
11305         mktime: merge #if/#ifdef usage from glibc
11306         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
11307         as that works with both Glibc's and Gnulib's style.
11308         See thread starting at Siddhesh Poyarekar's bug report at:
11309         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
11311 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11313         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
11314         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
11315         * sysdeps/tile/tilegx/memmove.c: Remove file.
11317 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11319         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
11320         abi-name definition.
11321         * scripts/soversions.awk: Do not handle or generate ABI lines.
11322         * shlib-versions: Remove ABI entries.
11323         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
11324         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
11326 2014-06-27  Roland McGrath  <roland@hack.frob.com>
11328         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
11329         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
11330         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
11331         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
11332         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
11333         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
11334         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
11335         Moved ...
11336         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
11337         ... here.
11338         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
11339         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
11340         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
11341         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
11343         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
11344         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
11345         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
11347         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
11349         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
11350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
11353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
11354         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
11355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
11356         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
11361         Moved ...
11362         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
11364         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
11366         Moved ...
11367         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
11368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
11369         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
11370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
11371         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
11372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
11373         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
11374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
11375         Moved ...
11376         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
11377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
11378         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
11380         Moved ...
11381         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
11385         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
11386         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
11388         Moved ...
11389         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
11390         ... here.
11391         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
11392         Identical file removed.
11393         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
11394         Moved ...
11395         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
11397         Identical file removed.
11398         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
11399         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
11400         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
11401         Moved ...
11402         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
11403         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
11404         Identical file removed.
11405         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
11406         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
11407         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
11408         Identical file removed.
11409         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
11410         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
11411         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
11412         Identical file removed.
11413         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
11414         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
11415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
11416         Identical file removed.
11417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
11418         Moved ...
11419         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
11420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
11421         Identical file removed.
11422         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
11423         Moved ...
11424         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
11425         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
11426         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
11427         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
11428         Identical file removed.
11429         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
11430         Moved ...
11431         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
11432         ... here.
11433         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
11434         Identical file removed.
11435         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
11436         Moved ...
11437         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
11438         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
11439         Identical file removed.
11440         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
11441         Moved ...
11442         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
11443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
11444         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
11445         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
11446         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
11447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
11448         Moved ...
11449         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
11450         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
11451         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
11453         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
11454         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
11455         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
11456         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
11457         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
11459 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
11461         [BZ #17092]
11462         * nscd/nscd.c (monitor_child): Return exit status of child
11463         instead of return value from wait syscall.
11465 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
11467         * configure.ac (libc_commonpagesize): Remove variable.
11468         (libc_relro_required): Likewise.
11469         (libc_cv_z_relro): Remove configure test.
11470         * configure: Regenerated.
11471         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
11472         variable.
11473         (libc_relro_required): Likewise.
11474         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
11475         (libc_relro_required): Likewise.
11476         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
11477         (libc_relro_required): Likewise.
11478         * sysdeps/arm/preconfigure: Regenerated.
11479         * sysdeps/ia64/preconfigure: Remove file.
11480         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
11481         variable.
11482         (libc_relro_required): Likewise.
11484         [BZ #16561]
11485         [BZ #16562]
11486         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
11487         (__ieee754_yn): Set FE_TONEAREST mode internally and then
11488         recompute overflowing results in original rounding mode.
11489         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
11490         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
11491         recompute overflowing results in original rounding mode.
11492         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
11493         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11494         recompute overflowing results in original rounding mode.
11495         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
11496         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11497         recompute overflowing results in original rounding mode.
11498         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
11499         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
11500         recompute overflowing results in original rounding mode.
11501         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
11502         (libc_feholdsetround_ctx): New macro.
11503         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
11504         * sysdeps/i386/fpu/libm-test-ulps: Update.
11505         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
11507 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11509         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
11510         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
11511         corresponding .cpsetup call.
11513 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11515         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
11516         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
11517         * sysdeps/arm/Makefile [$(subdir) = csu]
11518         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
11519         (static-only-routines): Add aeabi_read_tp here.
11520         (shared-only-routines): Add libc-aeabi_read_tp here.
11521         (CFLAGS-libc-start.c): Add -fexceptions here.
11522         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
11523         (sysdep_routines, static-only-routines, shared-only-routines):
11524         Don't add to these here.
11525         (CFLAGS-libc-start.c): Likewise.
11527         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
11528         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
11529         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
11530         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
11531         * sysdeps/arm/Makefile [$(subdir) = rt]
11532         (librt-sysdep_routines, librt-shared-only-routines):
11533         Append rt-aeabi_unwind_cpp_pr1 here.
11534         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
11535         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
11536         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
11537         (libpthread-sysdep_routines, libpthread-shared-only-routines):
11538         Append nptl-aeabi_unwind_cpp_pr1 here.
11539         (tests): Filter out tst-cleanupx4 here.
11540         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
11541         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
11542         Don't do those here.
11544 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11546         * scripts/list-sources.sh: Do not handle ports specially.
11548 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11550         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
11551         * sysdeps/arm/feupdateenv.c: Likewise.
11553         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
11555 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11557         * manual/texinfo.tex: Update to version 2014-05-05.10 with
11558         trailing whitespace removed.
11559         * scripts/config.guess: Update to version 2014-03-23.
11560         * scripts/config.sub: Update to version 2014-05-01
11561         * scripts/install-sh: Update to version 2013-12-25.23.
11562         * scripts/move-if-change: Update from gnulib.
11564 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11566         * debug/memmove_chk.c: Remove pagecopy.h include.
11568 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11570         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
11571         identical to gnulib mktime.
11573 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
11575         * configure.ac: Do not test for machine being rs6000.  Do not test
11576         for powerpc*-*soft.
11577         * configure: Regenerated.
11579         [BZ #11505]
11580         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
11581         test.
11582         * configure: Regenerated.
11583         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
11584         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
11585         Remove configure test.
11586         * sysdeps/arm/configure: Regenerated.
11587         * sysdeps/nptl/configure.ac: Do not check
11588         libc_cv_asm_cfi_directives.
11589         * sysdeps/nptl/configure: Regenerated.
11590         * sysdeps/x86_64/nptl/configure.ac: Remove file.
11591         * sysdeps/x86_64/nptl/configure: Remove generated file.
11592         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
11593         unconditional.
11594         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
11596 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11598         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
11599         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
11600         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
11601         it is defined.
11603         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
11604         instead of whether it is defined.
11605         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
11606         * sysdeps/hppa/dl-machine.h: Likewise.
11607         * sysdeps/ia64/dl-machine.h: Likewise.
11608         * sysdeps/m68k/dl-machine.h: Likewise.
11609         * sysdeps/microblaze/dl-machine.h: Likewise.
11610         * sysdeps/mips/dl-machine.: Likewise.
11611         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11612         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11613         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11614         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11615         * sysdeps/sh/dl-machine.h: Likewise.
11616         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11617         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11618         * sysdeps/tile/dl-machine.h: Likewise.
11619         * sysdeps/x86_64/dl-machine.h: Likewise.
11621         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
11622         code.
11623         (verify_persistent_db): Likewise.
11625 2014-06-26  Roland McGrath  <roland@hack.frob.com>
11627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
11628         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
11629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
11630         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
11632         Moved ...
11633         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
11634         ... here.
11635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
11636         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
11638         Identical file removed.
11639         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
11640         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
11641         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
11646         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
11648         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
11649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11650         Moved ...
11651         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
11652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
11653         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
11655         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
11656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
11657         Moved ...
11658         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
11660         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
11662         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
11663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
11664         Identical file removed.
11665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
11666         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
11667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
11670         Moved ...
11671         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
11672         ... here.
11673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
11674         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
11680         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
11682         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
11683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11684         Moved ...
11685         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
11687         Moved ...
11688         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
11689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
11690         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
11691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
11692         Moved ...
11693         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
11695         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
11697         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
11698         folded into ...
11699         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
11700         * sysdeps/unix/sysv/linux/s390/Versions
11701         (libpthread: GLIBC_2.19): New version set.
11702         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
11703         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
11704         (librt: GLIBC_2.3.3): New version set.
11705         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11706         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11707         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11708         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11709         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11710         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11711         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11712         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11713         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11714         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11715         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11716         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11717         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11718         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11719         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11720         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11721         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11722         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11723         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11724         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11725         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11726         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11727         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11728         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11729         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11730         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11731         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11732         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11733         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11734         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11735         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11736         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11737         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11738         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11739         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11740         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11741         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11742         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11743         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11744         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11745         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11746         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11747         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11749         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11751         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11752         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11753         (__libc_vfork): Define the function under this name.
11754         [!NOT_IN_libc] (__vfork): Make this an alias.
11755         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11756         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11757         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11758         (__libc_vfork): Define the function under this name.
11759         [!NOT_IN_libc] (__vfork): Make this an alias.
11760         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11761         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11762         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11763         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11764         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11765         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11767         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11768         code that was previously under [RESET_PID].
11769         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11770         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11771         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11773         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11774         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11775         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11776         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11777         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11778         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11779         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11780         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11781         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11782         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11783         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11787         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11788         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11789         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11790         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11791         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11792         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11793         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11794         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11795         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11796         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11797         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11798         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11799         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11800         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11801         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11802         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11803         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11805         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11806         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11807         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11808         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11809         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11810         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11811         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11812         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11813         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11815 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11817         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11818         that was previously under [RESET_PID].
11819         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11821 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11823         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11824         not undefine and redefine.
11825         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11826         [O_CLOEXEC]: Make code unconditional.
11827         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11828         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11829         <kernel-features.h>.
11830         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11831         conditional variable definition.
11832         (shm_open) [O_CLOEXEC]: Make code unconditional.
11833         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11834         code.
11836         * configure.ac (USE_REGPARMS): Don't define here.
11837         * configure: Regenerated.
11838         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11839         * sysdeps/i386/configure: Regenerated.
11841         * nptl/createthread.c: Don't include kernel-features.h.
11842         * nptl/pthread_cancel.c: Likewise.
11843         * nptl/pthread_condattr_setclock.c: Likewise.
11844         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11845         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11846         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11847         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11848         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11849         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11850         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11851         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11852         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11853         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11854         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11855         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11856         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11857         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11858         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11859         * nscd/gai.c: Likewise.
11860         * nss/nss_db/db-open.c: Likewise.
11861         * sysdeps/generic/ldsodefs.h: Likewise.
11862         * sysdeps/sh/nptl/tls.h: Likewise.
11863         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11864         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11865         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11866         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11867         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11868         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11869         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11870         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11871         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11872         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11873         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11874         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11875         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11876         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11877         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11878         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11879         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11880         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11881         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11882         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11883         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11884         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11885         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11886         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11888         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11889         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11890         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11891         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11892         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11893         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11894         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11895         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11896         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11897         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11898         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11899         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11900         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11901         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11902         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11903         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11904         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11905         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11906         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11907         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11908         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11909         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11910         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11911         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11912         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11913         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11914         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11915         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11916         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11917         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11918         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11919         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11920         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11943         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11944         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11945         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11946         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11947         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11948         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11949         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11950         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11951         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11952         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11953         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11954         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11955         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11956         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11957         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11958         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11959         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11960         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11961         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11962         * sysdeps/unix/sysv/linux/system.c: Likewise.
11963         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11964         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11965         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11966         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11967         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11968         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11969         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11971         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11972         * configure: Regenerated.
11973         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11975         * configure.ac (base_machine): Do not set specially for particular
11976         machines here.
11977         * configure: Regenerated.
11978         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11979         settings from configure.ac.
11980         * sysdeps/i386/preconfigure: New file.
11981         * sysdeps/s390/preconfigure: Likewise.
11982         * sysdeps/sh/preconfigure: Likewise.
11983         * sysdeps/sparc/preconfigure: Likewise.
11985 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11987         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11988         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11989         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11990         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11991         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11992         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11993         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11994         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11995         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11996         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11997         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11998         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11999         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
12000         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
12001         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
12002         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
12003         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
12004         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
12005         * sysdeps/sparc/sparc64/Makefile: ... appended here.
12007         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
12008         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
12009         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
12010         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
12011         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
12012         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
12013         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
12014         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
12015         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
12016         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
12017         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
12018         * sysdeps/sparc/sparc32/sem_post.c: ... here.
12019         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
12020         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
12021         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
12022         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
12023         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
12024         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
12025         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
12026         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
12027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
12028         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
12029         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
12030         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
12031         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
12032         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
12033         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
12034         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
12035         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
12036         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
12037         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
12038         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
12039         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
12040         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
12041         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
12042         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
12043         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
12044         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
12046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
12047         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
12048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
12049         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
12050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
12051         Moved ...
12052         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
12053         ... here.
12054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
12055         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
12056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
12057         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
12058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
12059         Moved ...
12060         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
12061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
12062         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
12063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
12064         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
12065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
12066         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
12067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
12068         Moved ...
12069         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
12070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
12071         Moved ...
12072         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
12073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
12074         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
12075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
12076         Moved ...
12077         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
12078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
12079         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
12080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
12081         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
12082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
12083         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
12084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
12085         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
12086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
12087         Moved ...
12088         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
12089         ... here.
12090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
12091         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
12092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
12093         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
12094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
12097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
12098         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
12099         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
12100         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
12101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
12102         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
12103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
12104         Moved ...
12105         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
12106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
12107         Moved ...
12108         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
12109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
12110         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
12111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
12112         Moved ...
12113         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
12114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
12115         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
12116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
12117         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
12119 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12121         * timezone/checktab.awk: Update from tzcode 2014e.
12122         * timezone/private.h: Likewise.
12123         * timezone/tzfile.h: Likewise.
12124         * timezone/zdump.c: Likewise.
12125         * timezone/zic.c: Likewise.
12127         * sysdeps/unix/sysv/linux/kernel-features.h
12128         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
12129         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
12130         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
12131         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
12132         Remove conditional code.
12134 2014-06-25  Will Newton  <will.newton@linaro.org>
12136         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
12137         (_dl_arm_cap_flags): Add HWCAP2 values.
12138         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
12139         (_DL_HWCAP_COUNT): Increase to 37.
12140         (_DL_HWCAP_LAST): New define.
12141         (_DL_HWCAP2_LAST): New define.
12142         (_dl_procinfo): Add support for printing
12143         AT_HWCAP2 entries.
12144         (_dl_string_hwcap): Use _dl_hwcap_string.
12146 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12150 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
12152         * README: Do not mention ports directory.
12154         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
12155         Remove macro.
12156         * sysdeps/unix/sysv/linux/futimes.c: Do not include
12157         <kernel-features.h>.
12158         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
12159         conditional variable definition.
12160         (__futimes): Update comment.
12161         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
12162         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
12164         [BZ #16560]
12165         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
12166         arguments close to 0.
12167         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
12168         Likewise.
12169         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
12170         Likewise.
12171         * math/auto-libm-test-in: Add more tests of exp10.
12172         * math/auto-libm-test-out: Regenerated.
12173         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12175         * sysdeps/unix/sysv/linux/kernel-features.h
12176         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
12177         * sysdeps/unix/sysv/linux/readv.c: Do not include
12178         <kernel-features.h>.
12179         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
12180         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
12181         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12182         unconditional.
12183         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12184         conditional code.
12185         * sysdeps/unix/sysv/linux/writev.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_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
12190         unconditional.
12191         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
12192         conditional code.
12194 2014-06-25  Will Newton  <will.newton@linaro.org>
12196         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
12197         comment changes throughout the file.  Remove checks
12198         for HAVE_*_H definitions that are not required.
12199         (__gen_tempname): Call abort if an unknown kind value is
12200         passed.
12202 2014-06-25  Andreas Schwab  <schwab@suse.de>
12204         [BZ #17086]
12205         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
12206         scalbln, scalblnf, scalblnl in libc.
12208 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12210         [BZ #17086]
12211         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
12212         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12213         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12215 2014-06-24  Roland McGrath  <roland@hack.frob.com>
12217         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
12218         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
12219         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
12220         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
12221         Update #include.
12222         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
12223         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
12224         Update #include.
12225         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
12226         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
12227         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
12228         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
12229         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
12230         * sysdeps/x86/bits/pthreadtypes.h: ... here.
12231         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
12232         * sysdeps/x86/bits/semaphore.h: ... here.
12233         * sysdeps/x86/nptl/elide.h: Moved ...
12234         * sysdeps/x86/elide.h: ... here.
12235         * sysdeps/x86_64/nptl/Implies: File removed.
12236         * sysdeps/i386/nptl/Implies: File removed.
12238 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
12240         [BZ #16539]
12241         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
12242         return the argument for normal arguments with exponent below -64.
12243         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12244         Likewise.
12245         * math/auto-libm-test-in: Add another test of expm1.
12246         * math/auto-libm-test-out: Regenerated.
12248         [BZ #16287]
12249         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
12250         calling __erfcl for arguments at least 16.
12251         * math/auto-libm-test-in: Add more tests of erf.
12252         * math/auto-libm-test-out: Regenerated.
12254         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
12255         individual architectures.
12256         * sysdeps/unix/sysv/linux/configure: Regenerated.
12257         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
12258         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
12259         * sysdeps/unix/sysv/linux/powerpc/configure.ac
12260         (ldd_rewrite_script): Define variable.
12261         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
12262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
12263         file.
12264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
12265         generated file.
12266         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
12267         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
12268         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
12269         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
12270         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
12271         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
12272         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
12273         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
12275 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12277         [BZ #17084]
12278         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
12279         Rename member __data.d to __data.__elision_data.
12281 2014-06-24  Wilco  <wdijkstr@arm.com>
12283         * NEWS: Add 16918 to fixed bug list.
12285 2014-06-24  Wilco  <wdijkstr@arm.com>
12287         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
12289 2014-06-24  Wilco  <wdijkstr@arm.com>
12291         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
12292         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
12293         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
12294         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
12295         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
12296         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
12297         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
12298         Use _FPU_MASK_RM.
12300 2014-06-24  Wilco  <wdijkstr@arm.com>
12302         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
12304 2014-06-24  Wilco  <wdijkstr@arm.com>
12306         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
12307         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
12308         * sysdeps/arm/fesetround.c (fesetround): Remove space.
12309         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
12311 2014-06-24  Wilco  <wdijkstr@arm.com>
12313         [BZ #16918]
12314         * sysdeps/arm/feupdateenv.c (feupdateenv):
12315         Rewrite to reduce FPSCR accesses and fix return value.
12317 2014-06-24  Wilco  <wdijkstr@arm.com>
12319         * sysdeps/arm/fclrexcpt.c (feclearexcept):
12320         Optimize to avoid unnecessary FPSCR writes.
12321         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
12322         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
12323         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
12324         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
12326 2014-06-24  Wilco  <wdijkstr@arm.com>
12328         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
12329         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
12330         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
12331         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
12332         Call libc_fetestexcept_vfp.
12333         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
12334         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
12335         __SOFTFP__ ifdef so that they can be built for softfp.
12337 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12339         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
12340         argument type signed char.
12342         * Makerules (check-abi): Dump diff of symlist if the test
12343         fails.
12345 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12347         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
12348         using abort.
12350         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12351         Remove unused variable ST.
12353 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12355         [BZ #16354]
12356         [BZ #17061]
12357         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
12358         small arguments before calling __expm1.
12359         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
12360         small arguments before calling __expm1f.
12361         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
12362         small arguments before calling __expm1l.
12363         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12364         Likewise.
12365         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
12366         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
12367         spurious underflow for some cosh tests.
12368         * math/auto-libm-test-out: Regenerated.
12369         * sysdeps/i386/fpu/libm-test-ulps: Update.
12371         [BZ #17050]
12372         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
12373         (__ieee754_y1): Set errno if return value overflows.
12374         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
12375         (__ieee754_y1f): Set errno if return value overflows.
12376         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
12377         (__ieee754_y1l): Set errno if return value overflows.
12378         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
12379         (__ieee754_y1l): Set errno if return value overflows.
12380         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
12381         * math/auto-libm-test-out: Regenerated.
12383         * math/gen-auto-libm-tests.c: Document use of
12384         ignore-zero-inf-sign.
12385         (input_flag_type): Add value flag_ignore_zero_inf_sign.
12386         (input_flags): Add ignore-zero-inf-sign.
12387         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
12388         * math/gen-libm-test.pl (generate_testfile): Handle
12389         ignore-zero-inf-sign.
12390         * math/auto-libm-test-in: Mark some cpow tests with
12391         ignore-zero-inf-sign and some with xfail-rounding.
12392         * math/auto-libm-test-out: Regenerated.
12393         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
12394         * sysdeps/i386/fpu/libm-test-ulps: Update.
12395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12397         [BZ #16315]
12398         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
12399         overflowing or underflowing operations take place with sign of
12400         result.
12401         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
12402         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
12403         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
12404         (__ieee754_pow): Recompute overflowing and underflowing results in
12405         original rounding mode.
12406         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
12407         (__powl_helper): Allow negative argument X and scale negated value
12408         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
12409         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
12410         overflowing or underflowing operations take place with sign of
12411         result.
12412         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
12413         Include <math.h>.
12414         * math/auto-libm-test-in: Add more tests of pow.
12415         * math/auto-libm-test-out: Regenerated.
12416         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
12417         (pow_tonearest_test_data): Remove.
12418         (pow_test_tonearest): Likewise.
12419         (pow_towardzero_test_data): Likewise.
12420         (pow_test_towardzero): Likewise.
12421         (pow_downward_test_data): Likewise.
12422         (pow_test_downward): Likewise.
12423         (pow_upward_test_data): Likewise.
12424         (pow_test_upward): Likewise.
12425         (main): Don't call removed functions.
12426         * sysdeps/i386/fpu/libm-test-ulps: Update.
12427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12429 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
12432         Moved ...
12433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
12434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12435         Moved ...
12436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
12437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12438         Moved ...
12439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
12440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
12441         Moved ...
12442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
12443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
12444         File removed.
12445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12446         File removed.
12447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
12448         File removed.
12449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
12450         File removed.
12451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
12452         File removed.
12453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
12454         File removed.
12455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
12456         File removed.
12457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12458         File removed.
12459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
12460         File removed.
12461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12462         File removed.
12463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
12464         File removed.
12465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
12466         File removed.
12467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
12468         Moved ...
12469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
12470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
12471         Moved ...
12472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
12473         ... here.
12474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
12475         Moved ...
12476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
12477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
12478         Moved ...
12479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
12481         Moved ...
12482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
12483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
12484         Moved ...
12485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
12486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
12487         Moved ...
12488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
12489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
12490         Moved ...
12491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
12492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
12493         Moved ...
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
12495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
12496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
12497         ... here.
12498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
12499         Moved ...
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
12501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
12502         Moved ...
12503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
12504         ... here.
12505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
12506         Moved ...
12507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12508         ... here.
12509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12510         Moved ...
12511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
12512         ... here.
12513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
12514         Moved ...
12515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
12516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12517         Moved ...
12518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
12519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
12520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
12521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12522         Moved ...
12523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
12524         ... here.
12525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
12526         Moved ...
12527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
12528         ... here.
12529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12530         Moved ...
12531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
12532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
12533         Moved ...
12534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
12535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12536         Moved ...
12537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
12538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12539         Moved ...
12540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
12541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12542         Moved ...
12543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
12544         ... here.
12545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
12546         Moved ...
12547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
12548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12549         Moved ...
12550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
12551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
12552         Moved ...
12553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
12554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12555         Moved ...
12556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
12557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
12558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
12559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12560         Moved ...
12561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
12562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
12563         Moved ...
12564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
12565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12566         Moved ...
12567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
12568         ... here.
12569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12570         Moved ...
12571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
12572         ... here.
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12574         Moved ...
12575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
12576         ... here.
12577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
12578         Moved ...
12579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
12580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12581         Moved ...
12582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
12583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
12584         Moved ...
12585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
12586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12587         Moved ...
12588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
12589         ... here.
12590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
12591         Moved ...
12592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
12593         ... here.
12594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12595         Moved ...
12596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
12597         ... here.
12598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
12599         Moved ...
12600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
12601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
12602         Moved ...
12603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
12605 2014-06-23  Will Newton  <will.newton@linaro.org>
12606             Wilco  <wdijkstr@arm.com>
12608         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
12609         implementation.  Include get-rounding-mode.h.
12610         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
12611         [!libc_feholdsetround_noex_ctx]: Define
12612         libc_feholdsetround_noex_ctx.
12613         [!libc_feholdsetround_noexf_ctx]: Define
12614         libc_feholdsetround_noexf_ctx.
12615         [!libc_feholdsetround_noexl_ctx]: Define
12616         libc_feholdsetround_noexl_ctx.
12617         (libc_feholdsetround_ctx): New function.
12618         (libc_feresetround_ctx): New function.
12619         (libc_feholdsetround_noex_ctx): New function.
12620         (libc_feresetround_noex_ctx): New function.
12622 2014-06-23  Roland McGrath  <roland@hack.frob.com>
12624         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
12625         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
12626         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
12627         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
12628         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
12629         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
12631         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
12632         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
12633         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
12634         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
12635         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
12636         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
12637         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
12638         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
12639         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
12640         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
12641         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
12642         Moved ...
12643         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
12644         ... here.
12645         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
12646         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
12647         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
12648         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
12649         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
12650         Moved ...
12651         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
12652         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
12653         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
12654         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
12655         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
12659         Moved ...
12660         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
12661         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
12662         Moved ...
12663         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
12667         Moved ...
12668         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
12669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
12670         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
12671         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
12672         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
12673         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
12674         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
12675         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
12676         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
12677         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
12678         Moved ...
12679         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
12680         ... here.
12681         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
12682         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
12683         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
12684         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
12685         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
12686         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
12687         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
12688         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
12689         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
12690         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
12691         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
12692         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
12693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
12694         Moved ...
12695         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
12696         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
12697         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
12698         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
12699         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
12700         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
12701         Moved ...
12702         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
12703         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
12704         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
12705         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12706         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12708         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12709         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12710         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12711         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12712         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12713         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12714         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12715         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12716         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12717         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12718         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12719         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12720         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12721         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12722         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12723         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12724         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12725         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12726         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12727         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12728         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12729         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12730         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12731         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12732         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12733         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12734         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12735         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12737 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12739         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12740         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12741         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12742         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12743         (IPV6_PMTUDISC_INTERFACE): Likewise.
12744         (IPV6_PMTUDISC_OMIT): Likewise.
12746 2014-06-23  Andreas Schwab  <schwab@suse.de>
12748         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12749         Remove unused errout label.
12751 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12753         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12754         macro: hardware supports Vector Crypto instructions.
12756 2014-06-23  Will Newton  <will.newton@linaro.org>
12758         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12759         rather than __builtin_expect.
12761         * elf/dl-lookup.c (undefined_msg): Remove variable.
12762         (_dl_lookup_symbol_x): Replace undefined_msg with string
12763         literal.
12765         * elf/dl-lookup.c (do_lookup_unique): New function.
12766         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12767         to a separate function.
12769 2014-06-23  Andreas Schwab  <schwab@suse.de>
12771         [BZ #17079]
12772         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12773         before reading the next line.
12775 2014-06-23  Will Newton  <will.newton@linaro.org>
12777         * test-skeleton.c (signal_handler): Use printf and %m
12778         rather than perror.  Use printf rather than fprintf to
12779         stderr.  Use puts rather than fputs to stderr.
12780         (main): Likewise.
12782 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12784         * nscd/nscd.c (thread_info_t): Remove typedef.
12785         (thread_info): Remove variable.
12787 2014-06-21  Allan McRae  <allan@archlinux.org>
12789         * NEWS: Mention CVE-2014-4043.
12791 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12793         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12794         * nptl/smp.h: ... here.
12796         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12798         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12799         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12800         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12801         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12803         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12804         * nptl/stack-aliasing.h: New file.
12805         * sysdeps/i386/i686/stack-aliasing.h: New file.
12806         * sysdeps/i386/i686/nptl/Makefile: File removed.
12807         * sysdeps/x86_64/stack-aliasing.h: New file.
12808         * sysdeps/x86_64/nptl/Makefile
12809         (CFLAGS-pthread_create.c): Variable removed.
12811         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12812         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12813         old file.
12814         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12815         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12816         old file.
12818 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12820         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12821         (__ASSUME_SIGFRAME_V2): Remove macro.
12822         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12823         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12824         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12825         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12826         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12827         Declare as function.  Remove conditional macro definitions.
12828         (__default_rt_sa_restorer): Likewise.
12829         (__default_sa_restorer_v1): Remove declaration.
12830         (__default_sa_restorer_v2): Likewise.
12831         (__default_rt_sa_restorer_v1): Likewise.
12832         (__default_rt_sa_restorer_v2): Likewise.
12833         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12834         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12835         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12837 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12839         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12840         (libpthread-routines): Add sysdep.
12841         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12842         * sysdeps/unix/sysv/linux/sparc/Versions
12843         (libpthread: GLIBC_2.3.3): New version set.
12844         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12845         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12846         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12847         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12848         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12849         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12850         Moved ...
12851         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12852         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12853         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12854         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12855         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12856         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12857         * sysdeps/sparc/nptl/sem_init.c: ... here.
12858         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12859         * sysdeps/sparc/nptl/sem_post.c: ... here.
12860         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12861         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12862         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12863         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12865         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12866         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12867         (libpthread-routines): Add cpu_relax.
12868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12869         File removed.
12870         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12871         (librt: GLIBC_2.3.3): New version set.
12872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12873         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12874         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12875         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12878         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12880         Moved ...
12881         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12883         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12885         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12887         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12888         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12889         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12891         Moved ...
12892         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12893         Update #include.
12894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12895         Moved ...
12896         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12897         Update #include.
12898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12899         Moved ...
12900         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12901         Update #include.
12902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12903         Moved ...
12904         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12905         Update #include.
12906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12907         Moved ...
12908         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12909         Update #include.
12910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12911         Moved ...
12912         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12913         Update #include.
12914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12915         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12917         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12919         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12921         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12923         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12925         Moved ...
12926         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12928         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12930         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12932 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12934         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12935         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12936         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12937         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12938         * nscd/nscd.c: Likewise.
12939         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12940         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12941         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12942         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12944         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12945         <kernel-features.h>.
12946         (init_mq_netlink): Remove conditional have_sock_cloexec
12947         definitions.  Remove code conditional on have_sock_cloexec < 0.
12948         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12949         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12950         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12951         <kernel-features.h>.
12952         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12953         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12955 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12957         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12958         Add tests for memset_chk and memset.
12960         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12961         with AVX2_Usable.
12963 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12965         [BZ #16046]
12966         * elf/tst-dl-iter-static.c: New file.
12967         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12969         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12970         error.
12972 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12974         * sysdeps/unix/sysv/linux/kernel-features.h
12975         (__ASSUME_F_GETOWN_EX): Remove macro.
12976         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12977         <kernel-features.h>.
12978         (miss_F_GETOWN_EX): Remove variable or macro.
12979         (do_fcntl): Do not check miss_F_GETOWN_EX.
12980         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12982         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12983         Remove macro.
12984         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12985         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12986         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12988         * sysdeps/unix/sysv/linux/kernel-features.h
12989         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12990         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12991         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12992         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12994 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12996         [BZ #17075]
12997         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12998         Fix calculation of the symbol's value.
12999         * sysdeps/arm/tst-armtlsdescloc.c: New file.
13000         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
13001         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
13002         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
13003         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
13004         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
13005         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
13006         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
13007         (modules-names): Add `tst-armtlsdescmod',
13008         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
13009         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
13010         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13011         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
13012         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
13013         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
13014         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
13015         ($(objpfx)tst-armtlsdescloc): New dependency.
13016         ($(objpfx)tst-armtlsdescextnow): Likewise.
13017         ($(objpfx)tst-armtlsdescextlazy): Likewise.
13018         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
13019         TLS scheme support.
13020         * sysdeps/arm/configure: Regenerate.
13022 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
13024         * include/fcntl.h (__atfct_seterrno): Remove prototype.
13025         (__atfct_seterrno_2): Likewise.
13026         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
13027         <kernel-features.h>.
13028         (__ASSUME_ATFCTS): Do not undefine and redefine.
13029         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
13030         (__have_atfcts): Remove conditional definition.
13031         (__fxstatat([__NR_fstatat64]: Make code unconditional.
13032         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
13033         unreachable if [__ASSUME_ATFCTS].
13034         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
13035         not undefine and redefine.
13036         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
13037         <kernel-features.h>.
13038         (faccessat) [__NR_faccessat]: Make code unconditional.
13039         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
13040         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
13041         <kernel-features.h>.
13042         (fchmodat) [__NR_fchmodat]: Make code unconditional.
13043         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13044         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
13045         <kernel-features.h>.
13046         (fchownat) [__NR_fchownat]: Make code unconditional.
13047         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
13048         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
13049         <kernel-features.h>.
13050         (futimesat) [__NR_futimesat]: Make code unconditional.
13051         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
13052         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
13053         <kernel-features.h>.
13054         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13055         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13056         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
13057         <kernel-features.h>.
13058         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
13059         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13060         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
13061         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
13062         <kernel-features.h>.
13063         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
13064         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13065         * sysdeps/unix/sysv/linux/linkat.c: Do not include
13066         <kernel-features.h>.
13067         (linkat) [__NR_linkat]: Make code unconditional.
13068         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13069         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
13070         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
13071         <kernel-features.h>.
13072         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
13073         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
13074         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
13075         <kernel-features.h>.
13076         (mkdirat) [__NR_mkdirat]: Make code unconditional.
13077         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
13078         * sysdeps/unix/sysv/linux/openat.c: Do not include
13079         <kernel-features.h>.
13080         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
13081         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
13082         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
13083         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
13084         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
13085         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
13086         <kernel-features.h>.
13087         (readlinkat) [__NR_readlinkat]: Make code unconditional.
13088         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
13089         result of INLINE_SYSCALL directly, not via int variable.
13090         * sysdeps/unix/sysv/linux/renameat.c: Do not include
13091         <kernel-features.h>.
13092         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
13093         (renameat) [__NR_renameat]: Make code unconditional.
13094         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
13095         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
13096         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
13097         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
13098         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
13099         (__ASSUME_ATFCTS): Do not undefine and redefine.
13100         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
13101         <kernel-features.h>.
13102         (symlinkat) [__NR_symlinkat]: Make code unconditional.
13103         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13104         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
13105         <kernel-features.h>.
13106         (unlinkat) [__NR_unlinkat]: Make code unconditional.
13107         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
13108         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
13109         (__ASSUME_ATFCTS): Do not undefine and redefine.
13110         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
13111         <kernel-features.h>.
13112         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
13113         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
13114         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
13115         <kernel-features.h>.
13116         (__xmknodat) [__NR_mknodat]: Make code unconditional.
13117         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
13119 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
13121         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
13123 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
13125         [BZ #17069]
13126         * posix/regcomp.c (parse_reg_exp): Deallocate partially
13127         constructed tree before returning error.
13128         * posix/bug-regexp36.c: Expand test case.
13130 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
13132         [BZ #6803]
13133         * math/libm-test.inc (scalbln_test_date):
13134         Add errno expectations.
13135         * math/w_scalblnf.c: New File.
13136         Add wrapper which checks for setting errno to ERANGE.
13137         Add weak_alias for corresponding scalbln function.
13138         * math/w_scalbln.c: Likewise.
13139         * math/w_scalblnl.c: Likewise.
13140         * math/Makefile (libm-calls): Add w_scalbln.
13141         * sysdeps/ieee754/flt-32/s_scalblnf.c:
13142         Remove weak_alias for corresponding scalbln function.
13143         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
13144         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
13145         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
13146         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13147         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
13148         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
13149         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
13150         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
13151         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
13152         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
13153         Remove long_double_symbol for scalblnl function in libm, libc.
13154         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
13155         Add wrapper which checks for setting errno to ERANGE.
13156         Add long_double_symbol for scalblnl function in libm, libc.
13157         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
13158         Remove long_double_symbol for scalblnl in libm.
13159         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
13160         Add wrapper which checks for setting errno to ERANGE.
13161         Add long_double_symbol for scalblnl function in libm.
13162         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
13163         Do not use wrapper because of own implementation.
13165 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
13167         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
13168         3 bytes for __pad1 for x32.
13169         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
13171 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
13172             H.J. Lu  <hongjiu.lu@intel.com>
13174         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
13175         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
13176         * sysdeps/x86_64/multiarch/memset.S: Likewise.
13177         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
13178         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
13180 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
13182         [BZ #17069]
13183         * posix/regcomp.c (parse_expression): Deallocate partially
13184         constructed tree before returning error.
13185         * posix/Makefile.c (tests): Add bug-regex36.
13186         (generated): Add bug-regex36.mtrace.
13187         (tests-special): Add $(objpfx)bug-regex36-mem.out
13188         (bug-regex36-ENV): New variable.
13189         ($(objpfx)bug-regex36-mem.out): New rule.
13190         * posix/bug-regex36.c: New file.
13192 2014-06-19  Will Newton  <will.newton@linaro.org>
13194         * malloc/malloc.c (systrim): If extra is zero then return
13195         early.
13197 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
13199         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
13201 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
13203         * sysdeps/aarch64/strchr.S: New file.
13205 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13207         [BZ #17022]
13208         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
13209         from arguments -2 or below.
13210         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13211         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
13213 2014-06-18  Andreas Schwab  <schwab@suse.de>
13215         [BZ #17062]
13216         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
13217         of a bracket expr not to run off the end of the string.
13218         * posix/Makefile (tests): Add tst-fnmatch3.
13219         * posix/tst-fnmatch3.c: New file.
13221 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
13223         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
13224         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13225         [$(cross-compiling) = no]: Likewise.
13226         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13227         [$(cross-compiling) = no]: Likewise.
13229 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13231         [BZ #17031]
13232         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
13233         double, adjusted for any remainder from the high double.
13234         * math/libm-test.inc (nearbyint): Add tests.
13235         (rint): Likewise.
13237 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13239         * nptl/sysdeps/powerpc/Makefile: Moved ...
13240         * sysdeps/powerpc/nptl/Makefile: ... here.
13241         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
13242         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
13243         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
13244         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
13245         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
13246         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
13247         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
13248         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
13249         * nptl/sysdeps/powerpc/tls.h: Moved ...
13250         * sysdeps/powerpc/nptl/tls.h: ... here.
13252 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
13254         [BZ #16681]
13255         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
13256         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
13257         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
13258         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
13259         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
13260         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
13261         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
13262         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
13263         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
13265 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
13267         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
13269 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
13271         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
13272         defined operator.
13274         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
13275         $TIMEOUTFACTOR.
13277 2014-06-16  Florian Weimer  <fweimer@redhat.com>
13279         [BZ #17058]
13280         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
13281         non-executed part of the test.
13283 2014-06-16  Andreas Schwab  <schwab@suse.de>
13285         * string/bits/string2.h (strdup, strndup): Update feature guard.
13287 2014-06-14  David S. Miller  <davem@davemloft.net>
13289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13291 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13293         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
13294         that was previously under [RESET_PID].
13295         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
13297         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
13298         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
13299         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
13300         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13301         (__libc_vfork): New strong alias.
13302         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
13304 2014-06-14 Andi Kleen  <ak@linux.intel.com>
13306         * sysdeps/generic/elide.h: New file.
13308 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13310         * Makefile (installed-headers): Adjust path of pthread.h header.
13312 2014-06-13  Roland McGrath  <roland@hack.frob.com>
13314         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
13315         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
13316         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
13317         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
13319         * nptl/sysdeps/s390/Makefile: Moved ...
13320         * sysdeps/s390/nptl/Makefile: ... here.
13321         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
13322         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
13323         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
13324         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
13325         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
13326         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
13327         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
13328         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
13329         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
13330         * sysdeps/s390/nptl/pthreaddef.h: ... here.
13331         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
13332         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
13333         * nptl/sysdeps/s390/tls.h: Moved ...
13334         * sysdeps/s390/nptl/tls.h: ... here.
13336         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
13337         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
13339 2014-06-13  David S. Miller  <davem@davemloft.net>
13341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
13342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
13343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
13344         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
13345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
13346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
13347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
13348         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
13349         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
13350         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
13351         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
13352         Remove RESET_PID cpp guards.
13353         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
13354         Remove RESET_PID cpp guards.
13355         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
13357 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
13359         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
13360         __sp to uintptr_t.
13362 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13364         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
13365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
13366         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
13367         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
13368         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
13369         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
13370         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
13371         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
13372         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
13373         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
13374         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
13375         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
13376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
13377         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
13378         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
13379         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
13380         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
13381         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
13382         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
13383         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
13385         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
13386         (pthread_rwlock_rdlock): Add elision.
13387         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
13388         (pthread_rwlock_wrlock): Add elision.
13389         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
13390         (pthread_rwlock_trywrlock): Add elision.
13391         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
13392         (pthread_rwlock_tryrdlock): Add elision.
13393         * nptl/pthread_rwlock_unlock.c: Include elide.h.
13394         (pthread_rwlock_tryrdlock): Add elision unlock.
13395         * nptl/sysdeps/pthread/pthread.h:
13396         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
13397         (PTHREAD_RWLOCK_INITIALIZER,
13398         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
13399         Handle new elision field.
13400         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
13401         * sysdeps/arm/nptl/bits/pthreadtypes.h
13402         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13403         * sysdeps/sh/nptl/bits/pthreadtypes.h
13404         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13405         * sysdeps/tile/nptl/bits/pthreadtypes.h
13406         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13407         * sysdeps/a/nptl/bits/pthreadtypes.h
13408         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13409         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13410         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13411         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13412         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13413         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
13414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13415         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13416         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13417         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13419         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13421         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13423         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
13424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13425         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
13426         (elision_init): Set try_xbegin to zero when no RTM.
13427         * sysdeps/x86/nptl/bits/pthreadtypes.h
13428         (pthread_rwlock_t): Change __pad1 to __rwelision.
13429         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
13431 2014-06-13  Andi Kleen  <ak@linux.intel.com>
13433         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
13434         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
13435         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
13436         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
13438 2014-06-13  Meador Inge  <meadori@codesourcery.com>
13440         [BZ #16996]
13441         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
13442         that the cached result has been set before returning it.
13444 2014-06-12  Roland McGrath  <roland@hack.frob.com>
13446         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
13447         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
13448         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
13449         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
13450         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
13451         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
13453         * nptl/sysdeps/sparc/Makefile: Moved ...
13454         * sysdeps/sparc/nptl/Makefile: ... here.
13455         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
13456         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
13457         * nptl/sysdeps/sparc/tls.h: Moved ...
13458         * sysdeps/sparc/nptl/tls.h: ... here.
13459         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
13460         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
13461         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
13462         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
13463         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
13464         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
13465         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
13466         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
13467         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
13468         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
13469         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
13470         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
13471         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
13472         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
13473         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
13474         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
13475         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
13476         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
13477         Update #include.
13478         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
13479         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
13480         Update #include.
13481         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
13482         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
13483         Update #include.
13484         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
13485         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
13486         Update #include.
13488         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13490         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
13491         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
13493         * sysdeps/pthread/posix-timer.h: Include <list.h>.
13494         (struct list_links): Type removed.
13495         (struct thread_node, struct timer_node): Replace struct list_links
13496         with struct list_head.
13497         (list_unlink_ip): Likewise.
13498         * sysdeps/pthread/timer_routines.c
13499         (timer_free_list, thread_free_list, thread_active_list): Likewise.
13500         (list_append, list_insbefore): Likewise.
13501         (list_init): Function removed.
13502         (thread_init, init_module): Use INIT_LIST_HEAD instead.
13503         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
13504         * sysdeps/pthread/Makefile: ... here, new file.
13506         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
13507         * sysdeps/nptl/Implies: ... here.
13508         * sysdeps/unix/sysv/linux/Implies: Add nptl.
13509         * nptl/sysdeps/pthread/list.h: Moved ...
13510         * include/list.h: ... here.
13511         * nptl/sysdeps/pthread/createthread.c: Moved ...
13512         * nptl/createthread.c: ... here.
13513         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
13514         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
13515         * nptl/pt-longjmp.c: ... here.
13516         * nptl/sysdeps/pthread/Makefile: Moved ...
13517         * sysdeps/nptl/Makefile: ... here.
13518         * nptl/sysdeps/pthread/Subdirs: Moved ...
13519         * sysdeps/nptl/Subdirs: ... here.
13520         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
13521         * sysdeps/nptl/aio_misc.h: ... here.
13522         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
13523         * sysdeps/nptl/bits/libc-lock.h: ... here.
13524         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
13525         * sysdeps/nptl/bits/libc-lockP.h: ... here.
13526         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
13527         * sysdeps/nptl/bits/stdio-lock.h: ... here.
13528         * nptl/sysdeps/pthread/configure: Moved ...
13529         * sysdeps/nptl/configure: ... here.
13530         * nptl/sysdeps/pthread/configure.ac: Moved ...
13531         * sysdeps/nptl/configure.ac: ... here.
13532         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
13533         * sysdeps/nptl/gai_misc.h: ... here.
13534         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
13535         * sysdeps/nptl/librt-cancellation.c: ... here.
13536         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
13537         * sysdeps/nptl/malloc-machine.h: ... here.
13538         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
13539         * sysdeps/nptl/pthread-functions.h: ... here.
13540         * nptl/sysdeps/pthread/pthread.h: Moved ...
13541         * sysdeps/nptl/pthread.h: ... here.
13542         * nptl/sysdeps/pthread/setxid.h: Moved ...
13543         * sysdeps/nptl/setxid.h: ... here.
13544         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
13545         * sysdeps/nptl/sigfillset.c: ... here.
13546         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
13547         * sysdeps/nptl/tcb-offsets.h: ... here.
13548         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
13549         * sysdeps/nptl/tst-mqueue8x.c: ... here.
13550         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
13551         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
13552         * nptl/sysdeps/pthread/allocalim.h: Moved ...
13553         * sysdeps/pthread/allocalim.h: ... here.
13554         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
13555         * sysdeps/pthread/bits/sigthread.h: ... here.
13556         * nptl/sysdeps/pthread/flockfile.c: Moved ...
13557         * sysdeps/pthread/flockfile.c: ... here.
13558         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
13559         * sysdeps/pthread/ftrylockfile.c: ... here.
13560         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
13561         * sysdeps/pthread/funlockfile.c: ... here.
13562         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
13563         * sysdeps/pthread/posix-timer.h: ... here.
13564         * nptl/sysdeps/pthread/timer_create.c: Moved ...
13565         * sysdeps/pthread/timer_create.c: ... here.
13566         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
13567         * sysdeps/pthread/timer_delete.c: ... here.
13568         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
13569         * sysdeps/pthread/timer_getoverr.c: ... here.
13570         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
13571         * sysdeps/pthread/timer_gettime.c: ... here.
13572         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
13573         * sysdeps/pthread/timer_routines.c: ... here.
13574         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
13575         * sysdeps/pthread/timer_settime.c: ... here.
13576         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
13577         * sysdeps/pthread/tst-timer.c: ... here.
13578         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
13579         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
13581         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
13582         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
13584         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
13585         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
13586         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
13587         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
13588         Update #include target.
13589         * nptl/sysdeps/i386/i686/Makefile: Moved ...
13590         * sysdeps/i386/i686/nptl/Makefile: ... here.
13591         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
13592         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
13593         Update #include target.
13594         * nptl/sysdeps/i386/i686/tls.h: Moved ...
13595         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
13596         * nptl/sysdeps/i386/Makefile: Moved ...
13597         * sysdeps/i386/nptl/Makefile: ... here.
13598         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
13599         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
13600         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
13601         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
13602         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
13603         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
13604         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
13605         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
13606         * sysdeps/i386/nptl/pthreaddef.h: ... here.
13607         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
13608         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
13609         * nptl/sysdeps/i386/tls.h: Moved ...
13610         * sysdeps/i386/nptl/tls.h: ... here.
13612         * sysdeps/sh/Makefile [$(subdir) = csu]
13613         (gen-as-const-headers): Add tcb-offsets.sym.
13614         * nptl/sysdeps/sh/Makefile: File removed.
13615         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
13616         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
13617         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
13618         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
13619         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
13620         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
13621         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
13622         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
13623         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
13624         * sysdeps/sh/nptl/pthreaddef.h: ... here.
13625         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
13626         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
13627         * nptl/sysdeps/sh/tls.h: Moved ...
13628         * sysdeps/sh/nptl/tls.h: ... here.
13629         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
13630         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
13631         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
13632         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
13633         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
13634         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
13635         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
13636         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
13637         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
13638         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
13639         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
13640         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
13641         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
13642         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
13643         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
13644         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
13645         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
13646         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
13647         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
13648         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
13649         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
13650         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
13651         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
13652         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
13653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
13654         Moved ...
13655         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
13656         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
13657         Moved ...
13658         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
13659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
13660         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
13661         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
13662         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
13663         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
13664         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
13665         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
13666         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
13667         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
13668         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
13669         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
13670         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
13671         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
13672         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
13673         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
13674         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
13675         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
13676         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
13678 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13680         * posix/spawn_faction_addopen.c: Include string.h.
13682 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13684         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
13685         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
13686         * nptl/sysdeps/x86_64/Makefile: Moved ...
13687         * sysdeps/x86_64/nptl/Makefile: ... here.
13688         * nptl/sysdeps/x86_64/configure: Moved ...
13689         * sysdeps/x86_64/nptl/configure: ... here.
13690         * nptl/sysdeps/x86_64/configure.ac: Moved ...
13691         * sysdeps/x86_64/nptl/configure.ac: ... here.
13692         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
13693         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
13694         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
13695         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
13696         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
13697         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
13698         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
13699         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
13700         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
13701         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
13702         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
13703         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
13704         * nptl/sysdeps/x86_64/tls.h: Moved ...
13705         * sysdeps/x86_64/nptl/tls.h: ... here.
13706         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13707         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13708         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13709         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13711         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13713 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13715         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13717 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13719         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13720         type.
13721         [POSIX] (off_t): Likewise.
13722         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13723         [POSIX] (S_ISBLK): Require macro.
13724         [POSIX] (S_ISCHR): Likewise.
13725         [POSIX] (S_ISDIR): Likewise.
13726         [POSIX] (S_ISFIFO): Likewise.
13727         [POSIX] (S_ISREG): Likewise.
13728         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13729         optional-macro.
13730         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13731         type.
13732         [POSIX] (time_t): Likewise.
13733         [POSIX] (timer_t): Likewise.
13735 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13737         [BZ #17048]
13738         * posix/spawn_int.h (struct __spawn_action): Make the path string
13739         non-const to support deallocation.
13740         * posix/spawn_faction_addopen.c
13741         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13742         * posix/spawn_faction_destroy.c
13743         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13744         path in all spawn_do_open actions.
13745         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13746         posix_spawn_file_actions_addopen.
13748 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13750         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13751         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13752         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13753         conditional code always true.
13754         (__libc_vfork): New alias.
13756 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13758         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13759         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13761         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13763         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13764         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13766         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13767         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13769         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13770         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13772 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13774         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13775         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13776         multiarch strcmp for PPC64.
13777         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13778         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13779         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13780         multiarch optimizations.
13781         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13782         (__libc_ifunc_impl_list): Likewise.
13784 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13786         * benchtests/scripts/validate_benchout.py: New script.
13787         * benchtests/Makefile (bench-func): Call it.
13788         * benchtests/scripts/benchout.schema.json: New file.
13790 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13792         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13793         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13794         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13795         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13796         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13797         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13798         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13799         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13800         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13801         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13802         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13803         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13804         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13805         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13806         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13807         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13809         Moved ...
13810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13811         ... here.
13812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13813         Moved ...
13814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13816         Moved ...
13817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13818         ... here.
13819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13820         Moved ...
13821         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13822         ... here.
13823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13824         Moved ...
13825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13827         Moved ...
13828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13829         ... here.
13830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13831         Moved ...
13832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13833         ... here.
13834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13835         Moved ...
13836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13838         Moved ...
13839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13840         ... here.
13841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13842         Moved ...
13843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13844         ... here.
13845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13846         Moved ...
13847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13848         ... here.
13849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13850         Moved ...
13851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13853         Moved ...
13854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13855         ... here.
13856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13857         Moved ...
13858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13859         ... here.
13860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13861         Moved ...
13862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13863         ... here.
13864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13865         Moved ...
13866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13868         Moved ...
13869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13870         ... here.
13871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13872         Moved ...
13873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13874         ... here.
13875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13876         Moved ...
13877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13879         Moved ...
13880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13881         ... here.
13882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13883         Moved ...
13884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13886         Moved ...
13887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13889         Moved ...
13890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13891         ... here.
13892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13893         Moved ...
13894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13895         ... here.
13896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13897         Moved ...
13898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13899         ... here.
13900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13901         Moved ...
13902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13904         Moved ...
13905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13906         ... here.
13907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13908         Moved ...
13909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13910         ... here.
13911         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13912         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13913         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13914         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13915         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13916         Moved ...
13917         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13918         ... here.
13919         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13920         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13921         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13922         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13923         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13924         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13925         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13926         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13927         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13932         Moved ...
13933         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13934         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13935         Moved ...
13936         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13940         Moved ...
13941         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13943         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13944         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13945         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13946         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13947         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13949 2014-06-10  Wilco  <wdijkstr@arm.com>
13951         * math/test-fenv-return.c: New file.
13952         * math/Makefile: Add new test test-fenv-return.
13954 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13956         [BZ #17042]
13957         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13958         when x - 1 is zero.
13959         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13960         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13961         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13962         0.0L for an argument of 1.0L.
13963         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13964         Likewise.
13965         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13966         value when x - 1 is zero.
13967         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13968         * sysdeps/i386/fpu/libm-test-ulps: Update.
13969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13971 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13973         [BZ #15119]
13974         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13976 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13978         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13979         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13981 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13983         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13984         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13986         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13987         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13989         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13990         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13992         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13993         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13995         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13996         if not already defined.
13997         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13998         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13999         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
14000         (TLS_INIT_TP): Use it.
14001         (TLS_DEFINE_INIT_TP): New macro.
14002         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
14004 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
14006         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
14007         constant.
14008         [POSIX] (IXANY): Likewise.
14009         [POSIX] (OLCUC): Likewise.
14010         [POSIX || POSIX2008] (CBAUD): Do not allow.
14011         [POSIX || POSIX2008] (DEFECHO): Likewise.
14012         [POSIX || POSIX2008] (ECHOCTL): Likewise.
14013         [POSIX || POSIX2008] (ECHOKE): Likewise.
14014         [POSIX || POSIX2008] (ECHOPRT): Likewise.
14015         [POSIX || POSIX2008] (EXTA): Likewise.
14016         [POSIX || POSIX2008] (EXTB): Likewise.
14017         [POSIX || POSIX2008] (FLUSHO): Likewise.
14018         [POSIX || POSIX2008] (LOBLK): Likewise.
14019         [POSIX || POSIX2008] (PENDIN): Likewise.
14020         [POSIX || POSIX2008] (SWTCH): Likewise.
14021         [POSIX || POSIX2008] (VDISCARD): Likewise.
14022         [POSIX || POSIX2008] (VDSUSP): Likewise.
14023         [POSIX || POSIX2008] (VLNEXT): Likewise.
14024         [POSIX || POSIX2008] (VREPRINT): Likewise.
14025         [POSIX || POSIX2008] (VSTATUS): Likewise.
14026         [POSIX || POSIX2008] (VWERASE): Likewise.
14027         (B*): Change to B[0123456789]*.
14028         * conform/data/time.h-data [POSIX || UNIX98]
14029         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
14030         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
14031         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
14032         [POSIX] (tm_*): Do not allow.
14034 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
14036         * Makefile (install): Don't set LANGUAGE.
14037         * Makefile.in (install): Likewise.
14038         * assert/Makefile (test-assert-ENV): Remove variable.
14039         (test-assert-perr-ENV): Likewise.
14040         * elf/Makefile (neededtest4-ENV): Likewise.
14041         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14042         [$(cross-compiling) = no]: Don't set LANGUAGE.
14043         * io/ftwtest-sh (LANG): Remove variable.
14044         * libio/Makefile (tst-widetext-ENV): Likewise.
14045         * manual/install.texi (Running make install): Don't refer to
14046         environment settings for make install.
14047         * INSTALL: Regenerated.
14048         * nptl/tst-tls6.sh: Don't set LANG.
14049         * posix/globtest.sh (LANG): Remove variable.
14050         * string/Makefile (tester-ENV): Likewise.
14051         (inl-tester-ENV): Likewise.
14052         (noinl-tester-ENV): Likewise.
14053         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14054         [$(cross-compiling) = no]: Don't set LANGUAGE.
14055         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
14056         without explicit environment settings.
14058 2014-06-06  Roland McGrath  <roland@hack.frob.com>
14060         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
14061         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
14062         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
14063         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
14065 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
14067         * crypt/crypt-private.h [DOS]: Add some includes taken from the
14068         other files in the crypt directory.
14069         * crypt/crypt.c: Remove duplicate includes.
14070         * crypt/crypt-entry.c: Likewise.
14071         * crypt/crypt_util.c: Likewise.
14073 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
14075         * Makeconfig (run-program-env): New variable.
14076         (run-program-prefix-before-env): Likewise.
14077         (run-program-prefix-after-env): Likewise.
14078         (run-program-prefix): Define in terms of new variables.
14079         (built-program-cmd-before-env): New variable.
14080         (built-program-cmd-after-env): Likewise.
14081         (built-program-cmd): Define in terms of new variables.
14082         (test-program-prefix-before-env): New variable.
14083         (test-program-prefix-after-env): Likewise.
14084         (test-program-prefix): Define in terms of new variables.
14085         (test-program-cmd-before-env): New variable.
14086         (test-program-cmd-after-env): Likewise.
14087         (test-program-cmd): Define in terms of new variables.
14088         * Rules (make-test-out): Use $(run-program-env).
14089         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
14090         (help): Do not mention environment variables.  Mention
14091         --timeoutfactor option.
14092         (timeoutfactor): New variable.
14093         (blacklist_exports): Remove function.
14094         (exports): Remove variable.
14095         (command): Do not include ${exports}.
14096         * manual/install.texi (Configuring and compiling): Do not mention
14097         test wrappers preserving environment variables.  Mention that last
14098         assignment to a variable must take precedence.
14099         * INSTALL: Regenerated.
14100         * benchtests/Makefile (run-bench): Use $(run-program-env).
14101         * catgets/Makefile ($(objpfx)test1.cat): Use
14102         $(built-program-cmd-before-env), $(run-program-env) and
14103         $(built-program-cmd-after-env).
14104         ($(objpfx)test2.cat): Do not specify environment variables
14105         explicitly.
14106         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
14107         $(run-program-env) and $(built-program-cmd-after-env).
14108         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
14109         $(run-program-env) and $(test-program-cmd-after-env).
14110         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
14111         explicitly.
14112         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
14113         run_program_env and test_program_cmd_after_env arguments.
14114         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
14115         * elf/tst-pathopt.sh: Use run_program_env argument.
14116         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
14117         $(test-wrapper-env) and $(run-program-env).
14118         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
14119         run_program_env arguments.
14120         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
14121         * intl/Makefile ($(objpfx)tst-gettext.out): Use
14122         $(test-program-prefix-before-env), $(run-program-env) and
14123         $(test-program-prefix-after-env).
14124         ($(objpfx)tst-gettext2.out): Likewise.
14125         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
14126         run_program_env and test_program_prefix_after_env arguments.
14127         * intl/tst-gettext2.sh: Likewise.
14128         * intl/tst-gettext4.sh: Do not set environment variables
14129         explicitly.
14130         * intl/tst-gettext6.sh: Likewise.
14131         * intl/tst-translit.sh: Likewise.
14132         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
14133         $(test-program-prefix-before-env), $(run-program-env) and
14134         $(test-program-prefix-after-env).
14135         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
14136         run_program_env and test_program_prefix_after_env arguments.
14137         * math/Makefile (run-regen-ulps): Use $(run-program-env).
14138         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
14139         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
14140         explicitly with each use of ${test_wrapper_env}.
14141         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
14142         $(test-program-prefix-before-env), $(run-program-env) and
14143         $(test-program-prefix-after-env).
14144         * posix/tst-getconf.sh: Do not set environment variables
14145         explicitly.
14146         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
14147         run_program_env and test_program_prefix_after_env arguments.
14148         * stdio-common/tst-printf.sh: Do not set environment variables
14149         explicitly.
14150         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
14151         $(test-program-prefix-before-env), $(run-program-env) and
14152         $(test-program-prefix-after-env).
14153         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
14154         run_program_env and test_program_prefix_after_env arguments.
14155         Split $test calls into $test_pre and $test.
14156         * timezone/Makefile (build-testdata): Use
14157         $(built-program-cmd-before-env), $(run-program-env) and
14158         $(built-program-cmd-after-env).
14160 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14162         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
14163         strlen for non SHARED builds.
14165 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14167         * nptl/allocatestack.c (check_list): Inlined function...
14168         (__reclaim_stacks): ... here.
14170 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14172         [BZ #15698]
14173         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
14174         memory overrun.
14176 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
14178         * Rules (make-test-out): Include
14179         LOCPATH=$(common-objpfx)localedata in default environment.
14180         * debug/Makefile (tst-chk1-ENV): Remove variable.
14181         (tst-chk2-ENV): Likewise.
14182         (tst-chk3-ENV): Likewise.
14183         (tst-chk4-ENV): Likewise.
14184         (tst-chk5-ENV): Likewise.
14185         (tst-chk6-ENV): Likewise.
14186         (tst-lfschk1-ENV): Likewise.
14187         (tst-lfschk2-ENV): Likewise.
14188         (tst-lfschk3-ENV): Likewise.
14189         (tst-lfschk4-ENV): Likewise.
14190         (tst-lfschk5-ENV): Likewise.
14191         (tst-lfschk6-ENV): Likewise.
14192         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
14193         (tst-iconv7-ENV): Likewise.
14194         * intl/Makefile (LOCPATH-ENV): Likewise.
14195         (tst-codeset-ENV): Likewise.
14196         (tst-gettext3-ENV): Likewise.
14197         (tst-gettext5-ENV): Likewise.
14198         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
14199         (tst-fopenloc-ENV): Likewise.
14200         (tst-fgetws-ENV): Remove variable.
14201         (tst-ungetwc1-ENV): Likewise.
14202         (tst-ungetwc2-ENV): Likewise.
14203         (bug-ungetwc2-ENV): Likewise.
14204         (tst-swscanf-ENV): Likewise.
14205         (bug-ftell-ENV): Likewise.
14206         (tst-fgetwc-ENV): Likewise.
14207         (tst-fseek-ENV): Likewise.
14208         (tst-ftell-partial-wide-ENV): Likewise.
14209         (tst-ftell-active-handler-ENV): Likewise.
14210         (tst-ftell-append-ENV): Likewise.
14211         * posix/Makefile (tst-fnmatch-ENV): Likewise.
14212         (tst-regexloc-ENV): Likewise.
14213         (bug-regex1-ENV): Likewise.
14214         (tst-regex-ENV): Likewise.
14215         (tst-regex2-ENV): Likewise.
14216         (bug-regex5-ENV): Likewise.
14217         (bug-regex6-ENV): Likewise.
14218         (bug-regex17-ENV): Likewise.
14219         (bug-regex18-ENV): Likewise.
14220         (bug-regex19-ENV): Likewise.
14221         (bug-regex20-ENV): Likewise.
14222         (bug-regex22-ENV): Likewise.
14223         (bug-regex23-ENV): Likewise.
14224         (bug-regex25-ENV): Likewise.
14225         (bug-regex26-ENV): Likewise.
14226         (bug-regex30-ENV): Likewise.
14227         (bug-regex32-ENV): Likewise.
14228         (bug-regex33-ENV): Likewise.
14229         (bug-regex34-ENV): Likewise.
14230         (bug-regex35-ENV): Likewise.
14231         (tst-rxspencer-ENV): Likewise.
14232         (tst-rxspencer-no-utf8-ENV): Likewise.
14233         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
14234         (tst-sscanf-ENV): Likewise.
14235         (tst-swprintf-ENV): Likewise.
14236         (tst-swscanf-ENV): Likewise.
14237         (test-vfprintf-ENV): Likewise.
14238         (scanf13-ENV): Likewise.
14239         (bug14-ENV): Likewise.
14240         (tst-grouping-ENV): Likewise.
14241         * stdlib/Makefile (tst-strtod-ENV): Likewise.
14242         (tst-strtod3-ENV): Likewise.
14243         (tst-strtod4-ENV): Likewise.
14244         (tst-strtod5-ENV): Likewise.
14245         (testmb2-ENV): Likewise./
14246         * string/Makefile (tst-strxfrm-ENV): Likewise.
14247         (tst-strxfrm2-ENV): Likewise.
14248         (bug-strcoll1-ENV): Likewise.
14249         (test-strcasecmp-ENV): Likewise.
14250         (test-strncasecmp-ENV): Likewise.
14251         * time/Makefile (tst-strptime-ENV): Likewise.
14252         (tst-ftime_l-ENV): Likewise.
14253         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
14254         (tst-mbrtowc-ENV): Likewise.
14255         (tst-wcrtomb-ENV): Likewise.
14256         (tst-mbrtowc2-ENV): Likewise.
14257         (tst-c16c32-1-ENV): Likewise.
14258         (tst-mbsnrtowcs-ENV): Likewise.
14260 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
14262         * manual/resource.texi (How to get information about the memory
14263         subsystem?): Fix typo.
14264         Reported by Peon de la Parra Ivan <peon@keba.com>
14266 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
14268         [BZ #16882]
14269         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
14270         (pthread_spin_lock): Branch out of spin loop to proper location.
14271         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
14272         (pthread_spin_lock): Likewise.
14274         * nptl/tst-spin4.c: New test.
14275         * nptl/Makefile (tests): Add tst-spin4.
14277 2014-06-03  Andreas Schwab  <schwab@suse.de>
14279         [BZ #15946]
14280         * resolv/res_send.c (send_dg): Reload file descriptor after
14281         calling reopen.
14283 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
14285         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14287 2014-06-03  Richard Henderson  <rth@redhat.com>
14289         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
14290         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
14291         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
14292         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
14293         in the SAVE_PID block.
14294         (__libc_vfork): New alias.
14295         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
14297         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
14298         child in registers, not on the stack.  Remove RESET_PID conditionals.
14299         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
14301 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14303         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14305 2014-06-03  Wilco  <wdijkstr@arm.com>
14307         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
14308         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
14309         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14310         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
14311         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
14312         Likewise.
14314 2014-06-03  Wilco  <wdijkstr@arm.com>
14316         * sysdeps/aarch64/fpu/math_private.h
14317         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
14318         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
14319         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
14320         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
14321         Fix declarations.
14323 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14325         * crypt/crypt-private.h: Include ufc-crypt.h.
14326         (__b64_from_24bit): Declare extern.
14327         * crypt/crypt_util.c(__b64_from_24bit): New function.
14328         (b64t): New static const variable.
14329         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
14330         (b64t): Remove variable.
14331         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
14332         * crypt/sha256-crypt.c: Include crypt-private.h.
14333         (b64t): Remove variable.
14334         (__sha256_crypt_r): Remove b64_from_24bit and replace
14335         with __b64_from_24bit.
14336         * crypt/sha512-crypt.c: Likewise.
14338 2014-06-02  Roland McGrath  <roland@hack.frob.com>
14340         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
14341         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
14342         Label the code __libc_vfork rather than __vfork.
14343         [!NOT_IN_libc] (vfork): Define as weak alias.
14344         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
14345         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
14346         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
14348 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14350         * malloc/malloc.c (malloc_info): Fix format specifier for
14351         n_mmaps.
14353 2014-06-02  Wilco  <wdijkstr@arm.com>
14355         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
14356         FPCR write.
14358 2014-06-02  Wilco  <wdijkstr@arm.com>
14360         [BZ #17009]
14361         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
14362         Rewrite to reduce FPCR/FPSR accesses.
14364 2014-06-01  David S. Miller  <davem@davemloft.net>
14366         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14368 2014-05-31  David S. Miller  <davem@davemloft.net>
14370         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
14371         to occur in round to nearest mode when |x| >= 2.0
14373 2014-05-30  Richard Henderson  <rth@twiddle.net>
14375         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
14376         (PSEUDO_RET_NOERRNO): Remove.
14377         (ret): Don't redefine.
14378         (ret_NOERRNO): Define in terms of ret.
14379         (ret_ERRVAL): Likewise.
14381         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
14382         use of PSEUDO_RET; perform the error check directly.
14384 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
14386         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
14387         with __int128_t.
14389 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14391         * malloc/malloc (malloc_info): Fix formatting.
14393 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14394             Roland McGrath  <roland@hack.frob.com>
14396         * malloc/malloc (malloc_info): Also print mmapped statistics.
14398 2014-05-30  Roland McGrath  <roland@hack.frob.com>
14400         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
14401         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
14403 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
14405         * malloc/malloc.c (malloc_info): Inline mi_arena.
14407 2014-05-29  Richard Henderson  <rth@twiddle.net>
14409         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
14410         Remove comma before expanding ASM_ARGS_##nr.
14411         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
14412         Make _x0 a strict output; make _x8 a strict input; adjust expansion
14413         of ASM_ARGS_##nr.
14414         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
14415         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
14416         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
14417         (ASM_ARGS_1): Add leading comma.
14419         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
14420         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
14421         to __errno_location.
14422         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
14423         Remove the expected plt for __errno_location.
14425         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14426         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
14427         call to __read_tp.
14429         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14430         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
14431         it and break it down.
14432         (DOCARGS_0, DOCARGS_1): Do nothing.
14433         (DOCARGS_2): Update to store into the new stack frame.
14434         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
14435         (UNDOCARGS_1): Update to restore from the new stack frame.
14436         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
14437         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
14439         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14440         (SINGLE_THREAD_P): New parameter for result regno.
14441         (PSEUDO): Update to match; use cbz instead of beq.
14443         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14444         Use ENTRY to define the _nocancel entry point.  Share the syscall
14445         and syscall error check paths with the cancel path.
14446         (PSEUDO_END): New.
14448         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
14449         whitespace; tabs before and after asm mnemonics.
14451 2014-05-29  Eric Wong  <normalperson@yhbt.net>
14453         [BZ #15132]
14454         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
14455         Call fstat64 or stat64 internally, depending on arguments passed.
14456         Replace stat buffer argument with file descriptor argument.
14457         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
14458         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
14459         Pass fd to __internal_statvfs instead of calling fstat64.
14460         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
14461         Pass fd to __internal_statvfs64 instead of calling fstat64.
14462         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
14463         Pass -1 to __internal_statvfs instead of calling stat64.
14464         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
14465         Pass -1 to __internal_statvfs64 instead of calling stat64.
14467 2014-05-28  Roland McGrath  <roland@hack.frob.com>
14469         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
14470         that was previously under [RESET_PID].
14471         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
14473         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
14474         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
14476 2014-05-27  Roland McGrath  <roland@hack.frob.com>
14478         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
14480         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
14481         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
14483 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
14485         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
14487 2014-05-27  Andreas Schwab  <schwab@suse.de>
14489         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
14490         TLS_INIT_TP macro.
14491         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
14492         * elf/rtld.c (init_tls, dl_main): Likewise.
14493         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
14494         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
14495         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
14496         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
14497         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
14498         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
14499         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
14500         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
14501         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
14502         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
14503         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
14504         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
14505         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
14506         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
14507         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
14508         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
14509         * sysdeps/generic/tls.h: Update description.
14511 2014-05-27  Will Newton  <will.newton@linaro.org>
14513         [BZ #16990]
14514         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
14515         and restore r2 rather than just restoring.
14517 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14519         [BZ #16724]
14520         * libio/tst-ftell-append.c: New test case.
14521         * libio/Makefile (tests): Add test case.
14522         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
14523         append mode.
14524         * libio/wfileops.c (do_ftell_wide): Likewise.
14526 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14528         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14530         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
14531         ...
14532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
14533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
14534         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
14535         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
14536         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
14537         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
14538         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
14539         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
14540         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
14541         Moved ...
14542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
14543         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
14544         Moved ...
14545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
14546         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
14547         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
14548         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
14549         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
14550         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
14551         ...
14552         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
14553         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
14554         Moved ...
14555         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
14556         here.
14557         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
14558         ...
14559         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
14560         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
14561         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
14563         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
14564         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
14565         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
14566         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
14568         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
14569         merge into ...
14570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
14571         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
14572         ...
14573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
14574         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
14575         ...
14576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
14577         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14578         Moved ...
14579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
14580         here.
14581         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14582         Moved ...
14583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
14584         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14585         Moved ...
14586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
14588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
14589         conditional [RESET_PID].
14590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
14591         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
14592         removed.
14593         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
14594         removed.
14596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
14597         <tcb-offsets.h>.
14598         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14599         (__libc_vfork): New strong alias.
14600         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
14601         removed.
14602         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
14603         Removed.
14605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
14606         <tcb-offsets.h>.
14607         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
14608         (__libc_vfork): New strong alias.
14609         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
14610         removed.
14611         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
14612         removed.
14614 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
14616         * malloc/malloc.c (mi_arena): New function.
14617         (malloc_info): Remove nested function mi_arena. Call non-nosted
14618         function mi_arena.
14620 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14622         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
14623         by insrwi.
14624         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
14625         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
14626         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
14627         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
14628         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
14629         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
14630         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
14632 2014-05-26  Andreas Schwab  <schwab@suse.de>
14634         [BZ #16984]
14635         * locale/programs/repertoire.c (repertoire_read): Add slash
14636         between I18NPATH element and file name.
14637         * locale/programs/locfile.c (locfile_read): Likewise.
14639 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14641         * nptl/pthread_mutexattr_settype.c
14642         (__pthread_mutexattr_settype):
14643         Disable lock elision for PTHREAD_MUTEX_NORMAL.
14645 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
14647         * nptl/tst-mutex5 (do_test):
14648         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
14650 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14652         * benchtests/README: Document 'init' directive.
14653         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
14654         BENCH_INIT.
14655         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
14656         (parse_file): Recognize 'init' directive.
14658 2014-05-26  Kyle McMartin  <kyle@redhat.com>
14660         [BZ #16796]
14661         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
14662         alignment of struct pthread.
14664 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
14666         [BZ #16878]
14667         * nscd/netgroupcache.c (addgetnetgrentX): Look for
14668         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14669         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
14670         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
14672 2014-05-25  Richard Henderson  <rth@twiddle.net>
14674         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14675         (SINGLE_THREAD_P_PIC): Remove.
14676         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
14677         (SINGLE_THREAD_P_PIC): Remove.
14679         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
14680         branch to syscall error ...
14681         (PSEUDO): ... here.
14682         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
14683         from __local_syscall_error to .Lsyscall_error.
14684         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
14685         (SYSCALL_ERROR): Update label name.
14687         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14688         Do not use DOARGS/UNDOARGS.
14689         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
14690         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
14691         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
14692         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
14693         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
14695         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
14696         block comment.
14698         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
14699         define if !NOT_IN_libc.
14700         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
14701         define with non-default symbol versions.
14703 2014-05-23  Richard Henderson  <rth@twiddle.net>
14705         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14706         (vfork, __vfork): Define via compat_symbol.
14708         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14709         [!HAVE_IFUNC] (vfork_compat): Remove.
14710         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14712 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14714         [BZ #16978]
14715         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14716         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14717         variable.
14719 2014-05-23  Richard Henderson  <rth@twiddle.net>
14721         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14722         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14723         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14724         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14726         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14727         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14728         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14729         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14730         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14731         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14732         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14733         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14734         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14735         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14736         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14737         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14738         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14739         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14740         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14741         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14742         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14743         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14744         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14745         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14746         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14747         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14748         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14749         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14750         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14751         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14752         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14753         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14754         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14755         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14756         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14757         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14758         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14759         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14760         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14761         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14762         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14763         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14764         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14765         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14766         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14767         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14768         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14769         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14770         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14771         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14772         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14773         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14774         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14775         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14776         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14777         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14778         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14779         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14780         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14781         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14783         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14784         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14785         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14786         before exiting on error.
14787         (__libc_vfork): New strong alias.
14788         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14789         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14791         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14792         that was previously under [RESET_PID].
14793         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14795         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14797 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14799         [BZ #16977]
14800         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14801         value when x - 1 is zero.
14802         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14803         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14804         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14805         0.0L for an argument of 1.0L.
14806         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14807         Likewise.
14808         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14809         value when x - 1 is zero.
14810         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14811         * sysdeps/i386/fpu/libm-test-ulps: Update.
14812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14814 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14816         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14817         alphasort and versionsort.
14819 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14821         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14822         macro.
14823         [copysignf]: Likewise.
14825 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14827         * crypt/md5-crypt.c: Fix formatting.
14829 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14831         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14832         (b64_from_24bit): New function.
14834 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14837         libc_hidden_builtin_def to ifunc.
14838         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14839         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14841 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14843         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14844         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14846 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14848         * nscd/Depend (linuxthreads): Remove.
14849         (nptl): Add.
14850         * resolv/Depend (linuxthreads): Remove.
14851         * rt/Depend (linuxthreads): Remove.
14853         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14854         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14855         $(common-objpfx)elf/.
14856         (link-libc-before-gnulib): Likewise.
14857         (elfobjdir): Remove variable.
14858         * Makefile (install): Use $(elf-objpfx) instead of
14859         $(common-objpfx)elf/.
14860         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14861         $(elfobjdir)/.
14862         (link-libc-deps): Likewise.
14863         ($(common-objpfx)libc.so): Likewise.
14864         ($(common-objpfx)linkobj/libc.so): Likewise.
14865         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14866         instead of $(common-objpfx)elf/.
14867         (symbolic-link-list): Likewise.
14868         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14869         [$(cross-compiling) = no]: Likewise.
14870         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14871         $(elfobjdir)/.
14872         (static-gnulib-arch): Likewise.
14873         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14874         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14875         $(common-objpfx)elf/.
14877 2014-05-21  Richard Henderson  <rth@redhat.com>
14879         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14880         (SINGLE_THREAD_P): Use the correct width load.  Fold
14881         into the ldr offset.
14883         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14884         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14886 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14888         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14889         (libgcc_s_resume): Use __attribute_used__.
14890         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14891         Likewise.
14893 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14895         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14896         optimization when used with float constants.
14898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14900 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14902         [BZ #16915]
14903         * locale/nl_langinfo_l.c: Make direct reference to every
14904         _nl_current_CATEGORY symbol.
14905         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14906         (tests-static): Add tst-langinfo-static.
14907         (tests-special): Add tst-langinfo-static.out.
14908         ($(objpfx)tst-langinfo.out): Redirect output.
14909         ($(objpfx)tst-langinfo-static.out): New.
14910         * localedata/tst-langinfo.sh: Send output to stdout.
14911         * localedata/tst-langinfo-static.c: New file.
14913         [BZ #16965]
14914         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14915         when the shift amount is modulo the limb size.
14917 2014-05-20  Richard Henderson  <rth@redhat.com>
14919         [BZ #16967]
14920         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14921         Change type of sa_flags from unsigned int to int.
14923         [BZ #16966]
14924         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14926         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14928 2014-05-20  Will Newton  <will.newton@linaro.org>
14930         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14931         Test the return value of the system call in the nocancel case.
14933 2014-05-20  Will Newton  <will.newton@linaro.org>
14934             Yvan Roux  <yvan.roux@linaro.org>
14936         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14937         #include of asm/ptrace.h.
14938         (PTRACE_GET_THREAD_AREA): Remove #undef.
14939         (PTRACE_GETHBPREGS): Likewise.
14940         (PTRACE_SETHBPREGS): Likewise.
14941         (struct user_regs_struct): New structure.
14942         (struct user_fpsimd_struct): New structure.
14943         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14944         #include of asm/ptrace.h and second #include of sys/user.h.
14945         (PTRACE_GET_THREAD_AREA): Remove #undef.
14946         (PTRACE_GETHBPREGS): Likewise.
14947         (PTRACE_SETHBPREGS): Likewise.
14948         (ELF_NGREG): Use new struct user_regs_struct.
14949         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14951 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14953         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14954         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14956 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14958         [BZ #16958]
14959         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14960         membar to avoid block loads/stores to overlap previous stores.
14962 2014-05-17  Richard Henderson  <rth@redhat.com>
14964         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14965         Create the __##syscall_name##_nocancel entry point.
14966         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14967         Remove; let the sysdep-cancel.h code create it.
14969 2014-05-17  David S. Miller  <davem@davemloft.net>
14971         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14972         Protect with __USE_GNU.
14973         (TIOCSET_TEMPT): Likewise.
14974         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14975         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14976         these are already provided in bits/ioctl-types.h
14978 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14980         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14981         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14983         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14984         Use wait4 regardless of [__NR_waitpid].
14986 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14988         PR libgcc/60166
14989         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14990         (_FP_NANSIGN_Q): Set the quiet bit.
14992 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14994         * benchtests/Makefile
14995         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14996         not $(common-objpfx)math/libm.so.
14997         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14998         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14999         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
15000         $(common-objpfx)dlfcn/libdl.so.
15001         ($(objpfx)tst-audit8): Depend on $(libm), not
15002         $(common-objpfx)math/libm.so.
15003         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
15004         not $(common-objpfx)dlfcn/libdl.so.
15005         * math/Makefile
15006         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
15007         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
15008         [$(build-shared) = yes].
15009         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
15010         $(common-objpfx)nptl/libpthread.so.
15011         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
15012         $(common-objpfx)math/libm.so$(libm.so-version) or
15013         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
15014         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
15015         $(common-objpfx)dlfcn/libdl.so.
15016         * setjmp/Makefile (link-libm): Remove variable.
15017         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
15018         * stdio-common/Makefile (link-libm): Remove variable.
15019         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
15020         * stdlib/Makefile (link-libm): Remove variable.
15021         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
15022         ($(objpfx)tst-strtod-round): Likewise.
15023         ($(objpfx)tst-tininess): Likewise.
15024         ($(objpfx)tst-strtod-underflow): Likewise.
15025         ($(objpfx)tst-strtod6): Likewise.
15026         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
15027         $(libdl), not $(common-objpfx)nptl/libpthread.so and
15028         $(common-objpfx)dlfcn/libdl.so.
15030 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15032         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
15033         BSD terminal modes definitions.
15035 2014-05-16  Roland McGrath  <roland@hack.frob.com>
15037         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
15038         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
15040         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
15041         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
15042         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
15043         Don't do #include_next.
15044         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
15045         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
15046         Don't do #include_next.
15047         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
15048         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
15049         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
15050         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
15052 2014-05-16  Allan McRae  <allan@archlinux.org>
15054         * po/sv.po: Update Swedish translation from translation project.
15056         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
15057         in sed expression.
15059 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
15061         [BZ #16917]
15062         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
15063         errno if the TIOCGPTN ioctl fails with an error different than
15064         EINVAL.
15065         * login/tst-ptsname.c: New file.
15066         * login/Makefile (tests): Add tst-ptsname.
15068         [BZ #16943]
15069         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
15070         and prlimit64.
15072 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15074         [BZ #16849]
15075         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
15076         herrno to return EAI_AGAIN.
15078 2014-05-14  Roland McGrath  <roland@hack.frob.com>
15080         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
15081         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
15082         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
15083         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
15084         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
15085         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
15086         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
15087         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
15088         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
15089         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
15090         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
15091         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
15092         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
15093         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
15094         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
15095         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
15096         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
15097         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
15098         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
15099         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
15100         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
15101         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
15102         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
15103         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
15104         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
15105         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
15106         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
15107         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
15108         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
15109         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
15110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
15111         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
15112         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
15113         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
15114         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
15115         Moved ...
15116         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
15117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
15118         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
15119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
15120         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
15121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
15122         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
15123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
15124         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
15125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
15126         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
15127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
15128         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
15129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
15130         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
15131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
15132         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
15133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
15134         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
15135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
15136         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
15137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
15138         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
15139         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
15140         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
15141         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
15142         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
15143         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
15144         Moved ...
15145         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
15146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
15147         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
15148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
15149         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
15150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
15151         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
15152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
15153         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
15154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
15155         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
15156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
15157         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
15158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
15159         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
15160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
15161         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
15162         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
15163         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
15164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
15165         Moved ...
15166         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
15167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
15168         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
15170         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
15171         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
15172         (libpthread-sysdep_routines): Add elision-related stuff here instead.
15173         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
15174         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
15175         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
15176         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
15177         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
15178         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
15179         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
15180         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
15181         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
15182         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
15183         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
15184         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
15185         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
15186         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
15187         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
15188         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
15189         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
15190         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
15191         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
15192         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
15193         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
15194         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
15195         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
15196         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
15197         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
15198         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
15199         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
15200         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
15202         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
15203         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
15205         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
15206         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
15207         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
15208         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
15209         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
15210         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
15211         Moved ...
15212         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
15213         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
15214         Moved ...
15215         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
15216         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
15217         Moved ...
15218         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
15219         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
15220         Moved ...
15221         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
15222         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
15223         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
15224         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
15225         Moved ...
15226         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
15227         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
15228         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
15229         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
15230         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
15231         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
15232         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
15233         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
15234         Moved ...
15235         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
15236         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15237         Moved ...
15238         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
15239         ... here.
15240         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
15241         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
15242         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
15243         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
15244         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15245         Moved ...
15246         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
15247         ... here.
15248         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
15249         Moved ...
15250         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
15251         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
15252         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
15253         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
15254         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
15255         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
15256         Moved ...
15257         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
15258         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
15259         Moved ...
15260         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
15261         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
15262         Moved ...
15263         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
15264         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
15265         Moved ...
15266         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
15267         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
15268         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
15269         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
15270         Moved ...
15271         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
15272         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
15273         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
15274         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
15275         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
15276         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
15277         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
15278         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
15279         Moved ...
15280         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
15281         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15282         Moved ...
15283         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
15284         ... here.
15285         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
15286         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
15287         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
15288         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
15289         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15290         Moved ...
15291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
15292         ... here.
15293         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
15294         Moved ...
15295         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
15296         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
15297         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
15298         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
15299         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
15300         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
15301         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
15302         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
15303         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
15304         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
15305         Moved ...
15306         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
15307         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
15308         Moved ...
15309         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
15310         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
15311         Moved ...
15312         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
15313         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
15314         Moved ...
15315         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
15316         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
15317         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
15318         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
15319         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
15320         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
15321         Moved ...
15322         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
15323         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
15324         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
15325         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
15326         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
15327         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
15328         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
15329         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
15330         Moved ...
15331         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
15332         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15333         Moved ...
15334         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
15335         ... here.
15336         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
15337         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
15338         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
15339         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
15340         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15341         Moved ...
15342         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
15343         ... here.
15344         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
15345         Moved ...
15346         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
15347         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
15348         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
15349         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
15350         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
15351         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
15352         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
15353         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
15354         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
15355         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
15356         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
15358         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
15359         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
15361         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
15362         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
15364         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
15365         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
15366         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
15367         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
15368         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
15369         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
15370         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
15371         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
15372         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
15373         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
15374         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
15375         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
15376         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
15377         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
15378         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
15379         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
15380         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
15381         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
15382         Moved ...
15383         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
15384         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
15385         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
15386         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
15387         Moved ...
15388         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
15389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
15390         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
15391         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
15392         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
15393         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
15394         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
15395         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
15396         Moved ...
15397         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
15398         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
15399         Moved ...
15400         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
15401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
15402         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
15403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
15404         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
15405         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
15406         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
15407         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
15408         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
15409         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
15410         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
15411         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
15412         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
15413         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
15414         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
15415         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
15416         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
15418         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
15419         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
15420         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
15421         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
15422         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
15424         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
15425         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
15426         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
15427         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
15428         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
15429         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
15430         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
15431         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
15432         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
15433         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
15435         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
15436         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
15438         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
15439         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
15440         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
15441         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
15442         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
15443         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
15444         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
15445         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
15446         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
15447         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
15448         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
15449         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
15450         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
15451         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
15452         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
15453         Update #include.
15454         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
15455         Likewise.
15456         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
15457         Likewise.
15458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
15459         Likewise.
15460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
15461         Likewise.
15462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
15463         Likewise.
15464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
15465         Likewise.
15466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
15467         Likewise.
15468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
15469         Likewise.
15470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
15471         Likewise.
15472         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
15473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
15474         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
15475         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
15476         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
15477         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
15478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
15479         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
15480         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
15481         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
15482         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
15483         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
15484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
15485         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
15486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
15488         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
15489         that was previously under [RESET_PID].
15490         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
15491         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
15492         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
15494         * sysdeps/i386/nptl/Implies: New file.
15495         * sysdeps/x86_64/nptl/Implies: New file.
15496         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
15497         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
15498         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
15499         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
15501         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
15502         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15503         (__libc_vfork): New strong alias.
15504         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
15505         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
15507         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
15508         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15509         (__libc_vfork): New strong alias.
15510         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
15511         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
15513         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
15514         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
15515         (__libc_vfork): New strong alias.
15516         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
15517         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
15518         * nptl/pt-vfork.c: New file.
15519         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
15520         (libpthread: GLIBC_2.20): New version set (empty).
15522 2014-05-14  Will Newton  <will.newton@linaro.org>
15524         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
15525         rather than #if.
15527 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15529         [BZ #16564]
15530         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
15531         arguments with exponent 65 or above.
15532         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
15533         arguments 0x1p113L or above.
15534         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
15535         to arguments 0x1p107L or above.
15536         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
15537         positive arguments with exponent 65 or above.
15538         * math/auto-libm-test-in: Add more tests of log1p.
15539         * math/auto-libm-test-out: Regenerated.
15541         [BZ #16928]
15542         * math/s_cacos.c (__cacos): Ensure zero real part of result from
15543         non-finite arguments is +0.
15544         * math/s_cacosf.c (__cacosf): Likewise.
15545         * math/s_cacosl.c (__cacosl): Likewise.
15546         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
15547         * sysdeps/i386/fpu/libm-test-ulps: Update.
15548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15550         [BZ #16927]
15551         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
15552         value.
15553         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
15554         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
15555         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
15556         for explicit high bit of mantissa when testing for argument equal
15557         to 1.
15558         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
15559         * sysdeps/i386/fpu/libm-test-ulps: Update.
15560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15562         [BZ #16516]
15563         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
15564         (__erf): Scale by 16 instead of 8 in potentially underflowing
15565         case.  Ensure exception if result actually underflows.
15566         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
15567         (__erff): Scale by 16 instead of 8 in potentially underflowing
15568         case.  Ensure exception if result actually underflows.
15569         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
15570         (efx8): Remove variable.
15571         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15572         case.  Ensure exception if result actually underflows.
15573         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
15574         (efx8): Remove variable.
15575         (__erfl): Scale by 16 instead of 8 in potentially underflowing
15576         case.  Ensure exception if result actually underflows.
15577         * sysdeps/ieee754/ldbl-96/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         * math/auto-libm-test-in: Add more tests of erf.
15582         * math/auto-libm-test-out: Regenerated.
15584 2014-05-14  Andreas Schwab  <schwab@suse.de>
15586         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
15587         Remove code conditionalized on USE___THREAD.
15589         * config.h.in (HAVE_PT_CHOWN): Define as 0.
15590         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
15591         not definedness.
15593 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
15595         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
15596         Define unconditionally.
15597         (__ASSUME_O_CLOEXEC): Likewise.
15598         (__ASSUME_SOCK_CLOEXEC): Likewise.
15599         (__ASSUME_IN_NONBLOCK): Likewise.
15600         (__ASSUME_PIPE2): Likewise.
15601         (__ASSUME_EVENTFD2): Likewise.
15602         (__ASSUME_SIGNALFD4): Likewise.
15603         (__ASSUME_DUP3): Likewise.
15604         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15605         (__ASSUME_DUP3): Do not define.
15606         (__ASSUME_EVENTFD2): Likewise.
15607         (__ASSUME_IN_NONBLOCK): Likewise.
15608         (__ASSUME_O_CLOEXEC): Likewise.
15609         (__ASSUME_PIPE2): Likewise.
15610         (__ASSUME_SIGNALFD4): Likewise.
15611         (__ASSUME_SOCK_CLOEXEC): Likewise.
15612         (__ASSUME_UTIMES): Undefine.
15613         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15614         (__ASSUME_UTIMES): Do not define.
15615         (__ASSUME_O_CLOEXEC): Likewise.
15616         (__ASSUME_SOCK_CLOEXEC): Likewise.
15617         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
15618         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
15619         0x020621].
15620         (__ASSUME_PIPE2): Likewise.
15621         (__ASSUME_EVENTFD2): Likewise.
15622         (__ASSUME_SIGNALFD4): Likewise.
15623         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
15624         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
15625         Do not define.
15626         (__ASSUME_EVENTFD2): Likewise.
15627         (__ASSUME_SIGNALFD4): Likewise.
15628         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
15629         (__ASSUME_32BITUIDS): Likewise.
15630         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
15631         (__ASSUME_IPC64): Likewise.
15632         (__ASSUME_ST_INO_64_BIT): Likewise.
15633         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
15634         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
15635         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15636         (__ASSUME_UTIMES): Do not define.
15637         (__ASSUME_PSELECT): Likewise.
15638         (__ASSUME_PPOLL): Likewise.
15639         (__ASSUME_O_CLOEXEC): Likewise.
15640         (__ASSUME_SOCK_CLOEXEC): Likewise.
15641         (__ASSUME_IN_NONBLOCK): Likewise.
15642         (__ASSUME_PIPE2): Likewise.
15643         (__ASSUME_EVENTFD2): Likewise.
15644         (__ASSUME_SIGNALFD4): Likewise.
15645         (__ASSUME_DUP3): Likewise.
15646         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15647         (__ASSUME_UTIMES): Likewise.
15648         (__ASSUME_O_CLOEXEC): Likewise.
15649         (__ASSUME_SOCK_CLOEXEC): Likewise.
15650         (__ASSUME_IN_NONBLOCK): Likewise.
15651         (__ASSUME_PIPE2): Likewise.
15652         (__ASSUME_EVENTFD2): Likewise.
15653         (__ASSUME_SIGNALFD4): Likewise.
15654         (__ASSUME_DUP3): Likewise.
15655         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15656         (__ASSUME_UTIMES): Likewise.
15657         (__ASSUME_O_CLOEXEC): Likewise.
15658         (__ASSUME_SOCK_CLOEXEC): Likewise.
15659         (__ASSUME_IN_NONBLOCK): Likewise.
15660         (__ASSUME_PIPE2): Likewise.
15661         (__ASSUME_EVENTFD2): Likewise.
15662         (__ASSUME_SIGNALFD4): Likewise.
15663         (__ASSUME_DUP3): Likewise.
15664         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
15665         Likewise.
15666         (__ASSUME_UTIMES): Likewise.
15667         (__ASSUME_EVENTFD2): Likewise.
15668         (__ASSUME_SIGNALFD4): Likewise.
15669         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15670         (__ASSUME_O_CLOEXEC): Likewise.
15671         (__ASSUME_SOCK_CLOEXEC): Likewise.
15672         (__ASSUME_IN_NONBLOCK): Likewise.
15673         (__ASSUME_PIPE2): Likewise.
15674         (__ASSUME_EVENTFD2): Likewise.
15675         (__ASSUME_SIGNALFD4): Likewise.
15676         (__ASSUME_DUP3): Likewise.
15677         (__ASSUME_UTIMES): Undefine.
15679         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
15680         feclearexcept.  Remove symbol versioning code.
15681         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
15682         symbol versioning code.
15683         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
15684         symbol versioning code.
15685         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
15686         feupdateenv.  Remove symbol versioning code.
15687         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
15688         fegetexceptflag.  Remove symbol versioning code.
15689         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
15690         fesetexceptflag.  Remove symbol versioning code.
15691         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
15692         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
15693         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
15694         (__posix_fadvise64_l32): Remove prototype.
15695         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
15696         code.
15698 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15700         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
15701         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
15702         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
15703         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
15705 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
15707         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15708         current working directory
15710 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15712         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15713         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15714         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15715         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15716         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15717         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15718         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15719         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15720         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15721         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15722         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15723         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15724         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15725         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15726         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15727         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15728         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15729         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15730         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15731         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15732         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15733         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15734         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15735         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15736         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15737         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15738         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15739         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15740         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15741         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15742         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15743         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15744         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15745         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15746         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15747         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15748         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15749         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15750         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15751         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15752         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15753         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15755         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15756         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15758         * sysdeps/unix/sysv/linux/arm/Makefile
15759         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15760         Add rt-aeabi_unwind_cpp_pr1.
15761         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15762         Add nptl-aeabi_unwind_cpp_pr1.
15763         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15764         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15765         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15766         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15767         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15768         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15770         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15771         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15772         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15773         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15775         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15776         Deconditionalize the code that was previously under [RESET_PID].
15777         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15779         * sysdeps/generic/exit-thread.h: New file.
15780         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15781         * include/unistd.h (__exit_thread): Remove declaration.
15782         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15783         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15784         * csu/libc-start.c: Include <exit-thread.h>.
15785         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15786         * nptl/pthread_create.c: Include <exit-thread.h>.
15787         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15788         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15789         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15790         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15791         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15792         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15793         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15794         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15795         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15796         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15797         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15798         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15799         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15800         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15801         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15802         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15803         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15805 2014-05-13  Andreas Schwab  <schwab@suse.de>
15807         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15809 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15811         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15812         (__ASSUME_UTIMES): Do not condition on kernel version.
15813         (__ASSUME_PSELECT): Define unconditionally.
15814         (__ASSUME_PPOLL): Likewise.
15815         (__ASSUME_ATFCTS): Likewise.
15816         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15817         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15818         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15819         (__ASSUME_UTIMENSAT): Define unconditionally.
15820         (__ASSUME_PRIVATE_FUTEX): Likewise.
15821         (__ASSUME_FALLOCATE): Likewise.
15822         (__ASSUME_O_CLOEXEC): Likewise.
15823         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15824         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15825         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15826         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15827         (__ASSUME_IN_NONBLOCK): Likewise.
15828         (__ASSUME_PIPE2): Likewise.
15829         (__ASSUME_EVENTFD2): Likewise.
15830         (__ASSUME_SIGNALFD4): Likewise.
15831         (__ASSUME_DUP3): Likewise.
15832         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15833         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15834         (__ASSUME_AT_RANDOM): Likewise.
15835         (__ASSUME_PREADV): Likewise.
15836         (__ASSUME_PWRITEV): Likewise.
15837         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15838         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15839         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15840         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15841         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15842         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15843         (__ASSUME_O_CLOEXEC): Define unconditionally.
15844         (__ASSUME_PSELECT): Do not undefine conditionally.
15845         (__ASSUME_PPOLL): Likewise.
15846         (__ASSUME_ATFCTS): Likewise.
15847         (__ASSUME_SET_ROBUST_LIST): Likewise.
15848         (__ASSUME_UTIMENSAT): Likewise.
15849         (__ASSUME_FDATASYNC): Define unconditionally.
15850         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15851         (__ASSUME_SIGFRAME_V2): Likewise.
15852         )__ASSUME_EVENTFD2): Likewise.
15853         (__ASSUME_SIGNALFD4): Likewise.
15854         (__ASSUME_PSELECT): Do not undefine conditionally.
15855         (__ASSUME_PPOLL): Likewise.
15856         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15857         (__ASSUME_PSELECT): Define unconditionally.
15858         (__ASSUME_PPOLL): Likewise.
15859         (__ASSUME_O_CLOEXEC): Likewise.
15860         (__ASSUME_SOCK_CLOEXEC): Likewise.
15861         (__ASSUME_IN_NONBLOCK): Likewise.
15862         (__ASSUME_PIPE2): Likewise.
15863         (__ASSUME_EVENTFD2): Likewise.
15864         (__ASSUME_SIGNALFD4): Likewise.
15865         (__ASSUME_DUP3): Likewise.
15866         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
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/mips/kernel-features.h
15875         (__ASSUME_EVENTFD2): Likewise.
15876         (__ASSUME_SIGNALFD4): Likewise.
15877         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15879 2014-05-12  Andreas Schwab  <schwab@suse.de>
15881         [BZ #16932]
15882         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15883         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15884         than maximum RPC packet size.
15885         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15886         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15887         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15888         (_nss_nis_getservbyport_r): Likewise.
15890 2014-05-12  Will Newton  <will.newton@linaro.org>
15892         * malloc/Makefile (tests): Add tst-mallopt.
15893         * malloc/tst-mallopt.c: New file.
15895 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15897         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15898         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15900 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15902         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15903         (tst-tlsmod6.so): Likewise.
15905 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15907         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15909 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15911         [BZ #16064]
15912         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15913         and <dl-procinfo.h>.
15914         (__fegetenv): Save SSE state in envp->__eip if supported.
15915         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15916         envp->__eip if supported.
15917         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15918         and <dl-procinfo.h>.
15919         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15920         __data_offset and __data_selector in environment to 0.  Set SSE
15921         state if supported.
15922         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15923         test-fenv-sse.
15924         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15925         -mfpmath=sse.
15926         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15928 2014-05-09  Will Newton  <will.newton@linaro.org>
15930         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15931         and libc_relro_required for ARM.
15932         * sysdeps/arm/preconfigure: Regenerate.
15934 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15935             Stefan Liebler  <stli@linux.vnet.ibm.com>
15937         * config.make.in (enable-lock-elision): New Makefile variable.
15938         * configure.ac: Likewise.
15939         * configure: Regenerate.
15940         * sysdeps/s390/configure.ac:
15941         Add check for gcc transactions support.
15942         * sysdeps/s390/configure: Regenerate.
15943         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15944         Build elision files if enabled.
15945         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15946         Add lock elision support for s390.
15947         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15948         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15949         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15950         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15951         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15952         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15953         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15954         Likewise.
15955         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15956         Likewise.
15957         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15958         Likewise.
15959         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15960         Likewise.
15961         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15962         (__lll_timedlock_elision, __lll_lock_elision)
15963         (__lll_unlock_elision, __lll_trylock_elision)
15964         (lll_timedlock_elision, lll_lock_elision)
15965         (lll_unlock_elision, lll_trylock_elision): Add.
15966         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15967         (pthread_mutex_t): Add lock elision support for s390.
15969 2014-05-14  Wilco  <wdijkstr@arm.com>
15971         * sysdeps/arm/fclrexcpt.c: Cleanup.
15972         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15973         * sysdeps/arm/feenablxcpt.c: Cleanup.
15974         * sysdeps/arm/fegetenv.c: Cleanup.
15975         * sysdeps/arm/fegetexcept.c: Cleanup.
15976         * sysdeps/arm/fegetround.c: Cleanup.
15977         * sysdeps/arm/feholdexcpt.c: Cleanup.
15978         * sysdeps/arm/fesetenv.c: Cleanup.
15979         * sysdeps/arm/fesetround.c: Cleanup.
15980         * sysdeps/arm/feupdateenv.c: Cleanup.
15981         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15982         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15983         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15984         * sysdeps/arm/ftestexcept.c: Cleanup.
15985         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15986         * sysdeps/arm/setfpucw.c: Cleanup.
15988 2014-05-09  Will Newton  <will.newton@linaro.org>
15990         * sysdeps/arm/armv7/strcmp.S: New file.
15991         * NEWS: Mention addition of ARMv7 optimized strcmp.
15993 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15995         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15996         look for %.ac rather than %.in.
15998         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15999         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
16000         * sysdeps/mach/hurd/configure: Regenerated.
16001         * sysdeps/unix/sysv/linux/configure: Regenerated.
16003         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
16005 2014-05-07  Steve Ellcey  <sellcey@mips.com>
16007         [BZ# 16922]
16008         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
16009         (LONG_SUB): Ditto.
16010         (PTR_SUB): Ditto.
16012 2014-05-07  Andreas Schwab  <schwab@suse.de>
16014         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
16015         when skipping over non-matching result from nscd.
16017 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
16019         [BZ #16876]
16020         * nptl/sockperf.c (client): Check socket return value.
16022         [BZ #16877]
16023         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
16024         nscd security class.
16026 2014-05-06  Roland McGrath  <roland@hack.frob.com>
16028         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
16029         * sysdeps/arm/unwind.h: ... here.
16031 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
16033         [BZ# 16916]
16034         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
16035         Define.
16037 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16039         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
16040         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
16041         multiarch strncpy for PPC64.
16042         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
16043         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
16044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
16045         multiarch optimizations.
16046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16047         (__libc_ifunc_impl_list): Likewise.
16048         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
16049         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
16050         multiarch stpncpy for PPC64.
16051         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
16052         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
16054 2014-05-06  Andreas Schwab  <schwab@suse.de>
16056         [BZ #16912]
16057         * gmon/mcount.c (_MCOUNT_DECL): Use
16058         atomic_compare_and_exchange_bool_acq instead of
16059         catomic_compare_and_exchange_bool_acq.
16061 2014-05-05  Roland McGrath  <roland@hack.frob.com>
16063         * elf/Makefile (others, install-bin): Remove pldd.
16064         (pldd-modules): Variable removed.
16065         ($(objpfx)pldd): Target removed.
16066         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
16067         (others, install-bin): Append pldd here.
16068         ($(objpfx)pldd): New target.
16070         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
16071         to 0, so the first #if test emitted later doesn't see it undefined.
16072         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
16073         * sysdeps/gnu/errlist.c: Regenerated.
16075 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16077         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
16078         [libc_hidden_builtin_def]: Define to empty value.
16079         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
16080         [libc_hidden_builtin_def]: Likewise.
16081         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
16082         [libc_hidden_builtin_def]: Likewise.
16083         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
16084         [libc_hidden_builtin_def]: Likewise.
16085         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
16086         __redirect_memcpy and define ifunc as default hidden symbol.
16087         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
16088         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
16090 2014-05-04  Adam Conrad  <adconrad@0c3.net>
16092         * locale/iso-4217.def: Reintroduce XDR currency.
16094 2014-05-04  Allan McRae  <allan@archlinux.org>
16096         * po/eo.po: Update Esperanto translation from translation project.
16098 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
16100         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
16101         and FEATURE_INDEX_MAX to 1.
16102         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
16104 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16106         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
16107         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
16108         * iconvdata/big5.c (ONE_DIRECTION): Define.
16109         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
16110         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
16111         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
16112         * iconvdata/cp932.c (ONE_DIRECTION): Define.
16113         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
16114         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
16115         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
16116         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
16117         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
16118         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
16119         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
16120         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
16121         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
16122         * iconvdata/gbk.c (ONE_DIRECTION): Define.
16123         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
16124         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
16125         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
16126         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
16127         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
16128         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
16129         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
16130         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
16131         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
16132         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
16133         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
16134         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
16135         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
16136         * iconvdata/iso646.c (ONE_DIRECTION): Define.
16137         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
16138         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
16139         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
16140         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
16141         * iconvdata/johab.c (ONE_DIRECTION): Define.
16142         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
16143         * iconvdata/sjis.c (ONE_DIRECTION): Define.
16144         * iconvdata/t.61.c (ONE_DIRECTION): Define.
16145         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
16146         * iconvdata/tscii.c (ONE_DIRECTION): Define.
16147         * iconvdata/uhc.c (ONE_DIRECTION): Define.
16148         * iconvdata/unicode.c (ONE_DIRECTION): Define.
16149         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
16150         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
16151         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
16153 2014-05-01  Roland McGrath  <roland@hack.frob.com>
16155         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
16156         (_IO_JUMPS_OFFSET): Define to 0.
16158         * nptl/sysdeps/pthread/bits/libc-lock.h
16159         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
16160         (__libc_lock_define_initialized_recursive): Always define using
16161         initializer.  Modern compilers treat uninitialized (implicit zero) and
16162         explicit zero initializers the same (i.e. put the datum in bss).
16164 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16166         * nscd/nscd-client.h: Include <string.h>.
16168 2014-05-01  David S. Miller  <davem@davemloft.net>
16170         [BZ #16885]
16171         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
16172         multiple zero bytes exist at the end of a string.
16173         Reported by Aurelien Jarno <aurelien@aurel32.net>
16175         * string/test-strcmp.c (check): Add explicit test for situations where
16176         there are multiple zero bytes after the first.
16178 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
16180         [BZ #16890]
16181         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
16182         when compiling wprintf.
16183         * stdio-common/tstdiomisc.c (t3): New function.
16184         (main): Call it.
16186 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16188         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
16189         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
16190         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
16191         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
16193 2014-05-01  Steve Ellcey  <sellcey@mips.com>
16195         * stdlib/longlong.h: Updated from GCC.
16197 2014-05-01  Will Newton  <will.newton@linaro.org>
16198             Bernard Ogden  <bernie.ogden@linaro.org>
16200         * NEWS: Update fixed bug list.
16202         [BZ #15119]
16203         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
16205 2014-04-30  David S. Miller  <davem@davemloft.net>
16207         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
16208         (libc_feholdexcept_setround_sparc_ctx): New function.
16209         (libc_fesetenv_sparc_ctx): Likewise.
16210         (libc_feupdateenv_sparc_ctx): Likewise.
16211         (libc_feholdsetround_sparc_ctx): Likewise.
16212         (libc_feholdexcept_setround_ctx): Define.
16213         (libc_feholdexcept_setroundf_ctx): Likewise.
16214         (libc_feholdexcept_setroundl_ctx): Likewise.
16215         (libc_fesetenv_ctx): Likewise.
16216         (libc_fesetenvf_ctx): Likewise.
16217         (libc_fesetenvl_ctx): Likewise.
16218         (libc_feupdateenv_ctx): Likewise.
16219         (libc_feupdateenvf_ctx): Likewise.
16220         (libc_feupdateenvl_ctx): Likewise.
16221         (libc_feresetround_ctx): Likewise.
16222         (libc_feresetroundf_ctx): Likewise.
16223         (libc_feresetroundl_ctx): Likewise.
16224         (libc_feholdsetround_ctx): Likewise.
16225         (libc_feholdsetroundf_ctx): Likewise.
16226         (libc_feholdsetroundl_ctx): Likewise.
16228         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16229         with __USE_GNU instead of XOPEN cpp guards.
16231         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
16232         0.
16234         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
16235         with XOPEN cpp guards.
16237 2014-04-30  Julian Brown  <julian@codesourcery.com>
16239         [BZ #16888]
16240         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
16241         handling.
16243 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
16245         [BZ #9894]
16246         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
16247         Change to 2.6.32.
16248         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
16249         * sysdeps/unix/sysv/linux/configure: Regenerated.
16250         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
16251         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
16252         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
16253         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
16254         * README: Update reference to required Linux kernel version.
16255         * manual/install.texi (Linux): Update reference to required Linux
16256         kernel headers version.
16257         * INSTALL: Regenerated.
16259         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
16260         header inclusion.
16261         [POSIX] (limits.h): Likewise.
16262         [POSIX] (math.h): Likewise.
16263         [POSIX] (sys/wait.h): Likewise.
16264         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
16265         function.
16266         [POSIX] (stddef.h): Do not allow header inclusion.
16268 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16270         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
16272 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
16274         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
16275         Return immediately after lll_futex_wake.
16277 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16279         [BZ #16791]
16280         * nscd/nscd-client.h (datahead_init_common): Initialize entire
16281         structure.
16282         (datahead_init_pos): Call datahead_init_common early.
16283         (datahead_init_neg): Likewise.
16285         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
16286         datahead_init_neg): New functions.
16287         * nscd/aicache.c (addhstaiX): Use them.
16288         * nscd/grpcache.c (cache_addgr): Likewise.
16289         * nscd/hstcache.c (cache_addhst): Likewise.
16290         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16291         * nscd/netgroupcache.c (do_notfound): Likewise.
16292         (addgetnetgrentX): Likewise.
16293         (addinnetgrX): Likewise.
16294         * nscd/pwdcache.c (cache_addpw): Likewise.
16295         * nscd/servicescache.c (cache_addserv): Likewise.
16297 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16298             Atsushi Onoe  <atsushi@onoe.org>
16300         [BZ #14308]
16301         [BZ #12994]
16302         [BZ #13651]
16303         * resolv/res_query.c (__libc_res_nsearch): Return if at least
16304         one response is valid.
16305         * resolv/res_send.c (send_dg): Check for validity of other
16306         response if the current response is a referral.
16308 2014-04-29  Steve Ellcey  <sellcey@mips.com>
16310         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
16312 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
16314         [BZ #16823]
16315         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
16316         Always divide by positive zero when computing -Inf result.
16317         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
16318         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
16320 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16322         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
16323         FPSCR if value do not change.
16324         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
16325         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
16326         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16327         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16328         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
16329         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
16330         function.
16332 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
16334         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
16335         * sysdeps/unix/sysv/linux/hppa: Move directory from
16336         ports/systeps/unix/sysv/linux/hppa.
16337         * README: Update listing for hppa-*-linux-gnu.
16339 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
16341         [BZ #16754]
16342         * manual/stdio.texi (Hook functions): Fix types of stream hook
16343         functions.
16344         [BZ #16854]
16345         * socket/sys/socket.h: Fix typo in comment.
16347 2014-04-28  Wilco  <wdijkstr@arm.com>
16349         * sysdeps/arm/fenv_private.h: New file.
16350         * sysdeps/arm/math_private.h: New file.
16351         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
16353 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
16355         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
16356         with __int128_t.
16357         (La_x86_64_retval): Likewise.
16359 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
16361         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
16362         fpsr if value didn't change.
16363         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
16364         to fpcr if value didn't change.
16365         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
16366         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
16367         fpsr or fpcr if value didn't change.
16368         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16369         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
16370         fpcr if value didn't change.
16371         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
16372         to fpsr if value didn't change.
16374 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16376         * nptl/tst-sem3.c: Use test-skeleton.c
16377         (main): Rename to do_test.  Use return instead of
16378         exit.
16379         * nptl/tst-sem4.c: Use test-skeleton.c
16380         (main): Rename to do_test.
16382 2014-04-22  David S. Miller  <davem@davemloft.net>
16384         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
16385         (struct sigaction): New struct member __glibc_reserved0, change
16386         type of sa_flags to int.
16388 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
16390         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
16391         (COUNT_LEADING_ZEROS_0): Define for AArch64.
16393 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
16395         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
16396         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
16398 2014-04-22  Will Newton  <will.newton@linaro.org>
16399             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
16401         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
16402         (__longjmp): Add longjmp and longjmp_target SystemTap
16403         probes.
16404         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
16405         (__sigsetjmp): Add setjmp SystemTap probe.
16407 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
16409         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
16410         match manual order.
16412 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16414         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
16416         * sysdeps/powerpc/fpu/fenv_private.h
16417         (libc_feholdexcept_setroundl_ctx): Define to
16418         libc_feholdexcept_setround_ppc_ctx.
16419         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
16420         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
16421         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
16422         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
16424 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16426         * sysdeps/aarch64/math-tests.h: New file.
16428 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
16430         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
16431         New.
16432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16433         Check and set bit_AVX2_Usable.
16434         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
16435         macro.
16436         (bit_AVX2): Likewise.
16437         (index_AVX2_Usable): Likewise.
16438         (CPUID_AVX2): Likewise.
16439         (HAS_AVX2): Likewise.
16441 2014-04-17  Will Newton  <will.newton@linaro.org>
16443         * manual/setjmp.texi (System V contexts): Add note that
16444         calling setcontext on a context created by a call to a
16445         signal handler is undefined.  Update text to note that
16446         setcontext from a signal handler is possible but not
16447         recommended.
16449         [BZ #16629]
16450         * stdlib/tst-setcontext.c: Include signal.h.
16451         (main): Check that the signal stack before and
16452         after swapcontext is the same.
16454         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
16455         Re-implement to restore registers in user code and avoid
16456         rt_sigreturn system call.
16458 2014-04-17  Wilco  <wdijkstr@arm.com>
16460         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
16461         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
16462         * math/test-fenv.c: Skip exception trap tests on targets which only
16463         support non-stop mode.
16465 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
16466             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16468         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
16469         (libc_feholdsetround_aarch64_ctx)
16470         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
16471         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
16472         (libc_feresetround_ctx, libc_feresetroundf_ctx)
16473         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
16474         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
16475         (libc_feresetround_noexl_ctx): Define.
16477 2014-04-16  Richard Henderson  <rth@redhat.com>
16479         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
16481         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
16482         unwind tables.
16484         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
16485         const from the non-libc, non-ldso copy.
16487         * sysdeps/alpha/libm-test-ulps: Regenerate.
16489 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
16490             Wilco Dijkstra  <wilco.dijkstra@arm.com>
16492         * sysdeps/aarch64/fpu/math_private.h: New file.
16494 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16496         * sysdeps/aarch64/libm-test-ulps: Regenerate.
16498 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
16500         [BZ #16275]
16501         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
16502         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
16503         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
16504         Intel MPX bound registers before _dl_profile_fixup.
16505         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
16506         registers after _dl_profile_fixup.  Save and restore bound
16507         registers bnd0/bnd1 when calling _dl_call_pltexit.
16508         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
16509         (LR_BND_OFFSET): Likewise.
16510         (LRV_BND0_OFFSET): Likewise.
16511         (LRV_BND1_OFFSET): Likewise.
16513 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16515         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
16516         to...
16517         * sysdeps/mach/hurd/i386/tls.h: ... here.
16518         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
16519         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
16520         fields.
16522 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16524         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
16526 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16528         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16530 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
16532         [BZ #14770]
16533         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
16534         * sysdeps/s390/configure: Regenerate.
16536         [BZ #16824]
16537         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
16538         Set round-to-nearest internally to reduce error accumulation.
16540 2014-04-16  Alan Modra  <amodra@gmail.com>
16542         [BZ #16740]
16543         [BZ #16619]
16544         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
16545         * math/libm-test.inc (frexp_test_data): Add tests.
16546         * NEWS: Update fixed bug list.
16548 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
16550         * benchtests/Makefile: Depend on libraries in build directory.
16551         (bench-math): Separate out math tests.
16552         (bench-pthread): Separate out pthread tests.
16553         (bench): Include math and pthread tests.
16555 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
16557         [BZ #16831]
16558         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
16559         _dl_debug_initialize.
16561         * configure.ac: Remove SELinux header check.
16562         * configure: Regenerate.
16563         * nscd/selinux.c (perms): Array of const char* to permission names.
16564         (nscd_request_avc_has_perm): Call security_deny_unknown to find
16565         default policy. Call string_to_security_class and string_to_av_perm to
16566         translate strings. Enforce default policy and call avs_has_perm with
16567         results of translated strings.
16569 2014-04-13  David S. Miller  <davem@davemloft.net>
16571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16573 2014-04-12  Allan McRae  <allan@archlinux.org>
16575         [BZ #16838]
16576         * manual/string.texi (Collation Functions): Fix qsort argument
16577         order in example.
16578         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
16580 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
16582         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
16583         Make the test a no-op if there are no exceptions defined.
16585 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
16587         * elf/Makefile (tests): make tst-dlopen-aout conditional on
16588         enable-hardcoded-path-in-tests
16590 2014-04-11  Will Newton  <will.newton@linaro.org>
16592         * benchtests/Makefile (extra-objs): Add json-lib.o.
16593         (bench-func): Tidy up JSON output.
16594         * benchtests/bench-skeleton.c: Include json-lib.h.
16595         (main): Use JSON library functions to do output of
16596         benchmark results.
16597         * benchtests/bench-timing-type.c (main): Output the
16598         timing type simply, leaving formatting to the user.
16599         * benchtests/json-lib.c: New file.
16600         * benchtests/json-lib.h: Likewise.
16602 2014-04-11  Torvald Riegel  <triegel@redhat.com>
16604         [BZ #15215]
16605         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
16606         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
16607         memory barriers.  Add comments.
16608         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
16609         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
16610         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
16611         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
16612         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
16613         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
16615 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16617         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
16618         * sysdeps/s390/s390-64/configure.ac: ... this ...
16619         * sysdeps/s390/configure.ac: ... to here.
16620         * sysdeps/s390/s390-32/configure: Delete file.
16621         * sysdeps/s390/s390-64/configure: Delete file.
16622         * sysdeps/s390/configure: Regenerate.
16624 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
16626         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
16628 2014-04-11  Will Newton  <will.newton@linaro.org>
16630         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
16631         to zero if it is not defined elsewhere.  (mtrim): Test
16632         the value of MALLOC_DEBUG with #if rather than #ifdef.
16634 2014-04-10 Torvald Riegel  <triegel@redhat.com>
16636         * benchtests/pthread_once-inputs: New file.
16637         * benchtests/pthread_once-source.c: New file.
16638         * benchtests/README: Update documentation.
16640 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
16641             H.J. Lu  <hongjiu.lu@intel.com>
16643         [BZ #16275]
16644         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
16645         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
16646         * sysdeps/x86_64/configure: Regenerated.
16647         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
16648         macro.
16649         (REGISTER_SAVE_RAX): Likewise.
16650         (REGISTER_SAVE_RCX): Likewise.
16651         (REGISTER_SAVE_RDX): Likewise.
16652         (REGISTER_SAVE_RSI): Likewise.
16653         (REGISTER_SAVE_RDI): Likewise.
16654         (REGISTER_SAVE_R8): Likewise.
16655         (REGISTER_SAVE_R9): Likewise.
16656         (REGISTER_SAVE_BND0): Likewise.
16657         (REGISTER_SAVE_BND1): Likewise.
16658         (REGISTER_SAVE_BND2): Likewise.
16659         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
16660         bound registers when calling _dl_fixup.
16662 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16664         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
16665         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
16666         of its definition.
16667         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
16668         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
16669         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
16670         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
16671         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
16672         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
16673         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
16675 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
16677         [BZ #15514]
16678         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
16679         pathconf(_PC_NAME_MAX).
16681 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16683         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
16684         Remove macro usage.
16685         (__PTHREAD_SPINS): Move definition to ...
16686         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16687         (__PTHREAD_SPINS): ... here.
16688         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16689         (__PTHREAD_SPIN): Likewise.
16690         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
16691         (__PTHREAD_SPIN): Likewise.
16692         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
16693         (__PTHREAD_SPIN): Likewise.
16694         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
16695         (__PTHREAD_SPIN): Likewise.
16696         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
16697         (__PTHREAD_SPIN): Likewise.
16698         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
16699         (__PTHREAD_SPIN): Likewise.
16700         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
16701         (__PTHREAD_SPIN): Likewise.
16702         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
16703         (__PTHREAD_SPIN): Likewise.
16704         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
16705         (__PTHREAD_SPIN): Likewise.
16706         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16707         (__PTHREAD_SPIN): Likewise.
16708         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16709         (__PTHREAD_SPIN): Likewise.
16710         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16711         (__PTHREAD_SPIN): Likewise.
16713         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16714         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16715         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16716         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16717         imply folder.
16718         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16719         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16720         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16721         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16722         correct imply path.
16723         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16724         strlen symbol for non multi-arch builds.
16725         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16726         missing hidden_def and weak_alias.
16728 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16730         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16732 2014-04-07  Will Newton  <will.newton@linaro.org>
16734         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16735         and contents.  [!_LIBC] Remove #ifndef and contents.
16736         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16737         * string/memccpy.c (__memccpy): Use ANSI prototype.
16738         * string/memfrob.c (memfrob): Likewise.
16739         * string/strcoll.c (STRCOLL): Likewise.
16740         * string/strlen.c (strlen): Likewise.
16741         * string/strtok.c (STRTOK): Likewise.
16742         * string/strcat.c: Remove unused #include of memcopy.h.
16743         (strcat): Use ANSI prototype.
16744         * string/strchr.c: Remove unused #include of memcopy.h.
16745         (strchr): Use ANSI prototype.
16746         * string/strcmp.c: Remove unused #include of memcopy.h.
16747         (strcmp): Use ANSI prototype.
16748         * string/strcpy.c: Remove unused #include of memcopy.h.
16749         (strcpy): Use ANSI prototype.
16751 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16753         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16754         * config.make.in (config-extra-cppflags): Set it from
16755         libc_extra_cppflags.
16756         * configure.ac (libc_extra_cflags): Make it accumulate over
16757         configure fragments.
16758         (libc_extra_cppflags): New flag.
16759         * configure. Regenerate.
16760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16761         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16762         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16765         [BZ #16815]
16766         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16767         result for FE_DOWNWARD rounding mode.
16768         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16769         Likewise.
16770         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16772 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16774         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16775         in function argument name.
16777 2014-04-03  David Svoboda  <svoboda@cert.org>
16779         [BZ #5666]
16780         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16781         explicitly.
16783 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16785         * elf/dl-unmap-segments.h: New file.
16786         * sysdeps/generic/ldsodefs.h
16787         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16788         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16789         * elf/dl-fptr.c: Likewise.
16790         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16791         * sysdeps/aarch64/tlsdesc.c: Likewise.
16792         * sysdeps/arm/tlsdesc.c: Likewise.
16793         * sysdeps/i386/tlsdesc.c: Likewise.
16794         * sysdeps/tile/dl-runtime.c: Likewise.
16795         * sysdeps/x86_64/tlsdesc.c: Likewise.
16796         * elf/dl-load.h: New file.
16797         * elf/dl-load.c: Include it.
16798         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16799         Macros moved to dl-load.h.
16800         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16801         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16802         Use _dl_unmap_segments in place of __munmap.
16803         Break out segment-mapping loop into ...
16804         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16806 2014-04-03  Will Newton  <will.newton@linaro.org>
16808         * elf/dl-lookup.c (do_lookup_x): Remove comment
16809         referring to nested function and move variable
16810         declarations down to before first use.
16812 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16814         [BZ #16799]
16815         [BZ #16800]
16816         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16817         with 0 numerator.
16818         * math/s_catanf.c (__catanf): Likewise.
16819         * math/s_catanh.c (__catanh): Likewise.
16820         * math/s_catanhf.c (__catanhf): Likewise.
16821         * math/s_catanhl.c (__catanhl): Likewise.
16822         * math/s_catanl.c (__catanl): Likewise.
16823         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16824         by positive zero when computing -Inf result.
16825         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16826         (catanh_test): Likewise.
16827         * sysdeps/i386/fpu/libm-test-ulps: Update.
16828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16830         [BZ #16789]
16831         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16832         instead of using underflowing value in computing result.
16833         * math/s_clog10.c (__clog10): Likewise.
16834         * math/s_clog10f.c (__clog10f): Likewise.
16835         * math/s_clog10l.c (__clog10l): Likewise.
16836         * math/s_clogf.c (__clogf): Likewise.
16837         * math/s_clogl.c (__clogl): Likewise.
16838         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16839         (clog10_test): Likewise.
16840         * sysdeps/i386/fpu/libm-test-ulps: Update.
16841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16843 2014-04-02  Alan Modra  <amodra@gmail.com>
16845         [BZ #16739]
16846         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16847         output when value is near a power of two.  Use int64_t for lx and
16848         remove casts.  Use decimal rather than hex exponent constants.
16849         Don't use long double multiplication when double will suffice.
16850         * math/libm-test.inc (nextafter_test_data): Add tests.
16851         * NEWS: Add 16739 and 16786 to bug list.
16853         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16855         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16857 2014-04-01  Will Newton  <will.newton@linaro.org>
16859         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16860         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16862 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16864         [BZ #13347]
16865         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16866         * nptl/tst-setuid2.c: New file.
16867         * nptl/Makefile (xtests): Add tst-setuid2.
16869 2014-04-01  Alan Modra  <amodra@gmail.com>
16871         [BZ #16786]
16872         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16874 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16876         [BZ #6803]
16877         [BZ #6804]
16878         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16879         set errno as appropriate.
16880         * math/w_scalbf.c (__scalbf): Likewise.
16881         * math/w_scalbl.c (__scalbl): Likewise.
16882         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16883         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16884         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16885         Add more NaN tests.
16887         [BZ #16349]
16888         * math/w_atan2.c: Include <errno.h>.
16889         (__atan2): Set errno for result underflowing to zero.
16890         * math/w_atan2f.c: Include <errno.h>.
16891         (__atan2f): Set errno for result underflowing to zero.
16892         * math/w_atan2l.c: Include <errno.h>.
16893         (__atan2l): Set errno for result underflowing to zero.
16894         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16895         tests.
16896         * math/auto-libm-test-out: Regenerated.
16898 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16900         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16901         Encode instruction correctly in little endian.
16902         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16903         Likewise.
16904         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16905         Likewise.
16906         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16907         Likewise.
16908         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16909         Likewise.
16911 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16913         [BZ #9894]
16914         * sysdeps/unix/sysv/linux/kernel-features.h
16915         [__sparc__ && !__arch64__ && !__sparc_v9__]
16916         (__ASSUME_SET_ROBUST_LIST): Do not define.
16917         [__sparc__ && !__arch64__ && !__sparc_v9__]
16918         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16919         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16920         Likewise.
16921         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16922         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16923         (__ASSUME_REQUEUE_PI): Likewise.
16924         (__ASSUME_SET_ROBUST_LIST): Likewise.
16925         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16926         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16927         Undefine.
16928         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16929         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16930         Likewise.
16931         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16932         Likewise.
16933         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16934         Likewise.
16935         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16936         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16937         Undefine.
16938         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16939         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16940         Likewise.
16942         [BZ #16648]
16943         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16944         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16945         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16947 2014-03-31  Will Newton  <will.newton@linaro.org>
16949         * benchtests/Makefile (bench): Add ffs and ffsll to list
16950         of tests.
16951         * benchtests/ffs-inputs: New file.
16952         * benchtests/ffsll-inputs: Likewise.
16954 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16956         [BZ #16770]
16957         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16958         too large before casting to int.
16959         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16960         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16961         * math/libm-test.inc (scalb_test_data): Add more tests.
16963 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16965         * benchtests/Makefile (DETAILED_OPT): New make option.
16966         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16967         set.
16968         * benchtests/bench-skeleton.c: Include stdbool.h.
16969         (main): Store and print timings per input.
16970         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16971         member to each argument value.
16972         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16973         (_print_arg_data): Initialize per-input timing to 0.
16975         * benchtests/Makefile (timing-type): New binary.
16976         (bench-clean): Also remove bench-timing-type.
16977         (bench): New target for timing-type.
16978         (bench-func): Print output in JSON format.
16979         * benchtests/bench-skeleton.c (main): Print output in JSON
16980         format.
16981         * benchtests/bench-timing-type.c: New file.
16982         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16983         (TIMING_PRINT_STATS): Remove.
16984         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16985         name separately.
16987         * benchtests/bench-modf.c: Remove.
16988         * benchtests/modf-inputs: New inputs file.
16990 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16992         [BZ #16362]
16993         * math/s_clog10.c (M_PI_LOG10E): New macro.
16994         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16995         imaginary parts are 0.
16996         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16997         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16998         imaginary parts are 0.
16999         * math/s_clog10l.c (M_PI_LOG10El): New macro.
17000         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
17001         imaginary parts are 0.
17002         * math/libm-test.inc (clog10_test_data): Update expected results
17003         for when real and imaginary parts are 0.
17005 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
17007         * elf/dl-load.c: Finish conversion of __builtin_expect into
17008         __glibc_{un}likely.
17010 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
17012         [BZ #16348]
17013         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
17014         1+x for argument with exponent below -67.
17015         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
17016         Likewise.
17017         * math/auto-libm-test-in: Add more tests of exp.
17018         * math/auto-libm-test-out: Regenerated.
17020 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17022         [BZ #16759]
17023         * inet/getnetgrent_r.c (get_nonempty_val): New function.
17024         (nscd_getnetgrent): Use it.
17026         [BZ #16760]
17027         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
17028         of stpcpy.
17030 2014-03-27  Andi Kleen  <ak@linux.intel.com>
17032         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
17033         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17034         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17035         (lll_robust_unlock): Remove out of line section. Use cfi
17036         intrinsics.
17037         (LLL_STUB_UNWIND_INFO*): Remove.
17038         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
17039         (lll_robust_lock, lll_cond_lock, lll_timedlock)
17040         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
17041         (lll_robust_unlock): Remove out of line section. Use cfi
17042         intrinsics.
17043         (LLL_STUB_UNWIND_INFO*): Remove.
17045 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17047         [BZ #16758]
17048         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
17049         blank values.
17051 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
17053         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
17055 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
17057         [BZ #16198]
17058         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
17059         fnstenv.
17060         * math/test-fenv-preserve.c: New file.
17061         * math/Makefile (tests): Add test-fenv-preserve.
17063 2014-03-26  Will Newton <will.newton@linaro.org>
17065         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
17067 2014-03-25  Roland McGrath  <roland@hack.frob.com>
17069         * scripts/versionlist.awk: Partition the version sets and emit all
17070         GLIBC_* (sorted) before all others (sorted).
17072 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17074         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
17075         GLIBC_2.2.5 version.
17077 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17079         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
17080         calls.
17082         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
17083         previous change.
17085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17087 2014-03-25  Andreas Schwab  <schwab@suse.de>
17089         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
17090         label to be used after in6ailist is initialized.
17092 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17094         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
17095         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17097 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
17099         [BZ #16357]
17100         [BZ #16599]
17101         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
17102         min_plus_half.
17103         (fp_formats): Update initializers.
17104         (init_fp_formats): Initialize new field.
17105         (output_for_one_input_case): Allow underflow for results up to
17106         min_plus_half.
17107         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
17108         * math/auto-libm-test-in: Don't mark some underflows from asin and
17109         atanh as spurious.
17110         * math/auto-libm-test-out: Regenerated.
17111         * sysdeps/i386/fpu/libm-test-ulps: Update.
17112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17114 2014-03-25  Andreas Schwab  <schwab@suse.de>
17116         * libio/Makefile (tst-ftell-partial-wide-ENV)
17117         (tst-ftell-active-handler-ENV): Define.
17119 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
17121         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
17123 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17125         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
17127 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17129         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
17130         * sysdeps/x86_64/fpu/multiarch/e_exp.c
17131         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
17133 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
17135         [BZ #16634]
17136         * elf/dl-load.c (open_verify): Add mode parameter.
17137         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
17138         (open_path): Change from boolean 'secure' to complete flag 'mode'
17139         (_dl_map_object): Adjust.
17140         * elf/Makefile (tests): Add tst-dlopen-aout.
17141         * elf/tst-dlopen-aout.c: New test.
17143 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
17145         [BZ #16714]
17146         * sysdeps/unix/sysv/linux/s390/bits/stat.h
17147         (struct stat): Rename member pad0 to __glibc_reserved0.
17149         [BZ #16712]
17150         * sysdeps/s390/s390-32/bits/wordsize.h
17151         (__WORDSIZE32_SIZE_ULONG): New define.
17152         * sysdeps/s390/s390-64/bits/wordsize.h
17153         (__WORDSIZE32_SIZE_ULONG): Likewise.
17154         * sysdeps/generic/stdint.h (SIZE_MAX):
17155         Define as UL if __WORDSIZE32_SIZE_ULONG.
17157         [BZ #16713]
17158         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
17159         (__glibc_reserved0): New variable.
17160         (sa_flags): Change type to int.
17162         * posix/Makefile (before-compile): Use += before-compile instead
17163         of a :=.
17165         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
17166         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
17168 2014-03-20  Andreas Schwab  <schwab@suse.de>
17170         [BZ #16743]
17171         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
17172         non-matching result from nscd.
17174 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17176         * scripts/bench.py: Moved to ...
17177         * benchtests/scripts/bench.py: ... here.
17178         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
17180 2014-03-24  Andreas Schwab  <schwab@suse.de>
17182         [BZ #16002]
17183         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
17184         alloca_account and account alloca use for struct in6ailist.
17186 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
17188         [BZ #16284]
17189         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
17190         rounding mode to recompute results that overflow to infinity or
17191         underflow to zero.
17192         * math/auto-libm-test-in: Don't mark tests as expected to fail for
17193         bug 16284.
17194         * math/auto-libm-test-out: Regenerated.
17195         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
17196         (ccosh_test): Likewise.
17197         (csin_test_data): Use plus_oflow.
17198         (csin_test): Use ALL_RM_TEST.
17199         (csinh_test_data): Use plus_oflow.
17200         (csinh_test): Use ALL_RM_TEST.
17201         * sysdeps/i386/fpu/libm-test-ulps: Update.
17202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17204 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
17206         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
17207         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
17208         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
17210         [BZ #16731]
17211         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
17212         when x - 1 is zero.
17213         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
17214         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
17215         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
17216         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
17217         argument is 1.
17218         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
17219         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
17220         zero.
17221         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
17222         * sysdeps/i386/fpu/libm-test-ulps: Update.
17223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17225 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17227         * scripts/bench.pl: Remove file.
17228         * scripts/bench.py: New benchmark script.
17229         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
17230         * benchtests/README: Mention python dependency.
17231         * scripts/pylintrc: New file.
17232         * scripts/pylint: New file.
17234         * bits/mathdef.h: Use #ifdef instead of #if.
17235         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
17236         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17237         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
17238         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17239         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
17240         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
17242 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17243             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17245         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
17246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
17247         and strpbrk-ppc64 objects.
17248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17249         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
17250         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
17251         multiarch strpbrk for POWER7.
17252         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
17253         multiarch strpbrk for PPC64.
17254         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
17255         ifunc selector.
17256         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
17257         strpbrk for POWER7.
17259 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17261         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
17262         (atan_test): Likewise.
17263         (atanh_test_data): Use NO_TEST_INLINE for two tests.
17264         (atanh_test): Use ALL_RM_TEST.
17265         (atan2_test_data): Likewise.
17266         (cabs_test): Likewise.
17267         (cacosh_test): Likewise.
17268         (carg_test): Likewise.
17269         (casin_test): Likewise.
17270         (casinh_test): Likewise.
17271         (cbrt_test): Likewise.
17272         (csqrt_test): Likewise.
17273         (erf_test): Likewise.
17274         (erfc_test): Likewise.
17275         (pow10_test): Likewise.
17276         (exp2_test): Likewise.
17277         (hypot_test): Likewise.
17278         (j0_test): Likewise.
17279         (j1_test): Likewise.
17280         (lgamma_test): Likewise.
17281         (gamma_test): Likewise.
17282         (sincos_test): Likewise.
17283         (tanh_test): Likewise.
17284         (y0_test): Likewise.
17285         (y1_test): Likewise.
17286         * sysdeps/i386/fpu/libm-test-ulps: Update.
17287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17289 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17291         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
17292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
17293         and strcspn-ppc64 objects.
17294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17295         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
17296         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
17297         multiarch strcspn for POWER7.
17298         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
17299         multiarch strcspn for PPC64.
17300         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
17301         ifunc selector.
17302         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
17303         strcspn for POWER7.
17305 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
17307         * math/gen-libm-test.pl (generate_testfile): Expect only function
17308         name as argument to AUTO_TESTS_* and pass results for all rounding
17309         modes to parse_args.
17310         (parse_auto_input): Separate inputs of automatic tests from
17311         outputs before storing in %auto_tests.
17312         * math/libm-test.inc (acos_test_data): Update call to
17313         AUTO_TESTS_f_f.
17314         (acos_test): Use ALL_RM_TEST.
17315         (acos_tonearest_test_data): Remove.
17316         (acos_test_tonearest): Likewise.
17317         (acos_towardzero_test_data): Likewise.
17318         (acos_test_towardzero): Likewise.
17319         (acos_downward_test_data): Likewise.
17320         (acos_test_downward): Likewise.
17321         (acos_upward_test_data): Likewise.
17322         (acos_test_upward): Likewise.
17323         (acosh_test_data): Update call to AUTO_TESTS_f_f.
17324         (asin_test_data): Likewise.
17325         (asin_test): Use ALL_RM_TEST.
17326         (asin_tonearest_test_data): Remove.
17327         (asin_test_tonearest): Likewise.
17328         (asin_towardzero_test_data): Likewise.
17329         (asin_test_towardzero): Likewise.
17330         (asin_downward_test_data): Likewise.
17331         (asin_test_downward): Likewise.
17332         (asin_upward_test_data): Likewise.
17333         (asin_test_upward): Likewise.
17334         (asinh_test_data): Update call to AUTO_TESTS_f_f.
17335         (atan_test_data): Likewise.
17336         (atanh_test_data): Likewise.
17337         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
17338         (cabs_test_data): Update call to AUTO_TESTS_c_f.
17339         (carg_test_data): Likewise.
17340         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
17341         (ccos_test_data): Update call to AUTO_TESTS_c_c.
17342         (ccosh_test_data): Likewise.
17343         (cexp_test_data): Likewise.
17344         (clog_test_data): Likewise.
17345         (clog10_test_data): Likewise.
17346         (cos_test_data): Update call to AUTO_TESTS_f_f.
17347         (cos_test): Use ALL_RM_TEST.
17348         (cos_tonearest_test_data): Remove.
17349         (cos_test_tonearest): Likewise.
17350         (cos_towardzero_test_data): Likewise.
17351         (cos_test_towardzero): Likewise.
17352         (cos_downward_test_data): Likewise.
17353         (cos_test_downward): Likewise.
17354         (cos_upward_test_data): Likewise.
17355         (cos_test_upward): Likewise.
17356         (cosh_test_data): Update call to AUTO_TESTS_f_f.
17357         (cosh_test): Use ALL_RM_TEST.
17358         (cosh_tonearest_test_data): Remove.
17359         (cosh_test_tonearest): Likewise.
17360         (cosh_towardzero_test_data): Likewise.
17361         (cosh_test_towardzero): Likewise.
17362         (cosh_downward_test_data): Likewise.
17363         (cosh_test_downward): Likewise.
17364         (cosh_upward_test_data): Likewise.
17365         (cosh_test_upward): Likewise.
17366         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
17367         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
17368         (ctan_test_data): Likewise.
17369         (ctan_test): Use ALL_RM_TEST.
17370         (ctan_tonearest_test_data): Remove.
17371         (ctan_test_tonearest): Likewise.
17372         (ctan_towardzero_test_data): Likewise.
17373         (ctan_test_towardzero): Likewise.
17374         (ctan_downward_test_data): Likewise.
17375         (ctan_test_downward): Likewise.
17376         (ctan_upward_test_data): Likewise.
17377         (ctan_test_upward): Likewise.
17378         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
17379         (ctanh_test): Use ALL_RM_TEST.
17380         (ctanh_tonearest_test_data): Remove.
17381         (ctanh_test_tonearest): Likewise.
17382         (ctanh_towardzero_test_data): Likewise.
17383         (ctanh_test_towardzero): Likewise.
17384         (ctanh_downward_test_data): Likewise.
17385         (ctanh_test_downward): Likewise.
17386         (ctanh_upward_test_data): Likewise.
17387         (ctanh_test_upward): Likewise.
17388         (erf_test_data): Update call to AUTO_TESTS_f_f.
17389         (erfc_test_data): Likewise.
17390         (exp_test_data): Likewise.
17391         (exp_test): Use ALL_RM_TEST.
17392         (exp_tonearest_test_data): Remove.
17393         (exp_test_tonearest): Likewise.
17394         (exp_towardzero_test_data): Likewise.
17395         (exp_test_towardzero): Likewise.
17396         (exp_downward_test_data): Likewise.
17397         (exp_test_downward): Likewise.
17398         (exp_upward_test_data): Likewise.
17399         (exp_test_upward): Likewise.
17400         (exp10_test_data): Update call to AUTO_TESTS_f_f.
17401         (exp10_test): Use ALL_RM_TEST.
17402         (exp10_tonearest_test_data): Remove.
17403         (exp10_test_tonearest): Likewise.
17404         (exp10_towardzero_test_data): Likewise.
17405         (exp10_test_towardzero): Likewise.
17406         (exp10_downward_test_data): Likewise.
17407         (exp10_test_downward): Likewise.
17408         (exp10_upward_test_data): Likewise.
17409         (exp10_test_upward): Likewise.
17410         (exp2_test_data): Update call to AUTO_TESTS_f_f.
17411         (expm1_test_data): Likewise.
17412         (expm1_test): Use ALL_RM_TEST.
17413         (expm1_tonearest_test_data): Remove.
17414         (expm1_test_tonearest): Likewise.
17415         (expm1_towardzero_test_data): Likewise.
17416         (expm1_test_towardzero): Likewise.
17417         (expm1_downward_test_data): Likewise.
17418         (expm1_test_downward): Likewise.
17419         (expm1_upward_test_data): Likewise.
17420         (expm1_test_upward): Likewise.
17421         (fma_test_data): Update call to AUTO_TESTS_fff_f.
17422         (fma_test): Use ALL_RM_TEST.
17423         (fma_towardzero_test_data): Remove.
17424         (fma_test_towardzero): Likewise.
17425         (fma_downward_test_data): Likewise.
17426         (fma_test_downward): Likewise.
17427         (fma_upward_test_data): Likewise.
17428         (fma_test_upward): Likewise.
17429         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
17430         (j0_test_data): Update call to AUTO_TESTS_f_f.
17431         (j1_test_data): Likewise.
17432         (jn_test_data): Update call to AUTO_TESTS_if_f.
17433         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
17434         (log_test_data): Update call to AUTO_TESTS_f_f.
17435         (log10_test_data): Likewise.
17436         (log1p_test_data): Likewise.
17437         (log2_test_data): Likewise.
17438         (pow_test_data): Update call to AUTO_TESTS_ff_f.
17439         (pow_tonearest_test_data): Likewise.
17440         (sin_test_data): Update call to AUTO_TESTS_f_f.
17441         (sin_test): Use ALL_RM_TEST.
17442         (sin_tonearest_test_data): Remove.
17443         (sin_test_tonearest): Likewise.
17444         (sin_towardzero_test_data): Likewise.
17445         (sin_test_towardzero): Likewise.
17446         (sin_downward_test_data): Likewise.
17447         (sin_test_downward): Likewise.
17448         (sin_upward_test_data): Likewise.
17449         (sin_test_upward): Likewise.
17450         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
17451         (sinh_test_data): Update call to AUTO_TESTS_f_f.
17452         (sinh_test): Use ALL_RM_TEST.
17453         (sinh_tonearest_test_data): Remove.
17454         (sinh_test_tonearest): Likewise.
17455         (sinh_towardzero_test_data): Likewise.
17456         (sinh_test_towardzero): Likewise.
17457         (sinh_downward_test_data): Likewise.
17458         (sinh_test_downward): Likewise.
17459         (sinh_upward_test_data): Likewise.
17460         (sinh_test_upward): Likewise.
17461         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
17462         (sqrt_test): Use ALL_RM_TEST.
17463         (sqrt_tonearest_test_data): Remove.
17464         (sqrt_test_tonearest): Likewise.
17465         (sqrt_towardzero_test_data): Likewise.
17466         (sqrt_test_towardzero): Likewise.
17467         (sqrt_downward_test_data): Likewise.
17468         (sqrt_test_downward): Likewise.
17469         (sqrt_upward_test_data): Likewise.
17470         (sqrt_test_upward): Likewise.
17471         (tan_test_data): Update call to AUTO_TESTS_f_f.
17472         (tan_test): Use ALL_RM_TEST.
17473         (tan_tonearest_test_data): Remove.
17474         (tan_test_tonearest): Likewise.
17475         (tan_towardzero_test_data): Likewise.
17476         (tan_test_towardzero): Likewise.
17477         (tan_downward_test_data): Likewise.
17478         (tan_test_downward): Likewise.
17479         (tan_upward_test_data): Likewise.
17480         (tan_test_upward): Likewise.
17481         (tanh_test_data): Update call to AUTO_TESTS_f_f.
17482         (tgamma_test_data): Likewise.
17483         (y0_test_data): Likewise.
17484         (y1_test_data): Likewise.
17485         (yn_test_data): Update call to AUTO_TESTS_if_f.
17486         (main): Do not call removed functions.
17488 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17490         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
17491         (ldexp_test_data): Remove.
17492         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
17493         scalbn_test_data.
17494         (scalb_test): Use ALL_RM_TEST.
17496 2014-03-19  Andreas Schwab  <schwab@suse.de>
17498         * nscd/nscd.service: Also invalidate netgroup cache on reload.
17500 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
17502         [BZ #16649]
17503         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17504         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
17505         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
17506         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17507         (__ASSUME_PREADV): Undefine.
17508         (__ASSUME_PWRITEV): Likewise.
17510 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17512         * bits/mman-linux.h: Add comment about non-Linux use.
17513         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
17514         bits/mman-linux.h resting place.
17516         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
17517         * bits/mman-linux.h: ... here.
17519 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17521         * conform/conformtest.pl: Add standard definition when calling C
17522         preprocessor on data files.
17523         (checknamespace): Remove unused variable.
17525 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17527         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
17528         minus_oflow, plus_uflow and minus_uflow in expected results.
17529         * math/libm-test.inc (scalbn_test_data): Add more tests of
17530         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
17531         minus_uflow.
17532         (scalbn_test): Use ALL_RM_TEST.
17533         (scalbln_test_data): Add more tests of negative arguments.  Use
17534         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
17535         (scalbln_test): Use ALL_RM_TEST.
17537 2014-03-18  Roland McGrath  <roland@hack.frob.com>
17539         * scripts/abilist.awk: Ignore symbols marked with .hidden.
17541 2014-03-18  Will Newton  <will.newton@linaro.org>
17543         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
17544         inaccurate comment.
17546 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
17548         * Makerules [!subdir] (check-abi): Exit with error status if a
17549         test failed.
17551 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17553         * math/libm-test.inc (nearbyint_test_data): Include all tests used
17554         for rint.  Include results for all rounding modes.
17555         (nearbyint_test): Use ALL_RM_TEST.
17556         (rint_test_data): Include all tests used for nearbyint.
17558 2014-03-17  Will Newton  <will.newton@linaro.org>
17560         * nptl/sysdeps/pthread/pthread.h: Revert previous
17561         change.
17563         * sysdeps/generic/ldsodefs.h: Revert previous
17564         change.
17566         * libio/genops.c: Revert previous change.
17567         * libio/libioP.h: Likewise.
17568         * stdio-common/vfprintf.c: Likewise.
17570         * sysdeps/generic/math_private.h: Revert previous
17571         change.
17573         * sysdeps/generic/math_private.h: Check whether
17574         HAVE_RM_CTX is defined with #ifdef rather
17575         than #if.
17577         * argp/argp-fmtstream.h: Check whether
17578         __STRICT_ANSI__ is defined with #ifdef rather
17579         than #if.
17580         * argp/argp.h: Likewise.
17582         * libio/genops.c: Check whether
17583         _IO_JUMPS_OFFSET is defined with #ifdef rather
17584         than #if.
17585         * libio/libioP.h: Likewise.
17586         * stdio-common/vfprintf.c: Likewise.
17588         * sysdeps/generic/ldsodefs.h: Check whether
17589         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
17590         than #if.
17592         * nptl/sysdeps/pthread/pthread.h: Check
17593         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
17594         its value.
17596 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17598         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
17599         setting O_APPEND.
17600         * libio/tst-ftell-active-handler.c (do_append_test): Add a
17601         test case.
17603         [BZ #16680]
17604         * libio/fileops.c (_IO_file_open): Seek to end of file but
17605         don't cache the offset.
17606         (get_file_offset): Remove function.
17607         (do_ftell): Use cached offset when available.
17608         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
17609         don't cache the offset.
17610         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
17611         case.
17612         (do_one_test): Call it.
17613         (do_ftell_test): Fix up expected old offset for a+ mode.
17614         * libio/wfileops.c (do_ftell_wide): Used cached offset when
17615         available.
17617         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
17618         up test status with function return status.
17619         (do_write_test): Likewise.
17620         (do_append_test): Likewise.
17622         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
17623         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
17624         Remove.
17626 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
17628         * math/gen-libm-test.pl (parse_args): Handle results specified for
17629         each rounding mode separately.
17630         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
17631         tests and results from lrint_tonearest_test_data,
17632         lrint_towardzero_test_data, lrint_downward_test_data and
17633         lrint_upward_test_data.
17634         (lrint_test): Use ALL_RM_TEST.
17635         (lrint_tonearest_test_data): Remove.
17636         (lrint_test_tonearest): Likewise.
17637         (lrint_towardzero_test_data): Likewise.
17638         (lrint_test_towardzero): Likewise.
17639         (lrint_downward_test_data): Likewise.
17640         (lrint_test_downward): Likewise.
17641         (lrint_upward_test_data): Likewise.
17642         (lrint_test_upward): Likewise.
17643         (llrint_test_data): Merge in per-rounding-mode tests and results
17644         from llrint_tonearest_test_data, llrint_towardzero_test_data,
17645         llrint_downward_test_data and llrint_upward_test_data.
17646         (llrint_test): Use ALL_RM_TEST.
17647         (llrint_tonearest_test_data): Remove.
17648         (llrint_test_tonearest): Likewise.
17649         (llrint_towardzero_test_data): Likewise.
17650         (llrint_test_towardzero): Likewise.
17651         (llrint_downward_test_data): Likewise.
17652         (llrint_test_downward): Likewise.
17653         (llrint_upward_test_data): Likewise.
17654         (llrint_test_upward): Likewise.
17655         (rint_test_data): Merge in per-rounding-mode tests and results
17656         from rint_tonearest_test_data, rint_towardzero_test_data,
17657         rint_downward_test_data and rint_upward_test_data.  Add
17658         per-rounding-mode results for tests not in those arrays.
17659         (rint_test): Use ALL_RM_TEST.
17660         (rint_tonearest_test_data): Remove.
17661         (rint_test_tonearest): Likewise.
17662         (rint_towardzero_test_data): Likewise.
17663         (rint_test_towardzero): Likewise.
17664         (rint_downward_test_data): Likewise.
17665         (rint_test_downward): Likewise.
17666         (rint_upward_test_data): Likewise.
17667         (rint_test_upward): Likewise.
17668         (main): Don't call removed functions.
17670 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17672         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
17673         "Compiled on ..." crapola.  It is anti-useful.
17675 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
17677         * scripts/evaluate-test.sh: Handle fourth argument to determine
17678         whether test run should stop on failure.
17679         * Makeconfig (stop-on-test-failure): New variable.
17680         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
17681         $(stop-on-test-failure).
17682         * Makefile (tests): Give a summary of results from testing and
17683         exit with failure status if they include an ERROR or FAIL.
17684         (xtests): Likewise.
17685         * manual/install.texi (Configuring and compiling): Mention
17686         stop-on-test-failure=y.
17687         * INSTALL: Regenerated.
17689 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17691         * scripts/versionlist.awk: New file.
17692         * Makerules [$(build-shared) = yes]
17693         (postclean-generated): Add Versions.def, not Versions.def.v and
17694         Versions.def.v.i.
17695         ($(common-objpfx)Versions.def.v.i): Target removed.
17696         ($(common-objpfx)Versions.def): New target.
17697         ($(common-objpfx)Versions.all): Depend on that rather that
17698         $(common-objpfx)Versions.def.v.
17699         * Versions.def: File removed.
17701         * Makeconfig (+gccwarn): Add -Wundef.
17702         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
17703         a dl-sysdep.h breaking its contract.
17704         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
17705         * include/stackinfo.h: New file.
17706         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17707         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17708         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17709         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17710         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17711         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17712         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17713         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17714         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17715         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17716         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17717         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17718         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17719         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17720         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17722 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17724         [BZ #16707]
17725         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17726         implementation.
17727         * math/libm-test.inc (round_test_data): Add more tests.
17729         [BZ #16706]
17730         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17731         implementation.
17732         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17734         [BZ #16701]
17735         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17736         implementation.
17737         * math/libm-test.inc (ceil_test_data): Add more tests.
17739         * math/libm-test.inc (trunc_test_data): Add more tests related to
17740         BZ#16414.
17742 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17744         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17745         with #if rather than #ifdef.
17746         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17748 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17750         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17751         first.  Disable AVX-512 GCC support if assembler doesn't support
17752         it.
17753         * sysdeps/x86_64/configure: Regenerated.
17755 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17757         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17758         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17759         (__old_pthread_attr_setstack): Likewise.
17760         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17761         [!_STACK_GROWS_DOWN]: Likewise.
17763 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17765         * config.make.in (have-bash2): Delete.
17766         * configure.ac (libc_cv_have_bash2): Delete.
17767         * configure: Regenerate.
17768         * elf/Makefile (common-ldd-rewrite): Rename to ...
17769         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17770         (sh-ldd-rewrite): Delete.
17771         (bash-ldd-rewrite): Delete.
17772         (have-bash2): Delete checks.
17773         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17774         ldd-rewrite.
17776         * config.make.in (have-ksh): Delete.
17777         (KSH): Delete.
17778         * configure.ac (libc_cv_have_ksh): Delete.
17779         * configure: Regenerate.
17781         * elf/Makefile: Delete $(have-ksh) check.
17782         ($(objpfx)sotruss): Change KSH to BASH.
17783         * elf/sotruss.ksh: Rename to ...
17784         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17785         function style to match POSIX.  Drop ksh vim mode setting.
17787         * manual/time.texi (Specifying the Time Zone with TZ): Change
17788         Tuesday to Thursday.
17790         * debug/tst-longjmp_chk2.c: Update header comment.
17791         (stackoverflow_handler): Add comment.  Call assert on pass value.
17793 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17795         [BZ #16194]
17796         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17797         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17798         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17799         (La_x86_64_vector): Add zmm.
17800         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17801         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17802         ($(objpfx)tst-audit10): New target.
17803         ($(objpfx)tst-audit10.out): Likewise.
17804         (tst-audit10-ENV): New.
17805         (AVX512-CFLAGS): Likewise.
17806         (CFLAGS-tst-audit10.c): Likewise.
17807         (CFLAGS-tst-auditmod10a.c): Likewise.
17808         (CFLAGS-tst-auditmod10b.c): Likewise.
17809         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17810         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17811         * sysdeps/x86_64/configure: Regenerated.
17812         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17813         AVX-512 zmm register support.
17814         (_dl_x86_64_save_sse): Likewise.
17815         (_dl_x86_64_restore_sse): Likewise.
17816         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17817         size vector registers.
17818         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17819         (ZMM_SIZE): Likewise.
17820         * sysdeps/x86_64/tst-audit10.c: New file.
17821         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17822         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17824 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17826         * configure.ac (HAVE_EHDR_START): New check.
17827         * configure: Regenerated.
17828         * config.h.in (HAVE_EHDR_START): New #undef.
17829         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17830         assuming the lowest-addressed segment maps the start of the file.
17832 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17834         * INSTALL: Regenerated.
17836 2014-03-13  Will Newton  <will.newton@linaro.org>
17838         * manual/setjmp.texi (System V contexts): Improve
17839         clarity and grammar of documentation.
17841 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17843         [BZ #16381]
17844         * elf/Makefile (tests): Add tst-pie2.
17845         (tests-pie): Add tst-pie2.
17846         * elf/tst-pie2.c: New file.
17847         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17848         for ET_EXEC.
17849         * elf/rtld.c (map_doit): Load executable as lt_executable.
17850         (dl_main): Likewise.
17852 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17854         [BZ #16642]
17855         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17856         (__ASSUME_PSELECT): Undefine.
17858 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17860         [BZ #16689]
17861         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17862         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17863         static build.
17864         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17865         selector for static builds.
17867 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17869         [BZ #16695]
17870         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17871         key in the buffer.
17873 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17875         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17876         IFUNC selector for static builds.
17878 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17880         * sysdeps/mips/math_private.h [__mips_hard_float]
17881         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17882         libc_feresetround_mips_ctx.
17883         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17884         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17885         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17887         [BZ #16677]
17888         * math/s_nextafter.c (__nextafter): Do not return value from
17889         overflowing computation.
17890         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17891         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17892         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17893         Likewise.
17894         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17895         Likewise.
17896         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17897         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17899 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17901         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17902         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17903         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17904         the new mov targetting sp.
17906 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17908         [BZ #16683]
17909         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17910         Define it for static builds as well.
17911         (NO_BZERO_IMPL): Likewise.
17913 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17915         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17916         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17917         multiarch strspn for PPC64.
17918         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17919         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17921         (__libc_ifunc_impl_list): Likewise.
17922         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17923         multiarch optimizations
17924         * string/strspn.c (strspn): Using macro to redefine symbol name.
17926 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17927             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17929         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17930         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17931         multiarch strncat for PPC64.
17932         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17933         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17934         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17935         (__libc_ifunc_impl_list): Likewise.
17936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17937         multiarch optimizations
17939 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17941         [BZ #16639]
17942         * nscd/nscd.service: Make service type forking.
17944 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17946         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17947         sign in non default rounding modes.
17948         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17950 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17952         * math/libm-test.inc (ALL_RM_TEST): New macro.
17953         (ceil_test): Use ALL_RM_TEST.
17954         (cimag_test): Likewise.
17955         (conj_test): Likewise.
17956         (copysign_test): Likewise.
17957         (cproj_test): Likewise.
17958         (creal_test): Likewise.
17959         (fabs_test): Likewise.
17960         (floor_test): Likewise.
17961         (fmax_test): Likewise.
17962         (fmin_test): Likewise.
17963         (fmod_test): Likewise.
17964         (fpclassify_test): Likewise.
17965         (frexp_test): Likewise.
17966         (ilogb_test): Likewise.
17967         (isfinite_test): Likewise.
17968         (finite_test): Likewise.
17969         (isgreater_test): Likewise.
17970         (isgreaterequal_test): Likewise.
17971         (isinf_test): Likewise.
17972         (isless_test): Likewise.
17973         (islessequal_test): Likewise.
17974         (islessgreater_test): Likewise.
17975         (isnan_test): Likewise.
17976         (isnormal_test): Likewise.
17977         (issignaling_test): Likewise.
17978         (isunordered_test): Likewise.
17979         (logb_test): Likewise.
17980         (logb_downward_test_data): Remove.
17981         (logb_test_downward): Likewise.
17982         (lround_test): Use ALL_RM_TEST.
17983         (llround_test): Likewise.
17984         (modf_test): Likewise.
17985         (nexttoward_test): Likewise.
17986         (remainder_test): Likewise.
17987         (drem_test): Likewise.
17988         (remainder_tonearest_test_data): Likewise.
17989         (remainder_test_tonearest): Likewise.
17990         (drem_test_tonearest): Likewise.
17991         (remainder_towardzero_test_data): Likewise.
17992         (remainder_test_towardzero): Likewise.
17993         (drem_test_towardzero): Likewise.
17994         (remainder_downward_test_data): Likewise.
17995         (remainder_test_downward): Likewise.
17996         (drem_test_downward): Likewise.
17997         (remainder_upward_test_data): Likewise.
17998         (remainder_test_upward): Likewise.
17999         (drem_test_upward): Likewise.
18000         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
18001         (round_test): Use ALL_RM_TEST.
18002         (signbit_test): Likewise.
18003         (trunc_test): Likewise.
18004         (significand_test): Likewise.
18005         (main): Don't call removed functions.
18007 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18009         [BZ #16674]
18010         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
18011         || __USE_XOPEN2K8].
18012         (ILL_ILLOPN): Likewise.
18013         (ILL_ILLADR): Likewise.
18014         (ILL_ILLTRP): Likewise.
18015         (ILL_PRVOPC): Likewise.
18016         (ILL_PRVREG): Likewise.
18017         (ILL_COPROC): Likewise.
18018         (ILL_BADSTK): Likewise.
18019         (FPE_INTDIV): Likewise.
18020         (FPE_INTOVF): Likewise.
18021         (FPE_FLTDIV): Likewise.
18022         (FPE_FLTOVF): Likewise.
18023         (FPE_FLTUND): Likewise.
18024         (FPE_FLTRES): Likewise.
18025         (FPE_FLTINV): Likewise.
18026         (FPE_FLTSUB): Likewise.
18027         (SEGV_MAPERR): Likewise.
18028         (SEGV_ACCERR): Likewise.
18029         (BUS_ADRALN): Likewise.
18030         (BUS_ADRERR): Likewise.
18031         (BUS_OBJERR): Likewise.
18032         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18033         (TRAP_TRACE): Likewise.
18034         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18035         __USE_XOPEN2K8].
18036         (CLD_KILLED): Likewise.
18037         (CLD_DUMPED): Likewise.
18038         (CLD_TRAPPED): Likewise.
18039         (CLD_STOPPED): Likewise.
18040         (CLD_CONTINUED): Likewise.
18041         (POLL_IN): Likewise.
18042         (POLL_OUT): Likewise.
18043         (POLL_MSG): Likewise.
18044         (POLL_ERR): Likewise.
18045         (POLL_PRI): Likewise.
18046         (POLL_HUP): Likewise.
18047         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
18048         Likewise.
18049         (ILL_ILLOPN): Likewise.
18050         (ILL_ILLADR): Likewise.
18051         (ILL_ILLTRP): Likewise.
18052         (ILL_PRVOPC): Likewise.
18053         (ILL_PRVREG): Likewise.
18054         (ILL_COPROC): Likewise.
18055         (ILL_BADSTK): Likewise.
18056         (FPE_INTDIV): Likewise.
18057         (FPE_INTOVF): Likewise.
18058         (FPE_FLTDIV): Likewise.
18059         (FPE_FLTOVF): Likewise.
18060         (FPE_FLTUND): Likewise.
18061         (FPE_FLTRES): Likewise.
18062         (FPE_FLTINV): Likewise.
18063         (FPE_FLTSUB): Likewise.
18064         (SEGV_MAPERR): Likewise.
18065         (SEGV_ACCERR): Likewise.
18066         (BUS_ADRALN): Likewise.
18067         (BUS_ADRERR): Likewise.
18068         (BUS_OBJERR): Likewise.
18069         (BUS_MCEERR_AR): Likewise.
18070         (BUS_MCEERR_AO): Likewise.
18071         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18072         (TRAP_TRACE): Likewise.
18073         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18074         __USE_XOPEN2K8].
18075         (CLD_KILLED): Likewise.
18076         (CLD_DUMPED): Likewise.
18077         (CLD_TRAPPED): Likewise.
18078         (CLD_STOPPED): Likewise.
18079         (CLD_CONTINUED): Likewise.
18080         (POLL_IN): Likewise.
18081         (POLL_OUT): Likewise.
18082         (POLL_MSG): Likewise.
18083         (POLL_ERR): Likewise.
18084         (POLL_PRI): Likewise.
18085         (POLL_HUP): Likewise.
18086         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
18087         (ILL_ILLOPN): Likewise.
18088         (ILL_ILLADR): Likewise.
18089         (ILL_ILLTRP): Likewise.
18090         (ILL_PRVOPC): Likewise.
18091         (ILL_PRVREG): Likewise.
18092         (ILL_COPROC): Likewise.
18093         (ILL_BADSTK): Likewise.
18094         (FPE_INTDIV): Likewise.
18095         (FPE_INTOVF): Likewise.
18096         (FPE_FLTDIV): Likewise.
18097         (FPE_FLTOVF): Likewise.
18098         (FPE_FLTUND): Likewise.
18099         (FPE_FLTRES): Likewise.
18100         (FPE_FLTINV): Likewise.
18101         (FPE_FLTSUB): Likewise.
18102         (SEGV_MAPERR): Likewise.
18103         (SEGV_ACCERR): Likewise.
18104         (BUS_ADRALN): Likewise.
18105         (BUS_ADRERR): Likewise.
18106         (BUS_OBJERR): Likewise.
18107         (BUS_MCEERR_AR): Likewise.
18108         (BUS_MCEERR_AO): Likewise.
18109         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18110         (TRAP_TRACE): Likewise.
18111         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18112         __USE_XOPEN2K8].
18113         (CLD_KILLED): Likewise.
18114         (CLD_DUMPED): Likewise.
18115         (CLD_TRAPPED): Likewise.
18116         (CLD_STOPPED): Likewise.
18117         (CLD_CONTINUED): Likewise.
18118         (POLL_IN): Likewise.
18119         (POLL_OUT): Likewise.
18120         (POLL_MSG): Likewise.
18121         (POLL_ERR): Likewise.
18122         (POLL_PRI): Likewise.
18123         (POLL_HUP): Likewise.
18124         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
18125         Likewise.
18126         (ILL_ILLOPN): Likewise.
18127         (ILL_ILLADR): Likewise.
18128         (ILL_ILLTRP): Likewise.
18129         (ILL_PRVOPC): Likewise.
18130         (ILL_PRVREG): Likewise.
18131         (ILL_COPROC): Likewise.
18132         (ILL_BADSTK): Likewise.
18133         (ILL_BADIADDR): Likewise.
18134         (ILL_BREAK): Likewise.
18135         (FPE_INTDIV): Likewise.
18136         (FPE_INTOVF): Likewise.
18137         (FPE_FLTDIV): Likewise.
18138         (FPE_FLTOVF): Likewise.
18139         (FPE_FLTUND): Likewise.
18140         (FPE_FLTRES): Likewise.
18141         (FPE_FLTINV): Likewise.
18142         (FPE_FLTSUB): Likewise.
18143         (FPE_DECOVF): Likewise.
18144         (FPE_DECDIV): Likewise.
18145         (FPE_DECERR): Likewise.
18146         (FPE_INVASC): Likewise.
18147         (FPE_INVDEC): Likewise.
18148         (SEGV_MAPERR): Likewise.
18149         (SEGV_ACCERR): Likewise.
18150         (SEGV_PSTKOVF): Likewise.
18151         (BUS_ADRALN): Likewise.
18152         (BUS_ADRERR): Likewise.
18153         (BUS_OBJERR): Likewise.
18154         (BUS_MCEERR_AR): Likewise.
18155         (BUS_MCEERR_AO): Likewise.
18156         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18157         (TRAP_TRACE): Likewise.
18158         (TRAP_BRANCH): Likewise.
18159         (TRAP_HWBKPT): Likewise.
18160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18161         __USE_XOPEN2K8].
18162         (CLD_KILLED): Likewise.
18163         (CLD_DUMPED): Likewise.
18164         (CLD_TRAPPED): Likewise.
18165         (CLD_STOPPED): Likewise.
18166         (CLD_CONTINUED): Likewise.
18167         (POLL_IN): Likewise.
18168         (POLL_OUT): Likewise.
18169         (POLL_MSG): Likewise.
18170         (POLL_ERR): Likewise.
18171         (POLL_PRI): Likewise.
18172         (POLL_HUP): Likewise.
18173         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
18174         (ILL_ILLOPN): Likewise.
18175         (ILL_ILLADR): Likewise.
18176         (ILL_ILLTRP): Likewise.
18177         (ILL_PRVOPC): Likewise.
18178         (ILL_PRVREG): Likewise.
18179         (ILL_COPROC): Likewise.
18180         (ILL_BADSTK): Likewise.
18181         (FPE_INTDIV): Likewise.
18182         (FPE_INTOVF): Likewise.
18183         (FPE_FLTDIV): Likewise.
18184         (FPE_FLTOVF): Likewise.
18185         (FPE_FLTUND): Likewise.
18186         (FPE_FLTRES): Likewise.
18187         (FPE_FLTINV): Likewise.
18188         (FPE_FLTSUB): Likewise.
18189         (SEGV_MAPERR): Likewise.
18190         (SEGV_ACCERR): Likewise.
18191         (BUS_ADRALN): Likewise.
18192         (BUS_ADRERR): Likewise.
18193         (BUS_OBJERR): Likewise.
18194         (BUS_MCEERR_AR): Likewise.
18195         (BUS_MCEERR_AO): Likewise.
18196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18197         (TRAP_TRACE): Likewise.
18198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18199         __USE_XOPEN2K8].
18200         (CLD_KILLED): Likewise.
18201         (CLD_DUMPED): Likewise.
18202         (CLD_TRAPPED): Likewise.
18203         (CLD_STOPPED): Likewise.
18204         (CLD_CONTINUED): Likewise.
18205         (POLL_IN): Likewise.
18206         (POLL_OUT): Likewise.
18207         (POLL_MSG): Likewise.
18208         (POLL_ERR): Likewise.
18209         (POLL_PRI): Likewise.
18210         (POLL_HUP): Likewise.
18211         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
18212         (ILL_ILLOPN): Likewise.
18213         (ILL_ILLADR): Likewise.
18214         (ILL_ILLTRP): Likewise.
18215         (ILL_PRVOPC): Likewise.
18216         (ILL_PRVREG): Likewise.
18217         (ILL_COPROC): Likewise.
18218         (ILL_BADSTK): Likewise.
18219         (FPE_INTDIV): Likewise.
18220         (FPE_INTOVF): Likewise.
18221         (FPE_FLTDIV): Likewise.
18222         (FPE_FLTOVF): Likewise.
18223         (FPE_FLTUND): Likewise.
18224         (FPE_FLTRES): Likewise.
18225         (FPE_FLTINV): Likewise.
18226         (FPE_FLTSUB): Likewise.
18227         (SEGV_MAPERR): Likewise.
18228         (SEGV_ACCERR): Likewise.
18229         (BUS_ADRALN): Likewise.
18230         (BUS_ADRERR): Likewise.
18231         (BUS_OBJERR): Likewise.
18232         (BUS_MCEERR_AR): Likewise.
18233         (BUS_MCEERR_AO): Likewise.
18234         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18235         (TRAP_TRACE): Likewise.
18236         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18237         __USE_XOPEN2K8].
18238         (CLD_KILLED): Likewise.
18239         (CLD_DUMPED): Likewise.
18240         (CLD_TRAPPED): Likewise.
18241         (CLD_STOPPED): Likewise.
18242         (CLD_CONTINUED): Likewise.
18243         (POLL_IN): Likewise.
18244         (POLL_OUT): Likewise.
18245         (POLL_MSG): Likewise.
18246         (POLL_ERR): Likewise.
18247         (POLL_PRI): Likewise.
18248         (POLL_HUP): Likewise.
18249         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
18250         (ILL_ILLOPN): Likewise.
18251         (ILL_ILLADR): Likewise.
18252         (ILL_ILLTRP): Likewise.
18253         (ILL_PRVOPC): Likewise.
18254         (ILL_PRVREG): Likewise.
18255         (ILL_COPROC): Likewise.
18256         (ILL_BADSTK): Likewise.
18257         (FPE_INTDIV): Likewise.
18258         (FPE_INTOVF): Likewise.
18259         (FPE_FLTDIV): Likewise.
18260         (FPE_FLTOVF): Likewise.
18261         (FPE_FLTUND): Likewise.
18262         (FPE_FLTRES): Likewise.
18263         (FPE_FLTINV): Likewise.
18264         (FPE_FLTSUB): Likewise.
18265         (SEGV_MAPERR): Likewise.
18266         (SEGV_ACCERR): Likewise.
18267         (BUS_ADRALN): Likewise.
18268         (BUS_ADRERR): Likewise.
18269         (BUS_OBJERR): Likewise.
18270         (BUS_MCEERR_AR): Likewise.
18271         (BUS_MCEERR_AO): Likewise.
18272         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18273         (TRAP_TRACE): Likewise.
18274         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18275         __USE_XOPEN2K8].
18276         (CLD_KILLED): Likewise.
18277         (CLD_DUMPED): Likewise.
18278         (CLD_TRAPPED): Likewise.
18279         (CLD_STOPPED): Likewise.
18280         (CLD_CONTINUED): Likewise.
18281         (POLL_IN): Likewise.
18282         (POLL_OUT): Likewise.
18283         (POLL_MSG): Likewise.
18284         (POLL_ERR): Likewise.
18285         (POLL_PRI): Likewise.
18286         (POLL_HUP): Likewise.
18287         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
18288         (ILL_ILLOPN): Likewise.
18289         (ILL_ILLADR): Likewise.
18290         (ILL_ILLTRP): Likewise.
18291         (ILL_PRVOPC): Likewise.
18292         (ILL_PRVREG): Likewise.
18293         (ILL_COPROC): Likewise.
18294         (ILL_BADSTK): Likewise.
18295         (ILL_DBLFLT): Likewise.
18296         (ILL_HARDWALL): Likewise.
18297         (FPE_INTDIV): Likewise.
18298         (FPE_INTOVF): Likewise.
18299         (FPE_FLTDIV): Likewise.
18300         (FPE_FLTOVF): Likewise.
18301         (FPE_FLTUND): Likewise.
18302         (FPE_FLTRES): Likewise.
18303         (FPE_FLTINV): Likewise.
18304         (FPE_FLTSUB): Likewise.
18305         (SEGV_MAPERR): Likewise.
18306         (SEGV_ACCERR): Likewise.
18307         (BUS_ADRALN): Likewise.
18308         (BUS_ADRERR): Likewise.
18309         (BUS_OBJERR): Likewise.
18310         (BUS_MCEERR_AR): Likewise.
18311         (BUS_MCEERR_AO): Likewise.
18312         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18313         (TRAP_TRACE): Likewise.
18314         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18315         __USE_XOPEN2K8].
18316         (CLD_KILLED): Likewise.
18317         (CLD_DUMPED): Likewise.
18318         (CLD_TRAPPED): Likewise.
18319         (CLD_STOPPED): Likewise.
18320         (CLD_CONTINUED): Likewise.
18321         (POLL_IN): Likewise.
18322         (POLL_OUT): Likewise.
18323         (POLL_MSG): Likewise.
18324         (POLL_ERR): Likewise.
18325         (POLL_PRI): Likewise.
18326         (POLL_HUP): Likewise.
18327         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
18328         (ILL_ILLOPN): Likewise.
18329         (ILL_ILLADR): Likewise.
18330         (ILL_ILLTRP): Likewise.
18331         (ILL_PRVOPC): Likewise.
18332         (ILL_PRVREG): Likewise.
18333         (ILL_COPROC): Likewise.
18334         (ILL_BADSTK): Likewise.
18335         (FPE_INTDIV): Likewise.
18336         (FPE_INTOVF): Likewise.
18337         (FPE_FLTDIV): Likewise.
18338         (FPE_FLTOVF): Likewise.
18339         (FPE_FLTUND): Likewise.
18340         (FPE_FLTRES): Likewise.
18341         (FPE_FLTINV): Likewise.
18342         (FPE_FLTSUB): Likewise.
18343         (SEGV_MAPERR): Likewise.
18344         (SEGV_ACCERR): Likewise.
18345         (BUS_ADRALN): Likewise.
18346         (BUS_ADRERR): Likewise.
18347         (BUS_OBJERR): Likewise.
18348         (BUS_MCEERR_AR): Likewise.
18349         (BUS_MCEERR_AO): Likewise.
18350         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
18351         (TRAP_TRACE): Likewise.
18352         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
18353         __USE_XOPEN2K8].
18354         (CLD_KILLED): Likewise.
18355         (CLD_DUMPED): Likewise.
18356         (CLD_TRAPPED): Likewise.
18357         (CLD_STOPPED): Likewise.
18358         (CLD_CONTINUED): Likewise.
18359         (POLL_IN): Likewise.
18360         (POLL_OUT): Likewise.
18361         (POLL_MSG): Likewise.
18362         (POLL_ERR): Likewise.
18363         (POLL_PRI): Likewise.
18364         (POLL_HUP): Likewise.
18365         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
18366         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18368         [BZ #16670]
18369         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
18370         before #include of <time.h>.
18371         [!__USE_XOPEN2K] (__need_timespec): Likewise.
18372         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
18373         (test-xfail-UNIX98/sched.h/conform): Likewise.
18375 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18377         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
18378         error absence of trapping exception support.
18379         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
18381 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
18383         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
18384         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
18385         * timezone/Makefile (testdata): Move definition above include of
18386         Rules.
18387         (test-zones): New variable.
18388         (tests-special): Add zone files.
18389         (build-testdata): Use $(evaluate-test).
18391         * elf/Makefile (tests-special): Rename tests to end with .out.
18392         ($(objpfx)noload-mem): Likewise.
18393         ($(objpfx)tst-leaks1-mem): Likewise.
18394         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
18395         * iconv/Makefile (xtests-special): Change test-iconvconfig to
18396         $(objpfx)test-iconvconfig.out.
18397         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
18398         set -e inside subshell and redirect output to file.
18399         * iconvdata/Makefile (generated): Rename tests to end with .out.
18400         Correct type.
18401         (tests-special): Rename tests to end with .out.
18402         ($(objpfx)mtrace-tst-loading): Likewise.
18403         * intl/Makefile (generated): Likewise.
18404         (tests-special): Likewise.
18405         ($(objpfx)mtrace-tst-gettext): Likewise.
18406         * misc/Makefile (generated): Likewise.
18407         (tests-special): Likewise.
18408         ($(objpfx)tst-error1-mem): Likewise.
18409         * nptl/Makefile (tests-special): Likewise.
18410         ($(objpfx)tst-stack3-mem): Likewise.
18411         (generated): Likewise.
18412         * posix/Makefile (generated): Likewise.
18413         (tests-special): Likewise.
18414         (xtests-special): Likewise.
18415         ($(objpfx)tst-fnmatch-mem): Likewise.
18416         ($(objpfx)bug-regex2-mem): Likewise.
18417         ($(objpfx)bug-regex14-mem): Likewise.
18418         ($(objpfx)bug-regex21-mem): Likewise.
18419         ($(objpfx)bug-regex31-mem): Likewise.
18420         ($(objpfx)tst-vfork3-mem): Likewise.
18421         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18422         ($(objpfx)tst-pcre-mem): Likewise.
18423         ($(objpfx)tst-boost-mem): Likewise.
18424         ($(objpfx)bug-ga2-mem): Likewise.
18425         ($(objpfx)bug-glob2-mem): Likewise.
18426         * resolv/Makefile (generate): Likewise.
18427         (tests-special): Likewise.
18428         (xtests-special): Likewise.
18429         (generated): Likewise.
18430         ($(objpfx)mtrace-tst-leaks): Likewise.
18431         ($(objpfx)mtrace-tst-leaks2): Likewise.
18433         * scripts/merge-test-results.sh: New file.
18434         * Makefile (tests-special-notdir): New variable.
18435         (tests): Run merge-test-results.sh.
18436         (xtests): Likewise.
18437         * Rules (tests-special-notdir): New variable.
18438         (xtests-special-notdir): Likewise.
18439         (tests): Run merge-test-results.sh
18440         (xtests): Likewise.
18442         * Makeconfig (test-xfail-name): New variable.
18443         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
18444         compute variable name for expected failures.
18445         * conform/Makefile (conformtest-headers-data): New variable.
18446         (conformtest-standards): Likewise.
18447         (conformtest-headers-ISO): Likewise.
18448         (conformtest-headers-ISO99): Likewise.
18449         (conformtest-headers-ISO11): Likewise.
18450         (conformtest-headers-POSIX): Likewise.
18451         (conformtest-headers-XPG3): Likewise.
18452         (conformtest-headers-XPG4): Likewise.
18453         (conformtest-headers-UNIX98): Likewise.
18454         (conformtest-headers-XOPEN2K): Likewise.
18455         (conformtest-headers-POSIX2008): Likewise.
18456         (conformtest-headers-XOPEN2K8): Likewise.
18457         (conformtest-header-list-base): Likewise.
18458         (conformtest-header-list-tests): Likewise.
18459         (conformtest-header-base): Likewise.
18460         (conformtest-header-tests): Likewise.
18461         (tests-special): Add $(conformtest-header-list-tests).  If
18462         [$(fast-check) && !$(cross-compiling)], add
18463         $(conformtest-header-tests) instead of
18464         $(objpfx)run-conformtest.out.
18465         (generated): Add $(conformtest-header-list-base).  If
18466         [$(fast-check) && !$(cross-compiling)], add
18467         $(conformtest-header-base).  Remove previous setting.
18468         ($(conformtest-header-list-tests)): New target.
18469         (test-xfail-run-conformtest): Remove variable.
18470         ($(objpfx)run-conformtest.out): Remove target.
18471         (test-xfail-ISO11/complex.h/conform): New variable.
18472         (test-xfail-ISO11/stdalign.h/conform): Likewise.
18473         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
18474         (test-xfail-XPG3/varargs.h/conform): Likewise.
18475         (test-xfail-XPG4/varargs.h/conform): Likewise.
18476         (test-xfail-UNIX98/varargs.h/conform): Likewise.
18477         (test-xfail-XPG4/ndbm.h/conform): Likewise.
18478         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
18479         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
18480         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
18481         (test-xfail-XPG3/fcntl.h/conform): Likewise.
18482         (test-xfail-XPG3/ftw.h/conform): Likewise.
18483         (test-xfail-XPG3/grp.h/conform): Likewise.
18484         (test-xfail-XPG3/langinfo.h/conform): Likewise.
18485         (test-xfail-XPG3/limits.h/conform): Likewise.
18486         (test-xfail-XPG3/pwd.h/conform): Likewise.
18487         (test-xfail-XPG3/search.h/conform): Likewise.
18488         (test-xfail-XPG3/signal.h/conform): Likewise.
18489         (test-xfail-XPG3/stdio.h/conform): Likewise.
18490         (test-xfail-XPG3/stdlib.h/conform): Likewise.
18491         (test-xfail-XPG3/string.h/conform): Likewise.
18492         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
18493         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
18494         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
18495         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
18496         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
18497         (test-xfail-XPG3/sys/types.h/conform): Likewise.
18498         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
18499         (test-xfail-XPG3/termios.h/conform): Likewise.
18500         (test-xfail-XPG3/time.h/conform): Likewise.
18501         (test-xfail-XPG3/unistd.h/conform): Likewise.
18502         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
18503         (test-xfail-XPG4/fcntl.h/conform): Likewise.
18504         (test-xfail-XPG4/langinfo.h/conform): Likewise.
18505         (test-xfail-XPG4/netdb.h/conform): Likewise.
18506         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
18507         (test-xfail-XPG4/signal.h/conform): Likewise.
18508         (test-xfail-XPG4/stdio.h/conform): Likewise.
18509         (test-xfail-XPG4/stdlib.h/conform): Likewise.
18510         (test-xfail-XPG4/stropts.h/conform): Likewise.
18511         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
18512         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
18513         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
18514         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
18515         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
18516         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
18517         (test-xfail-XPG4/sys/time.h/conform): Likewise.
18518         (test-xfail-XPG4/sys/types.h/conform): Likewise.
18519         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
18520         (test-xfail-XPG4/termios.h/conform): Likewise.
18521         (test-xfail-XPG4/ucontext.h/conform): Likewise.
18522         (test-xfail-XPG4/unistd.h/conform): Likewise.
18523         (test-xfail-XPG4/utmpx.h/conform): Likewise.
18524         (test-xfail-POSIX/sched.h/conform): Likewise.
18525         (test-xfail-POSIX/signal.h/conform): Likewise.
18526         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
18527         (test-xfail-POSIX/tar.h/conform): Likewise.
18528         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
18529         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
18530         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
18531         (test-xfail-UNIX98/netdb.h/conform): Likewise.
18532         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
18533         (test-xfail-UNIX98/sched.h/conform): Likewise.
18534         (test-xfail-UNIX98/signal.h/conform): Likewise.
18535         (test-xfail-UNIX98/stdio.h/conform): Likewise.
18536         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
18537         (test-xfail-UNIX98/stropts.h/conform): Likewise.
18538         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
18539         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
18540         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
18541         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
18542         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
18543         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
18544         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
18545         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
18546         (test-xfail-UNIX98/unistd.h/conform): Likewise.
18547         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
18548         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
18549         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
18550         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
18551         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
18552         (test-xfail-XOPEN2K/math.h/conform): Likewise.
18553         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
18554         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
18555         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
18556         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
18557         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
18558         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
18559         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
18560         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
18561         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
18562         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
18563         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
18564         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
18565         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
18566         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
18567         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
18568         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
18569         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
18570         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
18571         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
18572         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
18573         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
18574         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
18575         (test-xfail-POSIX2008/signal.h/conform): Likewise.
18576         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
18577         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
18578         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
18579         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
18580         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
18581         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
18582         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
18583         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
18584         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
18585         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
18586         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
18587         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
18588         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
18589         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
18590         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
18591         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
18592         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
18593         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
18594         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
18595         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
18596         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18597         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
18598         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
18599         (conformtest-cc-flags): Likewise.
18600         ($(conformtest-header-tests): New target.
18601         * conform/check-header-lists.sh: New file.
18602         * conform/run-conformtest.sh: Remove.
18604         * conform/conformtest.pl: Allow ' and \ in values given for
18605         constants.
18606         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
18607         inclusion.
18608         [POSIX] (sys/types.h): Likewise.
18609         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
18610         inclusion.
18611         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
18612         inclusion.
18613         * conform/data/signal.h-data (SIGIO): Remove expectation.
18614         [XPG3] (SIGBUS): Do not expect.
18615         [POSIX || XPG3] (SIGPOLL): Likewise.
18616         [POSIX || XPG3] (SIGPROF): Likewise.
18617         [POSIX || XPG3] (SIGSYS): Likewise.
18618         [XPG3] (SIGTRAP): Likewise.
18619         [POSIX || XPG3] (SIGURG): Likewise.
18620         [POSIX || XPG3] (SIGVTALRM): Likewise.
18621         [POSIX || XPG3] (SIGXCPU): Likewise.
18622         [POSIX || XPG3] (SIGXFSZ): Likewise.
18623         [POSIX] (SA_SIGINFO): Expect.
18624         [XPG3] (siginfo_t): Do not expect type or contents.
18625         [POSIX] (si_pid): Do not expect element.
18626         [POSIX] (si_uid): Likewise.
18627         [POSIX] (si_addr): Likewise.
18628         [POSIX] (si_status): Likewise.
18629         [POSIX] (si_band): Likewise.
18630         [XPG4] (si_value): Likewise.
18631         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
18632         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
18633         [POSIX || XPG3] (ILL_ILLADR): Likewise.
18634         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
18635         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
18636         [POSIX || XPG3] (ILL_PRVREG): Likewise.
18637         [POSIX || XPG3] (ILL_COPROC): Likewise.
18638         [POSIX || XPG3] (ILL_BADSTK): Likewise.
18639         [POSIX || XPG3] (FPE_INTDIV): Likewise.
18640         [POSIX || XPG3] (FPE_INTOVF): Likewise.
18641         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
18642         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
18643         [POSIX || XPG3] (FPE_FLTUND): Likewise.
18644         [POSIX || XPG3] (FPE_FLTRES): Likewise.
18645         [POSIX || XPG3] (FPE_FLTINV): Likewise.
18646         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
18647         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
18648         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
18649         [POSIX || XPG3] (BUS_ADRALN): Likewise.
18650         [POSIX || XPG3] (BUS_ADRERR): Likewise.
18651         [POSIX || XPG3] (BUS_OBJERR): Likewise.
18652         [POSIX || XPG3] (CLD_EXITED): Likewise.
18653         [POSIX || XPG3] (CLD_KILLED): Likewise.
18654         [POSIX || XPG3] (CLD_DUMPED): Likewise.
18655         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
18656         [POSIX || XPG3] (CLD_STOPPED): Likewise.
18657         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
18658         [POSIX || XPG3] (POLL_IN): Likewise.
18659         [POSIX || XPG3] (POLL_OUT): Likewise.
18660         [POSIX || XPG3] (POLL_MSG): Likewise.
18661         [POSIX || XPG3] (POLL_ERR): Likewise.
18662         [POSIX || XPG3] (POLL_PRI): Likewise.
18663         [POSIX || XPG3] (POLL_HUP): Likewise.
18664         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
18665         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
18666         (SIG*): Do not allow.
18667         [XPG3] (si_*): Likewise.
18668         [XPG3] (SI_*): Likewise.
18669         [XPG3 || XPG4] (sigev_*): Likewise.
18670         [XPG3 || XPG4] (SIGEV_*): Likewise.
18671         [XPG3 || XPG4] (sival_*): Likewise.
18672         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
18673         [POSIX || XPG3] (BUS_*): Likewise.
18674         [POSIX || XPG3] (CLD_*): Likewise.
18675         [POSIX || XPG3] (FPE_*): Likewise.
18676         [POSIX || XPG3] (ILL_*): Likewise.
18677         [POSIX || XPG3] (POLL_*): Likewise.
18678         [POSIX || XPG3] (SEGV_*): Likewise.
18679         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
18680         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
18681         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
18682         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
18683         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
18684         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
18685         Specify type and value.
18686         (TVERSLEN): Likewise.
18687         (REGTYPE): Likewise.
18688         (AREGTYPE): Likewise.
18689         (LNKTYPE): Likewise.
18690         (SYMTYPE): Likewise.
18691         (CHRTYPE): Likewise.
18692         (BLKTYPE): Likewise.
18693         (DIRTYPE): Likewise.
18694         (FIFOTYPE): Likewise.
18695         (CONTTYPE): Likewise.
18696         (TSUID): Likewise.
18697         (TSGID): Likewise.
18698         (TSVTX): Likewise.
18699         (TUREAD): Likewise.
18700         (TUWRITE): Likewise.
18701         (TUEXEC): Likewise.
18702         (TGREAD): Likewise.
18703         (TGWRITE): Likewise.
18704         (TGEXEC): Likewise.
18705         (TOREAD): Likewise.
18706         (TOWRITE): Likewise.
18707         (TOEXEC): Likewise.
18708         [POSIX] (TSVTX): Expect constant.
18710 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
18712         * Makefile (tests): Change dependencies to ....
18713         (tests-special): ... additions to this variable.
18714         (tests): Depend on $(tests-special).
18715         * Makerules (check-abi-list): New variable.
18716         (check-abi): Depend on $(check-abi-list).
18717         [$(subdir) = elf] (tests-special): Add
18718         $(objpfx)check-abi-libc.out.
18719         [$(build-shared) = yes && subdir] (tests-special): Add
18720         $(check-abi-list).
18721         [$(build-shared) = yes && subdir] (tests): Do not depend on
18722         check-abi.
18723         * Rules (tests): Depend on $(tests-special).
18724         (xtests): Depend on $(xtests-special).
18725         * catgets/Makefile (tests): Change dependencies to ....
18726         (tests-special): ... additions to this variable.
18727         * conform/Makefile (tests): Change dependencies to ....
18728         (tests-special): ... additions to this variable.
18729         * elf/Makefile (tests): Change dependencies to ....
18730         (tests-special): ... additions to this variable.
18731         * grp/Makefile (tests): Change dependencies to ....
18732         (tests-special): ... additions to this variable.
18733         * iconv/Makefile (xtests): Change dependencies to ....
18734         (xtests-special): ... additions to this variable.
18735         * iconvdata/Makefile (tests): Change dependencies to ....
18736         (tests-special): ... additions to this variable.
18737         * intl/Makefile (tests): Change dependencies to ....
18738         (tests-special): ... additions to this variable.  Also add
18739         $(objpfx)tst-gettext.out.
18740         * io/Makefile (tests): Change dependencies to ....
18741         (tests-special): ... additions to this variable.
18742         * libio/Makefile (tests): Change dependencies to ....
18743         (tests-special): ... additions to this variable.
18744         * malloc/Makefile (tests): Change dependencies to ....
18745         (tests-special): ... additions to this variable.
18746         * misc/Makefile (tests): Change dependencies to ....
18747         (tests-special): ... additions to this variable.
18748         * nptl/Makefile (tests): Change dependencies to ....
18749         (tests-special): ... additions to this variable.
18750         * nptl_db/Makefile (tests): Change dependencies to ....
18751         (tests-special): ... additions to this variable.
18752         * posix/Makefile (tests): Change dependencies to ....
18753         (tests-special): ... additions to this variable.
18754         (xtests): Change dependencies to ....
18755         (xtests-special): ... additions to this variable.
18756         * resolv/Makefile (tests): Change dependencies to ....
18757         (tests-special): ... additions to this variable.
18758         (xtests): Change dependencies to ....
18759         (xtests-special): ... additions to this variable.
18760         * stdio-common/Makefile (tests): Change dependencies to ....
18761         (tests-special): ... additions to this variable.
18762         (do-tst-unbputc): Remove target.
18763         (do-tst-printf): Likewise.
18764         * stdlib/Makefile (tests): Change dependencies to ....
18765         (tests-special): ... additions to this variable.
18766         * string/Makefile (tests): Change dependencies to ....
18767         (tests-special): ... additions to this variable.
18768         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18769         (tests-special): ... additions to this variable.
18771         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18772         whole file.
18773         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18774         whole file.
18775         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18776         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18778         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18779         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18780         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18781         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18782         * conform/data/libgen.h-data [XPG3]: Likewise.
18783         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18784         * conform/data/ndbm.h-data [XPG3]: Likewise.
18785         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18786         * conform/data/netdb.h-data [XPG3]: Likewise.
18787         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18788         * conform/data/poll.h-data [XPG3]: Likewise.
18789         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18790         * conform/data/strings.h-data [XPG3]: Likewise.
18791         * conform/data/stropts.h-data [XPG3]: Likewise.
18792         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18793         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18794         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18795         Likewise.
18796         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18797         * conform/data/sys/time.h-data [XPG3]: Likewise.
18798         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18799         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18800         * conform/data/sys/un.h-data [XPG3]: Likewise.
18801         * conform/data/syslog.h-data [XPG3]: Likewise.
18802         * conform/data/ucontext.h-data [XPG3]: Likewise.
18803         * conform/data/utmpx.h-data [XPG3]: Likewise.
18804         * conform/data/varargs.h-data [UNIX98]: Enable file.
18806         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18808         * math/libm-test.inc (struct test_f_f_data): Move expected results
18809         into structure for each rounding mode.
18810         (struct test_ff_f_data): Likewise.
18811         (struct test_ff_f_data_nexttoward): Likewise.
18812         (struct test_fi_f_data): Likewise.
18813         (struct test_fl_f_data): Likewise.
18814         (struct test_if_f_data): Likewise.
18815         (struct test_fff_f_data): Likewise.
18816         (struct test_c_f_data): Likewise.
18817         (struct test_f_f1_data): Likewise.
18818         (struct test_fF_f1_data): Likewise.
18819         (struct test_ffI_f1_data): Likewise.
18820         (struct test_c_c_data): Likewise.
18821         (struct test_cc_c_data): Likewise.
18822         (struct test_f_i_data): Likewise.
18823         (struct test_ff_i_data): Likewise.
18824         (struct test_f_l_data): Likewise.
18825         (struct test_f_L_data): Likewise.
18826         (struct test_fFF_11_data): Likewise.
18827         (RM_): New macro.
18828         (RM_FE_DOWNWARD): Likewise.
18829         (RM_FE_TONEAREST): Likewise.
18830         (RM_FE_TOWARDZERO): Likewise.
18831         (RM_FE_UPWARD): Likewise.
18832         (RUN_TEST_LOOP_f_f): Update references to expected results.
18833         (RUN_TEST_LOOP_2_f): Likewise.
18834         (RUN_TEST_LOOP_fff_f): Likewise.
18835         (RUN_TEST_LOOP_c_f): Likewise.
18836         (RUN_TEST_LOOP_f_f1): Likewise.
18837         (RUN_TEST_LOOP_fF_f1): Likewise.
18838         (RUN_TEST_LOOP_fI_f1): Likewise.
18839         (RUN_TEST_LOOP_ffI_f1): Likewise.
18840         (RUN_TEST_LOOP_c_c): Likewise.
18841         (RUN_TEST_LOOP_cc_c): Likewise.
18842         (RUN_TEST_LOOP_f_i): Likewise.
18843         (RUN_TEST_LOOP_f_i_tg): Likewise.
18844         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18845         (RUN_TEST_LOOP_f_b): Likewise.
18846         (RUN_TEST_LOOP_f_b_tg): Likewise.
18847         (RUN_TEST_LOOP_f_l): Likewise.
18848         (RUN_TEST_LOOP_f_L): Likewise.
18849         (RUN_TEST_LOOP_fFF_11): Likewise.
18850         * math/gen-libm-test.pl (parse_args): Output four copies of
18851         expected results for each test.
18853         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18854         (__ASSUME_UTIMES): Remove.
18855         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18856         (__ASSUME_UTIMES): Likewise.
18858         * math/gen-auto-libm-tests.c: Update comment on output format.
18859         (output_for_one_input_case): Generate before-rounding and
18860         after-rounding information as conditions on output flags not
18861         floating-point format.
18862         * math/auto-libm-test-out: Regenerated.
18863         * math/gen-libm-test.pl (cond_value): New function.
18864         (or_cond_value): Use cond_value.
18865         (generate_testfile): Handle conditional exceptions.
18867 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18869         * math/libm-test.inc (max_valid_error): New variable.
18870         (init_max_error): Take new argument specifying whether function
18871         results are exactly determined.  Set max_valid_error and bound
18872         other variables for errors based on this argument.
18873         (set_max_error): Do not record results above max_valid_error.
18874         (check_float_internal): Only accept errors of up to 0.5ulps if
18875         also at most max_valid_error.
18876         (START): Take new argument EXACT and pass it to init_max_error.
18877         (acos_test): Update call to START.
18878         (acos_test_tonearest): Likewise.
18879         (acos_test_towardzero): Likewise.
18880         (acos_test_downward): Likewise.
18881         (acos_test_upward): Likewise.
18882         (acosh_test): Likewise.
18883         (asin_test): Likewise.
18884         (asin_test_tonearest): Likewise.
18885         (asin_test_towardzero): Likewise.
18886         (asin_test_downward): Likewise.
18887         (asin_test_upward): Likewise.
18888         (asinh_test): Likewise.
18889         (atan_test): Likewise.
18890         (atanh_test): Likewise.
18891         (atan2_test): Likewise.
18892         (cabs_test): Likewise.
18893         (cacos_test): Likewise.
18894         (cacosh_test): Likewise.
18895         (carg_test): Likewise.
18896         (casin_test): Likewise.
18897         (casinh_test): Likewise.
18898         (catan_test): Likewise.
18899         (catanh_test): Likewise.
18900         (cbrt_test): Likewise.
18901         (ccos_test): Likewise.
18902         (ccosh_test): Likewise.
18903         (ceil_test): Likewise.
18904         (cexp_test): Likewise.
18905         (cimag_test): Likewise.
18906         (clog_test): Likewise.
18907         (clog10_test): Likewise.
18908         (conj_test): Likewise.
18909         (copysign_test): Likewise.
18910         (cos_test): Likewise.
18911         (cos_test_tonearest): Likewise.
18912         (cos_test_towardzero): Likewise.
18913         (cos_test_downward): Likewise.
18914         (cos_test_upward): Likewise.
18915         (cosh_test): Likewise.
18916         (cosh_test_tonearest): Likewise.
18917         (cosh_test_towardzero): Likewise.
18918         (cosh_test_downward): Likewise.
18919         (cosh_test_upward): Likewise.
18920         (cpow_test): Likewise.
18921         (cproj_test): Likewise.
18922         (creal_test): Likewise.
18923         (csin_test): Likewise.
18924         (csinh_test): Likewise.
18925         (csqrt_test): Likewise.
18926         (ctan_test): Likewise.
18927         (ctan_test_tonearest): Likewise.
18928         (ctan_test_towardzero): Likewise.
18929         (ctan_test_downward): Likewise.
18930         (ctan_test_upward): Likewise.
18931         (ctanh_test): Likewise.
18932         (ctanh_test_tonearest): Likewise.
18933         (ctanh_test_towardzero): Likewise.
18934         (ctanh_test_downward): Likewise.
18935         (ctanh_test_upward): Likewise.
18936         (erf_test): Likewise.
18937         (erfc_test): Likewise.
18938         (exp_test): Likewise.
18939         (exp_test_tonearest): Likewise.
18940         (exp_test_towardzero): Likewise.
18941         (exp_test_downward): Likewise.
18942         (exp_test_upward): Likewise.
18943         (exp10_test): Likewise.
18944         (exp10_test_tonearest): Likewise.
18945         (exp10_test_towardzero): Likewise.
18946         (exp10_test_downward): Likewise.
18947         (exp10_test_upward): Likewise.
18948         (pow10_test): Likewise.
18949         (exp2_test): Likewise.
18950         (expm1_test): Likewise.
18951         (expm1_test_tonearest): Likewise.
18952         (expm1_test_towardzero): Likewise.
18953         (expm1_test_downward): Likewise.
18954         (expm1_test_upward): Likewise.
18955         (fabs_test): Likewise.
18956         (fdim_test): Likewise.
18957         (floor_test): Likewise.
18958         (fma_test): Likewise.
18959         (fma_test_towardzero): Likewise.
18960         (fma_test_downward): Likewise.
18961         (fma_test_upward): Likewise.
18962         (fmax_test): Likewise.
18963         (fmin_test): Likewise.
18964         (fmod_test): Likewise.
18965         (fpclassify_test): Likewise.
18966         (frexp_test): Likewise.
18967         (hypot_test): Likewise.
18968         (ilogb_test): Likewise.
18969         (isfinite_test): Likewise.
18970         (finite_test): Likewise.
18971         (isgreater_test): Likewise.
18972         (isgreaterequal_test): Likewise.
18973         (isinf_test): Likewise.
18974         (isless_test): Likewise.
18975         (islessequal_test): Likewise.
18976         (islessgreater_test): Likewise.
18977         (isnan_test): Likewise.
18978         (isnormal_test): Likewise.
18979         (issignaling_test): Likewise.
18980         (isunordered_test): Likewise.
18981         (j0_test): Likewise.
18982         (j1_test): Likewise.
18983         (jn_test): Likewise.
18984         (ldexp_test): Likewise.
18985         (lgamma_test): Likewise.
18986         (gamma_test): Likewise.
18987         (lrint_test): Likewise.
18988         (lrint_test_tonearest): Likewise.
18989         (lrint_test_towardzero): Likewise.
18990         (lrint_test_downward): Likewise.
18991         (lrint_test_upward): Likewise.
18992         (llrint_test): Likewise.
18993         (llrint_test_tonearest): Likewise.
18994         (llrint_test_towardzero): Likewise.
18995         (llrint_test_downward): Likewise.
18996         (llrint_test_upward): Likewise.
18997         (log_test): Likewise.
18998         (log10_test): Likewise.
18999         (log1p_test): Likewise.
19000         (log2_test): Likewise.
19001         (logb_test): Likewise.
19002         (logb_test_downward): Likewise.
19003         (lround_test): Likewise.
19004         (llround_test): Likewise.
19005         (modf_test): Likewise.
19006         (nearbyint_test): Likewise.
19007         (nextafter_test): Likewise.
19008         (nexttoward_test): Likewise.
19009         (pow_test): Likewise.
19010         (pow_test_tonearest): Likewise.
19011         (pow_test_towardzero): Likewise.
19012         (pow_test_downward): Likewise.
19013         (pow_test_upward): Likewise.
19014         (remainder_test): Likewise.
19015         (drem_test): Likewise.
19016         (remainder_test_tonearest): Likewise.
19017         (drem_test_tonearest): Likewise.
19018         (remainder_test_towardzero): Likewise.
19019         (drem_test_towardzero): Likewise.
19020         (remainder_test_downward): Likewise.
19021         (drem_test_downward): Likewise.
19022         (remainder_test_upward): Likewise.
19023         (drem_test_upward): Likewise.
19024         (remquo_test): Likewise.
19025         (rint_test): Likewise.
19026         (rint_test_tonearest): Likewise.
19027         (rint_test_towardzero): Likewise.
19028         (rint_test_downward): Likewise.
19029         (rint_test_upward): Likewise.
19030         (round_test): Likewise.
19031         (scalb_test): Likewise.
19032         (scalbn_test): Likewise.
19033         (scalbln_test): Likewise.
19034         (signbit_test): Likewise.
19035         (sin_test): Likewise.
19036         (sin_test_tonearest): Likewise.
19037         (sin_test_towardzero): Likewise.
19038         (sin_test_downward): Likewise.
19039         (sin_test_upward): Likewise.
19040         (sincos_test): Likewise.
19041         (sinh_test): Likewise.
19042         (sinh_test_tonearest): Likewise.
19043         (sinh_test_towardzero): Likewise.
19044         (sinh_test_downward): Likewise.
19045         (sinh_test_upward): Likewise.
19046         (sqrt_test): Likewise.
19047         (sqrt_test_tonearest): Likewise.
19048         (sqrt_test_towardzero): Likewise.
19049         (sqrt_test_downward): Likewise.
19050         (sqrt_test_upward): Likewise.
19051         (tan_test): Likewise.
19052         (tan_test_tonearest): Likewise.
19053         (tan_test_towardzero): Likewise.
19054         (tan_test_downward): Likewise.
19055         (tan_test_upward): Likewise.
19056         (tanh_test): Likewise.
19057         (tgamma_test): Likewise.
19058         (trunc_test): Likewise.
19059         (y0_test): Likewise.
19060         (y1_test): Likewise.
19061         (yn_test): Likewise.
19062         (significand_test): Likewise.
19064         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
19065         individual tests in comment.
19066         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
19067         (prev_max_error): New variable.
19068         (prev_real_max_error): Likewise.
19069         (prev_imag_max_error): Likewise.
19070         (compare_ulp_data): Don't refer to test names in comment.
19071         (find_test_ulps): Remove function.
19072         (find_function_ulps): Likewise.
19073         (find_complex_function_ulps): Likewise.
19074         (init_max_error): Take function name as argument.  Look up ulps
19075         for that function.
19076         (print_ulps): Remove function.
19077         (print_max_error): Use prev_max_error instead of calling
19078         find_function_ulps.
19079         (print_complex_max_error): Use prev_real_max_error and
19080         prev_imag_max_error instead of calling find_complex_function_ulps.
19081         (check_float_internal): Take max_ulp parameter instead of calling
19082         find_test_ulps.  Don't call print_ulps.
19083         (check_float): Update call to check_float_internal.
19084         (check_complex): Update calls to check_float_internal.
19085         (START): Pass argument to init_max_error.
19086         * math/gen-libm-test.pl (%results): Don't include "kind"
19087         information.
19088         (parse_ulps): Don't handle ulps of individual tests.
19089         (print_ulps_file): Likewise.
19090         (output_ulps): Likewise.
19091         * math/README.libm-test: Update.
19092         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
19093         individual tests.
19094         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
19095         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
19096         * sysdeps/arm/libm-test-ulps: Likewise.
19097         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
19098         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
19099         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
19100         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
19101         * sysdeps/microblaze/libm-test-ulps: Likewise.
19102         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
19103         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
19104         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19105         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
19106         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19107         * sysdeps/sh/libm-test-ulps: Likewise.
19108         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19109         * sysdeps/tile/libm-test-ulps: Likewise.
19110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19112 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
19114         * math/libm-test.inc (print_complex_max_error): Check separately
19115         whether real and imaginary errors are within allowed range and
19116         pass 0 to print_complex_function_ulps instead of value within
19117         allowed range.
19119 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19121         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
19122         formatting.
19123         (get_handles_fopen): Likewise.
19124         (do_write_test): Likewise.
19126         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
19128         * libio/fileops.c (do_ftell): Use cached offset when
19129         available.
19130         * libio/iofwide.c (do_ftell_wide): Likewise.
19131         * libio/iofdopen.c (_IO_new_fdopen): Don't use
19132         _IO_file_attach.
19133         * libio/wfileops.c (_IO_fwide): Don't cache offset.
19135         [BZ #16532]
19136         * libio/libioP.h (get_file_offset): New function.
19137         * libio/fileops.c (get_file_offset): Likewise.
19138         (do_ftell): Likewise.
19139         (_IO_new_file_seekoff): Split out ftell logic.
19140         * libio/wfileops.c (do_ftell_wide): Likewise.
19141         (_IO_wfile_seekoff): Split out ftell logic.
19142         * libio/tst-ftell-active-handler.c: New test case.
19143         * libio/Makefile (tests): Add it.
19145 2014-03-03  Roland McGrath  <roland@hack.frob.com>
19147         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
19148         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
19150 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19152         [BZ #16639]
19153         * nscd/connections.c (nscd_init): Call do_exit.
19154         (start_threads): Call do_exit and notify_parent.
19155         (begin_drop_privileges): Call do_exit.
19156         (finish_drop_privileges): Likewise.
19157         * nscd/selinux.c (preserve_capabilities): Likewise.
19158         (install_real_capabilities): Likewise.
19159         (nscd_selinux_enabled): Likewise.
19160         (avc_create_thread): Likewise.
19161         (avc_alloc_lock): Likewise.
19162         (nscd_avc_init): Likewise.
19163         * nscd/nscd.c (parent_fd): New static variable.
19164         (main): Create a pipe between parent and child processes.
19165         Skip closing parent_fd.
19166         (monitor_child): New function.
19167         (do_exit): Likewise.
19168         (notify_parent): Likewise.
19169         * nscd/nscd.h (notify_parent): Likewise.
19170         (do_exit): Likewise.
19172 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
19174         * malloc/malloc.c (__libc_calloc): Revert last change.
19176 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19180 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19182         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
19183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
19184         implementation.
19185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19186         (__libc_ifunc_impl_list): Likewise.
19187         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
19188         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
19189         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
19190         * string/strrchr.c: Define STRRCHR.
19192 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
19194         * benchtest/bench-strtok.c (simple_strtok): Delete.
19195         (strtok_string): Use as benchmark.
19196         * string/strtok (STRTOK): New macro.
19198 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
19200         * manual/threads.texi: Add header and standard comments to all
19201         functions.
19203         * elf/dl-lookup.c (check_match): New function.
19204         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
19205         (do_lookup_x): Remove nested function check_match. Use non-nested
19206         function check_match.
19208 2014-02-28  Roland McGrath  <roland@hack.frob.com>
19210         * csu/Makefile (generated, before-compile): Use += rather than =.
19211         * catgets/Makefile (generated, generated-dirs): Likewise.
19212         * debug/Makefile (generated): Likewise.
19213         * dlfcn/Makefile (generated): Likewise.
19214         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
19215         * iconvdata/Makefile (before-compile, generated): Likewise.
19216         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
19217         * libio/Makefile (generated): Likewise.
19218         * malloc/Makefile (generated): Likewise.
19219         * manual/Makefile (generated, generated-dirs): Likewise.
19220         * misc/Makefile (generated): Likewise.
19221         * posix/Makefile (generated): Likewise.
19222         * resolv/Makefile (generated): Likewise.
19223         * sunrpc/Makefile (generated, generated-dirs): Likewise.
19224         * timezone/Makefile (generated, generated-dirs): Likewise.
19226         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
19228 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19230         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19231         power8 implementation.
19232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
19233         file: POWER8 llround ifunc implementation.
19234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
19235         (__lllround): Add POWER8 implementation.
19236         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
19237         POWER8 llround implementation.
19239         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
19240         power8 implementation.
19241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
19242         file: POWER8 llrint ifunc implementation.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
19244         Add POWER8 implementation.
19245         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
19246         POWER8 llrint implementation.
19248         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
19249         power8 implementation.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
19251         file: POWER8 finite ifunc implementation.
19252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
19253         Add POWER8 implementation.
19254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
19255         Likewise.
19256         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
19257         POWER8 finite implementation.
19258         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
19260         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
19261         power8 implementation.
19262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
19263         file: POWER8 isinf ifunc implementation.
19264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
19265         POWER8 implementation.
19266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
19267         Likewise.
19268         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
19269         isinf implementation.
19270         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
19272         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
19273         (INIT_ARCH): Add hwcap2 initialization.
19274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19275         power8 implementation.
19276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
19277         file: POWER8 isnan ifunc implementation.
19278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
19279         POWER8 implementation.
19280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
19281         Likewise.
19282         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
19283         isnan implementation.
19284         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
19286 2014-02-27  Joey Ye  <joey.ye@arm.com>
19288         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
19289         (_FP_NANFRAC_Q): Set to zero.
19291 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19293         [BZ #16623]
19294         * math/auto-libm-test-in: New test inputs.
19295         * math/auto-libm-test-out: Regenerate.
19296         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
19297         and DA.
19298         (__cos): Likewise.
19299         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
19301 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
19303         * scripts/evaluate-test.sh: Take new argument indicating whether
19304         failure is expected.
19305         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
19306         indicating whether failure is expected.
19307         * conform/Makefile (test-xfail-run-conformtest): New variable.
19308         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
19309         level.
19310         * posix/Makefile (test-xfail-annexc): New variable.
19311         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
19313 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
19315         * argp/Makefile: Include Makeconfig immediately after defining
19316         subdir.
19317         * assert/Makefile: Likewise.
19318         * benchtests/Makefile: Likewise.
19319         * catgets/Makefile: Likewise.
19320         * conform/Makefile: Likewise.
19321         * crypt/Makefile: Likewise.
19322         * csu/Makefile: Likewise.
19323         (all): Remove target.
19324         * ctype/Makefile: Include Makeconfig immediately after defining
19325         subdir.
19326         * debug/Makefile: Likewise.
19327         * dirent/Makefile: Likewise.
19328         * dlfcn/Makefile: Likewise.
19329         * gmon/Makefile: Likewise.
19330         * gnulib/Makefile: Likewise.
19331         * grp/Makefile: Likewise.
19332         * gshadow/Makefile: Likewise.
19333         * hesiod/Makefile: Likewise.
19334         * hurd/Makefile: Likewise.
19335         (all): Remove target.
19336         * iconvdata/Makefile: Include Makeconfig immediately after
19337         defining subdir.
19338         * inet/Makefile: Likewise.
19339         * intl/Makefile: Likewise.
19340         * io/Makefile: Likewise.
19341         * libio/Makefile: Likewise.
19342         (all): Remove target.
19343         * locale/Makefile: Include Makeconfig immediately after defining
19344         subdir.
19345         * login/Makefile: Likewise.
19346         * mach/Makefile: Likewise.
19347         (all): Remove target.
19348         * malloc/Makefile: Include Makeconfig immediately after defining
19349         subdir.
19350         (all): Remove target.
19351         * manual/Makefile: Include Makeconfig immediately after defining
19352         subdir.
19353         * math/Makefile: Likewise.
19354         * misc/Makefile: Likewise.
19355         * nis/Makefile: Likewise.
19356         * nss/Makefile: Likewise.
19357         * po/Makefile: Likewise.
19358         (all): Remove target.
19359         * posix/Makefile: Include Makeconfig immediately after defining
19360         subdir.
19361         * pwd/Makefile: Likewise.
19362         * resolv/Makefile: Likewise.
19363         * resource/Makefile: Likewise.
19364         * rt/Makefile: Likewise.
19365         * setjmp/Makefile: Likewise.
19366         * shadow/Makefile: Likewise.
19367         * signal/Makefile: Likewise.
19368         * socket/Makefile: Likewise.
19369         * soft-fp/Makefile: Likewise.
19370         * stdio-common/Makefile: Likewise.
19371         * stdlib/Makefile: Likewise.
19372         * streams/Makefile: Likewise.
19373         * string/Makefile: Likewise.
19374         * sunrpc/Makefile: Likewise.
19375         (all): Remove target.
19376         * sysvipc/Makefile: Include Makeconfig immediately after defining
19377         subdir.
19378         * termios/Makefile: Likewise.
19379         * time/Makefile: Likewise.
19380         * timezone/Makefile: Likewise.
19381         (all): Remove target.
19382         * wcsmbs/Makefile: Include Makeconfig immediately after defining
19383         subdir.
19384         * wctype/Makefile: Likewise.
19386 2014-02-26  Steve Ellcey  <sellcey@mips.com>
19388         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
19389         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
19390         (libc_feholdexcept_setround_mips): Ditto.
19391         (libc_feholdsetround): New.
19392         (libc_feholdsetroundf): New.
19393         (libc_feholdsetroundl): New.
19394         (libc_feupdateenv_test_mips): New.
19395         (libc_feupdateenv_test): New.
19396         (libc_feupdateenv_testf): New.
19397         (libc_feupdateenv_testl): New.
19398         (libc_feresetround): New.
19399         (libc_feresetroundf): New.
19400         (libc_feresetroundl): New.
19401         (libc_fetestexcept_mips): New.
19402         (libc_fetestexcept): New.
19403         (libc_fetestexceptf): New.
19404         (libc_fetestexceptl): New.
19405         (HAVE_RM_CTX): New.
19406         (libc_feholdexcept_setround_mips_ctx): New.
19407         (libc_feholdexcept_setround_ctx): New.
19408         (libc_feholdexcept_setroundf_ctx): New.
19409         (libc_feholdexcept_setroundl_ctx): New.
19410         (libc_fesetenv_mips_ctx): New.
19411         (libc_fesetenv_ctx): New.
19412         (libc_fesetenv_ctxf): New.
19413         (libc_fesetenv_ctxl): New.
19414         (libc_feupdateenv_mips_ctx): New.
19415         (libc_feupdateenv_ctx): New.
19416         (libc_feupdateenvf_ctx): New.
19417         (libc_feupdateenvl_ctx): New.
19418         (libc_feholdsetround_mips_ctx): New.
19419         (libc_feholdsetround_ctx): New.
19420         (libc_feholdsetroundf_ctx): New.
19421         (libc_feholdsetroundl_ctx): New.
19422         (libc_feresetround_mips_ctx): New.
19423         (libc_feresetround_ctx): New.
19424         (libc_feresetroundf_ctx): New.
19425         (libc_feresetroundl_ctx): New.
19427 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
19429         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
19431         * manual/ipc.texi: New file.
19432         * manual/Makefile (chapters): Add ipc.
19433         * manual/job.texi: Add "Inter-Process Communication" to next.
19434         * manual/process.texi: Add "Inter-Process Communication" to prev.
19436 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19440 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
19442         * malloc/malloc.c (__libc_calloc): Simplify implementation.
19444         * manual/arith.texi: Fix spaces after sentences.
19445         * manual/charset.texi: Likewise.
19446         * manual/errno.texi: Likewise.
19447         * manual/install.texi: Likewise.
19448         * manual/llio.texi: Likewise.
19449         * manual/locale.texi: Likewise.
19450         * manual/maint.texi: Likewise.
19451         * manual/math.texi: Likewise.
19452         * manual/memory.texi: Likewise.
19453         * manual/message.texi: Likewise.
19454         * manual/probes.texi: Likewise.
19455         * manual/resource.texi: Likewise.
19456         * manual/signal.texi: Likewise.
19457         * manual/socket.texi: Likewise.
19458         * manual/stdio.texi: Likewise.
19459         * manual/string.texi: Likewise.
19460         * manual/time.texi: Likewise.
19461         * manual/users.texi: Likewise.
19463 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
19465         [BZ #16632]
19466         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
19467         _DEFAULT_SOURCE is defined.
19469 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
19470             Carlos O'Donell  <carlos@redhat.com>
19472         [BZ #16613]
19473         * elf/dl-tls.c (_dl_count_modids): New function.
19474         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
19475         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
19476         audit library and increment generation counter.
19477         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
19478         * elf/tst-audit9.c: New file.
19479         * elf/tst-auditmod9a.c: New file.
19480         * elf/tst-auditmod9b.c: New file.
19481         * elf/Makefile: Add rules to build and run tst-audit9.
19483 2014-02-25  Florian Weimer  <fweimer@redhat.com>
19485         [BZ #15347]
19486         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
19488 2014-02-25  Will Newton  <will.newton@linaro.org>
19490         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
19491         (__longjmp): Restore sp and lr before restoring callee
19492         saved registers.  Add longjmp and longjmp_target
19493         SystemTap probe point.
19494         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
19495         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
19496         Define to zero to match jmpbuf layout.
19497         * sysdeps/arm/setjmp.S: Include stap-probe.h.
19498         (__sigsetjmp): Save sp and lr before saving callee
19499         saved registers.  Add setjmp SystemTap probe point.
19501 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
19503         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19505 2014-02-24  Andreas Schwab  <schwab@suse.de>
19507         [BZ #15804]
19508         * elf/pldd.c (wait_for_ptrace_stop): New function.
19509         (main): Call it after attaching.
19511 2014-02-22  Roland McGrath  <roland@hack.frob.com>
19513         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
19514         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
19515         Versions files is now verboten.
19516         * hurd/Versions (libc: GLIBC_2.0):
19517         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
19518         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
19519         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
19520         * mach/Versions: Likewise.
19522         * csu/Versions: Remove unused %include.
19523         * resolv/Versions: Likewise.
19525 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
19527         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
19528         ($(objpfx)check-local-headers.out): Likewise.
19529         ($(objpfx)begin-end-check.out): Likewise.
19530         * Makerules (check-abi-%.out): Likewise.
19531         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
19532         ($(objpfx)test2.cat): Likewise.
19533         ($(objpfx)de/libc.cat): Likewise.
19534         ($(objpfx)test-gencat.out): Likewise.
19535         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
19536         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
19537         ($(objpfx)noload-mem): Likewise.
19538         ($(objpfx)tst-pathopt.out): Likewise.
19539         ($(objpfx)tst-rtld-load-self.out): Likewise.
19540         ($(objpfx)tst-array1-cmp.out): Likewise.
19541         ($(objpfx)tst-array1-static-cmp.out): Likewise.
19542         ($(objpfx)tst-array2-cmp.out): Likewise.
19543         ($(objpfx)tst-array3-cmp.out): Likewise.
19544         ($(objpfx)tst-array4-cmp.out): Likewise.
19545         ($(objpfx)tst-array5-cmp.out): Likewise.
19546         ($(objpfx)tst-array5-static-cmp.out): Likewise.
19547         ($(objpfx)check-textrel.out): Likewise.
19548         ($(objpfx)check-execstack.out): Likewise.
19549         ($(objpfx)check-localplt.out): Likewise.
19550         ($(objpfx)order2-cmp.out): Likewise.
19551         ($(objpfx)tst-leaks1-mem): Likewise.
19552         ($(objpfx)tst-leaks1-static-mem): Likewise.
19553         ($(objpfx)tst-initorder-cmp.out): Likewise.
19554         ($(objpfx)tst-initorder2-cmp.out): Likewise.
19555         ($(objpfx)tst-unused-dep.out): Likewise.
19556         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
19557         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
19558         * iconv/Makefile (test-iconvconfig): Likewise.
19559         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
19560         ($(objpfx)iconv-test.out): Likewise.
19561         ($(objpfx)tst-tables.out): Likewise.
19562         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
19563         ($(objpfx)tst-gettext.out): Likewise.
19564         ($(objpfx)tst-translit.out): Likewise.
19565         ($(objpfx)tst-gettext2.out): Likewise.
19566         ($(objpfx)tst-gettext4.out): Likewise.
19567         ($(objpfx)tst-gettext6.out): Likewise.
19568         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
19569         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
19570         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
19571         ($(objpfx)tst-fopenloc-mem.out): Likewise.
19572         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
19573         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
19574         * posix/Makefile ($(objpfx)globtest.out): Likewise.
19575         ($(objpfx)wordexp-tst.out): Likewise.
19576         ($(objpfx)annexc.out): Likewise.
19577         ($(objpfx)tst-fnmatch-mem): Likewise.
19578         ($(objpfx)bug-regex2-mem): Likewise.
19579         ($(objpfx)bug-regex14-mem): Likewise.
19580         ($(objpfx)bug-regex21-mem): Likewise.
19581         ($(objpfx)bug-regex31-mem): Likewise.
19582         ($(objpfx)tst-vfork3-mem): Likewise.
19583         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
19584         ($(objpfx)tst-pcre-mem): Likewise.
19585         ($(objpfx)tst-boost-mem): Likewise.
19586         ($(objpfx)tst-getconf.out): Likewise.
19587         ($(objpfx)bug-ga2-mem): Likewise.
19588         ($(objpfx)bug-glob2-mem): Likewise.
19589         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
19590         ($(objpfx)mtrace-tst-leaks2): Likewise.
19591         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
19592         ($(objpfx)tst-printf.out): Likewise.
19593         ($(objpfx)tst-setvbuf1.out): Likewise.
19594         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
19595         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
19596         ($(objpfx)tst-fmtmsg.out): Likewise.
19597         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
19598         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
19600         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
19601         * bits/sigaction.h [__USE_MISC]: Likewise.
19602         * bits/waitstatus.h: Update #endif comments.
19603         * ctype/ctype.h: Likewise.
19604         * dirent/dirent.h: Likewise.
19605         [__USE_MISC]: Remove redundant conditionals.
19606         * grp/grp.h: Update #endif comments.
19607         [__USE_GNU]: Remove redundant conditionals.
19608         [__USE_MISC]: Likewise.
19609         * inet/netinet/in.h [__USE_GNU]: Likewise.
19610         * io/sys/stat.h [__USE_MISC]: Likewise.
19611         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
19612         * libio/bits/stdio.h: Update #endif comments.
19613         [__USE_MISC]: Remove redundant conditionals.
19614         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
19615         * libio/stdio.h: Update #endif comments.
19616         [__USE_MISC]: Remove redundant conditionals.
19617         * math/bits/math-finite.h [__USE_MISC]: Likewise.
19618         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
19619         * math/math.h: Update #else and #endif comments.
19620         [__USE_MISC]: Remove redundant conditionals.
19621         * misc/sys/uio.h: Update #endif comments.
19622         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
19623         * posix/glob.h [__USE_MISC]: Likewise.
19624         * posix/sys/types.h: Update #endif comments.
19625         [__USE_MISC]: Remove redundant conditionals.
19626         * posix/sys/wait.h: Update #endif comments.
19627         [__USE_MISC]: Remove redundant conditionals.
19628         * posix/unistd.h: Update #endif comments.
19629         [__USE_MISC]: Remove redundant conditionals.
19630         * pwd/pwd.h [__USE_GNU]: Likewise.
19631         [__USE_MISC]: Likewise.
19632         * resolv/netdb.h [__USE_GNU]: Likewise.
19633         * signal/signal.h: Update #endif comments.
19634         [__USE_MISC]: Remove redundant conditionals.
19635         * stdlib/stdlib.h: Update #else and #endif comments.
19636         [__USE_MISC]: Remove redundant conditionals.
19637         [__USE_GNU]: Likewise.
19638         * string/bits/string2.h [__USE_MISC]: Likewise.
19639         * string/string.h: Update #endif comments.
19640         [__USE_MISC]: Remove redundant conditionals.
19641         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
19642         Likewise.
19643         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
19644         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
19645         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
19646         Likewise.
19647         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
19648         Likewise.
19649         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
19650         comments.
19651         [__USE_MISC]: Remove redundant conditionals.
19652         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
19653         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
19654         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
19655         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
19656         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
19657         Likewise.
19658         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
19659         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
19660         Likewise.
19661         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
19662         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
19663         Likewise.
19664         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
19665         Likewise.
19666         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
19667         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
19668         Likewise.
19669         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
19670         Likewise.
19671         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
19672         * sysdeps/x86/bits/string.h: Update #endif comments.
19673         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
19674         conditionals.
19675         * time/sys/time.h: Update #endif comments.
19676         * time/time.h: Likewise.
19677         [__USE_MISC]: Remove redundant conditionals.
19679 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
19681         [BZ #16600]
19682         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
19684 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
19686         * Versions.def (librt): Add GLIBC_2.17.
19688 2014-02-21  Adam Conrad  <adconrad@0c3.net>
19690         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
19691         synonym for _SYS_AUXV_H to allow direct inclusion.
19692         * sysdeps/sparc/bits/hwcap.h: Likewise.
19693         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
19694         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
19695         * sysdeps/sparc/sysdep.h: Likewise.
19697 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19699         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
19701 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19703         * benchtests/bench-strrchr.c: Print length instead of position.
19705 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
19707         [BZ #16611]
19708         * sysdeps/unix/sysv/linux/kernel-features.h
19709         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19710         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19711         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19712         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19713         Likewise.
19714         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19715         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19716         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19717         (__ASSUME_SENDMMSG): Define instead of using previous
19718         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19719         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19720         (__ASSUME_SENDMMSG_SYSCALL): Define.
19721         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19722         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19723         Likewise.
19724         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19725         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19726         Likewise.
19727         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19728         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19729         Likewise.
19730         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19731         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19732         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19733         [__ASSUME_SENDMMSG]: Change conditionals to
19734         [__ASSUME_SENDMMSG_SOCKETCALL].
19735         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19736         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19737         Define.
19738         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19739         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19740         Likewise.
19741         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19742         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19743         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19744         [!__ASSUME_SENDMMSG]: Change conditional to
19745         [!__ASSUME_SENDMMSG_SOCKETCALL].
19746         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19747         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19748         Define.
19750         [BZ #16610]
19751         * sysdeps/unix/sysv/linux/kernel-features.h
19752         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19753         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19754         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19755         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19756         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19757         [__i386__ || __sparc__]
19758         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19759         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19760         (__ASSUME_RECVMMSG): Define instead of using previous
19761         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19762         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19763         (__ASSUME_RECVMMSG_SYSCALL): Define.
19764         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19765         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19766         Likewise.
19767         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19768         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19769         Likewise.
19770         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19771         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19772         Likewise.
19773         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19774         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19775         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19776         [__ASSUME_RECVMMSG]: Change condition to
19777         [__ASSUME_RECVMMSG_SOCKETCALL].
19778         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19779         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19780         Define.
19781         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19782         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19783         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19784         Likewise.
19785         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19786         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19787         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19788         [!__ASSUME_RECVMMSG]: Change condition to
19789         [!__ASSUME_RECVMMSG_SOCKETCALL].
19790         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19791         (__ASSUME_RECVMMSG_SYSCALL): Define.
19793         [BZ #16609]
19794         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19795         __powerpc__ || __s390__ || __sh__ || __sparc__]
19796         (__ASSUME_SOCKETCALL): Define.
19797         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19798         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19799         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19800         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19801         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19802         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19803         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19804         (__ASSUME_ACCEPT4): Define instead of using previous
19805         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19806         __powerpc__ || __sparc__ || __s390__)] condition.
19807         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19808         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19809         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19810         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19811         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19812         [!__ASSUME_ACCEPT4]: Change condition to
19813         [!__ASSUME_ACCEPT4_SOCKETCALL].
19814         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19815         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19816         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19817         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19818         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19819         __ASSUME_ACCEPT4_SYSCALL.
19820         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19821         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19822         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19823         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19824         __ASSUME_ACCEPT4_SYSCALL.
19825         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19826         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19827         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19828         [__ASSUME_ACCEPT4]: Change condition to
19829         [__ASSUME_ACCEPT4_SOCKETCALL].
19830         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19831         (__ASSUME_SOCKETCALL): Define.
19832         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19833         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19834         (__ASSUME_SOCKETCALL): Define.
19835         (__ASSUME_ACCEPT4): Remove.
19836         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19837         Define.
19838         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19839         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19840         Likewise.
19841         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19842         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19844         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19845         macro.
19846         (HWCAP_ARM_LPAE): Likewise.
19847         (HWCAP_ARM_EVTSTRM): Likewise.
19848         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19849         Add vpfd32, lpae and evtstrm.
19850         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19851         Increase to 22.
19853 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19855         * math/auto-libm-test-in: Add tests of clog10.
19856         * math/auto-libm-test-out: Regenerated.
19857         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19858         * sysdeps/i386/fpu/libm-test-ulps: Update.
19859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19861 2014-02-18  Andreas Schwab  <schwab@suse.de>
19863         [BZ #16574]
19864         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19865         Store non-zero if the second buffer was newly allocated.
19866         (send_dg): Likewise.
19867         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19868         to send_vc and send_dg.
19869         (res_nsend): Pass NULL for ansp2_malloced.
19870         * resolv/res_query.c (__libc_res_nquery): Add parameter
19871         answerp2_malloced and pass it down to __libc_res_nsend.
19872         (res_nquery): Pass additional NULL to __libc_res_nquery.
19873         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19874         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19875         second answer buffer if answerp2_malloced was set.
19876         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19877         (__libc_res_nquerydomain): Add parameter
19878         answerp2_malloced and pass it down to __libc_res_nquery.
19879         (res_nquerydomain): Pass additional NULL to
19880         __libc_res_nquerydomain.
19881         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19882         additional NULL to __libc_res_nsend and __libc_res_nquery.
19883         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19884         additional NULL to __libc_res_nsearch.
19885         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19886         parameter of __libc_res_nsearch to check for separately allocated
19887         second buffer.
19888         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19889         __libc_res_nquery.
19890         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19891         additional NULL to __libc_res_nquery.
19892         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19893         __libc_res_nsearch.
19894         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19895         * include/resolv.h: Update prototypes of __libc_res_nquery,
19896         __libc_res_nsearch, __libc_res_nsend.
19898 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19900         * math/auto-libm-test-in: Add tests of fma.
19901         * math/auto-libm-test-out: Regenerated.
19902         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19903         (fma_towardzero_test_data): Likewise.
19904         (fma_downward_test_data): Likewise.
19905         (fma_upward_test_data): Likewise.
19906         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19907         mpc_mode.
19908         (rounding_modes): Add values for new field.
19909         (func_calc_method): Add value mpfr_fff_f.
19910         (func_calc_desc): Add mpfr_fff_f union field.
19911         (test_function): Add field exact_args.
19912         (FUNC): Add macro argument EXACT_ARGS.
19913         (FUNC_mpfr_f_f): Update call to FUNC.
19914         (FUNC_mpfr_f_f): Likewise.
19915         (FUNC_mpfr_ff_f): Likewise.
19916         (FUNC_mpfr_if_f): Likewise.
19917         (FUNC_mpc_c_f): Likewise.
19918         (FUNC_mpc_c_c): Likewise.
19919         (test_functions): Add fma.  Update calls to FUNC.
19920         (handle_input_arg): Add argument exact_args.
19921         (add_test): Update call to handle_input_arg.
19922         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19923         (output_for_one_input_case): Update call to calc_generic_results.
19924         Recalculate exact zero results in each rounding mode.
19926         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19927         non-negative before setting low bit.
19928         * math/auto-libm-test-in: Mark one asin test possibly having
19929         spurious underflow.
19930         * math/auto-libm-test-out: Regenerated.
19931         * sysdeps/i386/fpu/libm-test-ulps: Update.
19932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19934 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19936         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19937         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19938         ports/sysdeps/unix/sysv/linux/microblaze.
19939         * README: Add missing listing for microblaze*-*-linux-gnu.
19941 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19943         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19944         duplicate code
19946 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19948         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19949         * sysdeps/unix/sysv/linux/ia64: Move directory from
19950         ports/sysdeps/unix/sysv/linux/ia64.
19951         * README: Update listing for ia64-*-linux-gnu.
19953 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19954             Joseph Myers  <joseph@codesourcery.com>
19956         * Makeconfig (test-name): New variable.
19957         (evaluate-test): Likewise.
19958         * Makerules (do-test-clean): Remove .test-result files.
19959         (common-mostlyclean): Likewise.
19960         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19961         * scripts/evaluate-test.sh: New file.
19963 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19965         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19966         separate $(objpfx)tst-fopenloc-cmp.out and
19967         $(objpfx)tst-fopenloc-mem.out targets.
19968         (tests): Update dependencies.
19969         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19970         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19971         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19972         (tst-rxspencer-no-utf8-ARGS): New variable.
19973         (tst-rxspencer-no-utf8-ENV): Likewise.
19974         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19975         instead of $(objpfx)tst-rxspencer-mem.
19976         ($(objpfx)tst-rxspencer-mem): Change target to
19977         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19978         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19979         * posix/tst-rxspencer-no-utf8.c: New file.
19981         * elf/Makefile ($(objpfx)order.out): Remove rule.
19982         [$(run-built-tests) = yes] (tests): Depend on
19983         $(objpfx)order-cmp.out.
19984         ($(objpfx)order-cmp.out): New rule.
19985         [$(run-built-tests) = yes] (tests): Depend on
19986         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19987         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19988         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19989         $(objpfx)tst-array5-static-cmp.out.
19990         ($(objpfx)tst-array1.out): Remove rule.
19991         ($(objpfx)tst-array1-cmp.out): New rule.
19992         ($(objpfx)tst-array1-static.out): Remove rule.
19993         ($(objpfx)tst-array1-static-cmp.out): New rule.
19994         ($(objpfx)tst-array2.out): Remove rule.
19995         ($(objpfx)tst-array2-cmp.out): New rule.
19996         ($(objpfx)tst-array3.out): Remove rule.
19997         ($(objpfx)tst-array3-cmp.out): New rule.
19998         ($(objpfx)tst-array4.out): Remove rule.
19999         ($(objpfx)tst-array4-cmp.out): New rule.
20000         ($(objpfx)tst-array5.out): Remove rule.
20001         ($(objpfx)tst-array5-cmp.out): New rule.
20002         ($(objpfx)tst-array5-static.out): Remove rule.
20003         ($(objpfx)tst-array5-static-cmp.out): New rule.
20004         [$(run-built-tests) = yes] (tests): Depend on
20005         $(objpfx)order2-cmp.out.
20006         ($(objpfx)order2.out): Remove rule.
20007         ($(objpfx)order2-cmp.out): New rule.
20008         ($(objpfx)tst-initorder.out): Remove rule.
20009         [$(run-built-tests) = yes] (tests): Depend on
20010         $(objpfx)tst-initorder-cmp.out.
20011         ($(objpfx)tst-initorder-cmp.out): New rule.
20012         ($(objpfx)tst-initorder2.out): Remove rule.
20013         [$(run-built-tests) = yes] (tests): Depend on
20014         $(objpfx)tst-initorder2-cmp.out.
20015         ($(objpfx)tst-initorder2-cmp.out): New rule.
20016         [$(run-built-tests) = yes] (tests): Depend on
20017         $(objpfx)tst-unused-dep-cmp.out.
20018         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
20019         ($(objpfx)tst-unused-dep-cmp.out): New rule.
20020         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
20021         on $(objpfx)tst-setvbuf1-cmp.out.
20022         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
20023         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
20024         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
20025         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
20026         ($(objpfx)tst-svc.out): Remove rule.
20027         ($(objpfx)tst-svc-cmp.out): New rule.
20029 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
20031         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
20032         * ctype/ctype.h [__USE_MISC]: Likewise.
20033         * dirent/dirent.h [__USE_MISC]: Likewise.
20034         * grp/grp.h [__USE_MISC]: Likewise.
20035         * io/fcntl.h [__USE_MISC]: Likewise.
20036         * io/sys/stat.h [__USE_MISC]: Likewise.
20037         * libio/stdio.h [__USE_MISC]: Likewise.
20038         * posix/unistd.h [__USE_MISC]: Likewise.
20039         * pwd/pwd.h [__USE_MISC]: Likewise.
20040         * stdlib.h [__USE_MISC]: Likewise.
20041         * string/bits/string2.h [__USE_MISC]: Likewise.
20042         * string/string.h [__USE_MISC]: Likewise.
20043         * time/time.h [__USE_MISC]: Likewise.
20045 2014-02-13  Andreas Schwab  <schwab@suse.de>
20047         [BZ #16574]
20048         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
20049         second answer buffer if it was separately allocated.
20051 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
20053         * sysdeps/mips/math-tests.h: Include <features.h>.
20054         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20055         (ROUNDING_TESTS_long_double): Do not define.
20056         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
20057         (EXCEPTION_TESTS_long_double): Likewise.
20058         * sysdeps/mips/mips64/libm-test-ulps: Update.
20060         * include/features.h (__USE_BSD): Remove macro definitions.
20061         (__USE_SVID): Likewise.
20062         (_BSD_SOURCE): Likewise.
20063         (_SVID_SOURCE): Likewise.
20064         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
20065         from definition of _DEFAULT_SOURCE.
20066         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
20067         [_DEFAULT_SOURCE].
20068         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
20069         * bits/mman.h [__USE_BSD]: Likewise.
20070         * bits/termios.h [__USE_BSD]: Likewise.
20071         * bits/waitstatus.h [__USE_BSD]: Likewise.
20072         * ctype/ctype.h [__USE_SVID]: Likewise.
20073         * dirent/dirent.h [__USE_BSD]: Likewise.
20074         * grp/grp.h [__USE_SVID]: Likewise.
20075         [__USE_BSD]: Likewise.
20076         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
20077         * io/fcntl.h [__USE_BSD]: Likewise.
20078         * io/ftw.h [__USE_BSD]: Likewise.
20079         * io/sys/stat.h [__USE_BSD]: Likewise.
20080         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
20081         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
20082         * libio/stdio.h [__USE_SVID]: Likewise.
20083         [__USE_BSD]: Likewise.
20084         * math/math.h [__USE_SVID]: Likewise.
20085         [__USE_BSD]: Likewise.
20086         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
20087         * misc/bits/syslog.h [__USE_BSD]: Likewise.
20088         * misc/search.h [__USE_SVID]: Likewise.
20089         * misc/sys/mman.h [__USE_BSD]: Likewise.
20090         * misc/sys/syslog.h [__USE_BSD]: Likewise.
20091         * misc/sys/uio.h [__USE_BSD]: Likewise.
20092         * posix/bits/unistd.h [__USE_BSD]: Likewise.
20093         * posix/glob.h [__USE_BSD]: Likewise.
20094         * posix/regex.h [__USE_BSD]: Likewise.
20095         * posix/sys/types.h [__USE_BSD]: Likewise.
20096         [__USE_SVID]: Likewise.
20097         * posix/sys/utsname.h [__USE_SVID]: Likewise.
20098         * posix/sys/wait.h [__USE_BSD]: Likewise.
20099         [__USE_SVID]: Likewise.
20100         * posix/unistd.h [__USE_BSD]: Likewise.
20101         [__USE_SVID]: Likewise.
20102         * pwd/pwd.h [__USE_SVID]: Likewise.
20103         * resolv/netdb.h [__USE_BSD]: Likewise.
20104         * setjmp/setjmp.h [__USE_BSD]: Likewise.
20105         * signal/signal.h [__USE_BSD]: Likewise.
20106         [__USE_SVID]: Likewise.
20107         * socket/sys/socket.h [__USE_BSD]: Likewise.
20108         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
20109         * stdlib/stdlib.h [__USE_BSD]: Likewise.
20110         [__USE_SVID]: Likewise.
20111         * string/bits/string2.h [__USE_BSD]: Likewise.
20112         [__USE_SVID]: Likewise.
20113         * string/bits/string3.h [__USE_BSD]: Likewise.
20114         * string/endian.h [__USE_BSD]: Likewise.
20115         * string/string.h [__USE_SVID]: Likewise.
20116         [__USE_BSD]: Likewise.
20117         * string/strings.h [__USE_BSD]: Likewise.
20118         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
20119         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
20120         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
20121         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
20122         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
20123         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
20124         Likewise.
20125         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
20126         Likewise.
20127         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
20128         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
20129         Likewise.
20130         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
20131         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
20132         Likewise.
20133         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
20134         Likewise.
20135         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
20136         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
20137         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
20138         Likewise.
20139         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
20140         Likewise.
20141         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
20142         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
20143         * termios/termios.h [__USE_BSD]: Likewise.
20144         * time/sys/time.h [__USE_BSD]: Likewise.
20145         * time/time.h [__USE_BSD]: Likewise.
20146         [__USE_SVID]: Likewise.
20148         * Makefile (subdir_targets): Remove subdir_lint.out.
20150         * stdio-common/Makefile (do-tst-unbputc): Remove target.
20151         (do-tst-printf): Likewise.
20152         (tests): Depend directly on $(objpfx)tst-unbputc.out and
20153         $(objpfx)tst-printf.out.
20155         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
20157         * Makerules (check-abi-%): Change target to
20158         $(objpfx)check-abi-%.out.
20159         (check-abi target): Update dependencies.
20160         (check-abi-pattern variable): Redirect output of diff to $@.
20161         (check-abi variable): Likewise.
20162         * elf/Makefile (check-abi): Update dependencies.
20164         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
20165         unused.
20166         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
20167         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
20168         subnormal range.
20169         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
20170         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
20171         value has largest subnormal exponent.
20172         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
20173         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
20174         * sysdeps/aarch64/soft-fp/sfp-machine.h
20175         (_FP_TININESS_AFTER_ROUNDING): New macro.
20176         * sysdeps/alpha/soft-fp/sfp-machine.h
20177         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20178         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20179         Likewise.
20180         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
20181         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20182         * sysdeps/mips/soft-fp/sfp-machine.h
20183         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20184         * sysdeps/powerpc/soft-fp/sfp-machine.h
20185         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20186         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20187         Likewise.
20188         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
20189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20190         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
20191         (_FP_TININESS_AFTER_ROUNDING): Likewise.
20192         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
20193         Likewise.
20195 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
20197         [BZ #16545]
20198         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
20199         model 1.
20201 2014-02-12  Richard Henderson  <rth@redhat.com>
20203         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
20204         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
20205         * sysdeps/unix/sysv/linux/alpha: Move directory from
20206         ports/sysdeps/unix/sysv/linux/alpha.
20207         * README: Update listing for alpha-*-linux-gnu.
20209 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
20211         * include/features.h: Update comment documenting feature test
20212         macros.
20213         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
20214         _DEFAULT_SOURCE.
20215         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
20216         (_SVID_SOURCE): Likewise.
20217         (_DEFAULT_SOURCE): Update description of default features.
20218         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
20219         with _GNU_SOURCE.
20220         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
20221         (S_ISVTX): Likewise.
20222         * manual/math.texi (Mathematical Constants): Likewise.
20223         * manual/signal.texi (Interrupted Primitives): Likewise.
20224         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
20225         * math/test-matherr.c (_SVID_SOURCE): Do not define.
20226         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
20227         Don't refer to _SVID_SOURCE in warning text.
20229         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20231         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
20232         already defined.
20233         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
20234         * sysdeps/mips/dl-lookup.c: Remove.
20235         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
20237 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
20239         [BZ #16447]
20240         * math/auto-libm-test-in: Add testcase for expl.
20241         * math/auto-libm-test-out: Regenerate.
20242         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
20243         calculation of unsafe.
20244         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
20246 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20248         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
20249         * sysdeps/unix/sysv/linux/aarch64: Move directory from
20250         ports/sysdeps/unix/sysv/linux/aarch64.
20251         * README: Update listing for aarch64*-*-linux-gnu.
20253 2014-02-11  Will Newton  <will.newton@linaro.org>
20255         * manual/probes.texi (Mathematical Function Probes): Use
20256         "triggered" instead of "hit".
20258         * manual/probes.texi (Internal Probes): Add documentation
20259         of setjmp, longjmp and longjmp_target probes.
20261         * include/stap-probe.h: Add comment about probe argument
20262         format.
20264         * malloc/mtrace.c (attribute_hidden): Remove unused macro
20265         definition.  (tr_where, tr_freehook, tr_mallochook,
20266         tr_reallochook, tr_memalignhook): Use ANSI protoype.
20268 2014-02-11  David S. Miller  <davem@davemloft.net>
20270         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
20271         processing int_tests.
20273 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
20275         * sysdeps/mips: Move directory from ports/sysdeps/mips.
20276         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
20277         * sysdeps/unix/sysv/linux/mips: Move directory from
20278         ports/sysdeps/unix/sysv/linux/mips.
20279         * README: Update listing for mips-*-linux-gnu and
20280         mips64-*-linux-gnu.
20282 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
20284         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
20285         * sysdeps/unix/sysv/linux/m68k: Move directory from
20286         ports/sysdeps/unix/sysv/linux/m68k.
20287         * README: Update listing for m68k-*-linux-gnu.
20289 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
20291         * sysdeps/tile: Move directory from ports/sysdeps/tile.
20292         * sysdeps/unix/sysv/linux/generic: Move directory from
20293         ports/sysdeps/unix/sysv/linux/generic.
20294         * sysdeps/unix/sysv/linux/tile: Move directory from
20295         ports/sysdeps/unix/sysv/linux/tile.
20296         * README: Update listing for tile*-*-linux-gnu.
20298 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
20300         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
20301         __builtin_expect.
20302         * benchtests/bench-memmem.c (simple_memmem): Likewise.
20303         * catgets/open_catalog.c (__open_catalog): Likewise.
20304         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
20305         * debug/confstr_chk.c: Likewise.
20306         * debug/fread_chk.c (__fread_chk): Likewise.
20307         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
20308         * debug/getgroups_chk.c: Likewise.
20309         * debug/mbsnrtowcs_chk.c: Likewise.
20310         * debug/mbsrtowcs_chk.c: Likewise.
20311         * debug/mbstowcs_chk.c: Likewise.
20312         * debug/memcpy_chk.c: Likewise.
20313         * debug/memmove_chk.c: Likewise.
20314         * debug/mempcpy_chk.c: Likewise.
20315         * debug/memset_chk.c: Likewise.
20316         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20317         * debug/strcat_chk.c (__strcat_chk): Likewise.
20318         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
20319         * debug/strncat_chk.c (__strncat_chk): Likewise.
20320         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
20321         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
20322         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
20323         * debug/wcpncpy_chk.c: Likewise.
20324         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20325         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
20326         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
20327         * debug/wcsncpy_chk.c: Likewise.
20328         * debug/wcsnrtombs_chk.c: Likewise.
20329         * debug/wcsrtombs_chk.c: Likewise.
20330         * debug/wcstombs_chk.c: Likewise.
20331         * debug/wmemcpy_chk.c: Likewise.
20332         * debug/wmemmove_chk.c: Likewise.
20333         * debug/wmempcpy_chk.c: Likewise.
20334         * debug/wmemset_chk.c: Likewise.
20335         * dirent/scandirat.c (SCANDIRAT): Likewise.
20336         * dlfcn/dladdr1.c (dladdr1): Likewise.
20337         * dlfcn/dladdr.c (dladdr): Likewise.
20338         * dlfcn/dlclose.c (dlclose_doit): Likewise.
20339         * dlfcn/dlerror.c (__dlerror): Likewise.
20340         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
20341         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
20342         * dlfcn/dlopen.c (dlopen_doit): Likewise.
20343         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
20344         * dlfcn/dlsym.c (dlsym_doit): Likewise.
20345         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
20346         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
20347         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
20348         Likewise.
20349         * elf/dl-conflict.c: Likewise.
20350         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
20351         * elf/dl-dst.h: Likewise.
20352         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
20353         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
20354         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
20355         * elf/dl-init.c (call_init, _dl_init): Likewise.
20356         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
20357         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
20358         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
20359         Likewise.
20360         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
20361         Likewise.
20362         * elf/dl-minimal.c (__libc_memalign): Likewise.
20363         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
20364         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20365         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
20366         * elf/dl-sym.c (do_sym): Likewise.
20367         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
20368         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
20369         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
20370         * elf/dl-writev.h (_dl_writev): Likewise.
20371         * elf/ldconfig.c (search_dir): Likewise.
20372         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
20373         (dl_main): Likewise.
20374         * elf/setup-vdso.h (setup_vdso): Likewise.
20375         * grp/compat-initgroups.c (compat_call): Likewise.
20376         * grp/fgetgrent.c (fgetgrent): Likewise.
20377         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
20378         * grp/putgrent.c (putgrent): Likewise.
20379         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
20380         Likewise.
20381         * hurd/hurdinit.c: Likewise.
20382         * iconvdata/8bit-gap.c (struct): Likewise.
20383         * iconvdata/ansi_x3.110.c : Likewise.
20384         * iconvdata/big5.c : Likewise.
20385         * iconvdata/big5hkscs.c : Likewise.
20386         * iconvdata/cp1255.c: Likewise.
20387         * iconvdata/cp1258.c : Likewise.
20388         * iconvdata/cp932.c : Likewise.
20389         * iconvdata/euc-cn.c: Likewise.
20390         * iconvdata/euc-jisx0213.c : Likewise.
20391         * iconvdata/euc-jp.c: Likewise.
20392         * iconvdata/euc-jp-ms.c : Likewise.
20393         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
20394         * iconvdata/gb18030.c : Likewise.
20395         * iconvdata/gbbig5.c (const): Likewise.
20396         * iconvdata/gbgbk.c: Likewise.
20397         * iconvdata/gbk.c : Likewise.
20398         * iconvdata/ibm1364.c : Likewise.
20399         * iconvdata/ibm930.c : Likewise.
20400         * iconvdata/ibm932.c: Likewise.
20401         * iconvdata/ibm933.c : Likewise.
20402         * iconvdata/ibm935.c : Likewise.
20403         * iconvdata/ibm937.c : Likewise.
20404         * iconvdata/ibm939.c : Likewise.
20405         * iconvdata/ibm943.c: Likewise.
20406         * iconvdata/iso_11548-1.c: Likewise.
20407         * iconvdata/iso-2022-cn.c : Likewise.
20408         * iconvdata/iso-2022-cn-ext.c : Likewise.
20409         * iconvdata/iso-2022-jp-3.c: Likewise.
20410         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
20411         * iconvdata/iso-2022-kr.c : Likewise.
20412         * iconvdata/iso646.c (gconv_end): Likewise.
20413         * iconvdata/iso_6937-2.c : Likewise.
20414         * iconvdata/iso_6937.c : Likewise.
20415         * iconvdata/iso8859-1.c: Likewise.
20416         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
20417         * iconvdata/shift_jisx0213.c : Likewise.
20418         * iconvdata/sjis.c : Likewise.
20419         * iconvdata/t.61.c : Likewise.
20420         * iconvdata/tcvn5712-1.c : Likewise.
20421         * iconvdata/tscii.c: Likewise.
20422         * iconvdata/uhc.c : Likewise.
20423         * iconvdata/unicode.c (gconv_end): Likewise.
20424         * iconvdata/utf-16.c (gconv_end): Likewise.
20425         * iconvdata/utf-32.c (gconv_end): Likewise.
20426         * iconvdata/utf-7.c (base64): Likewise.
20427         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
20428         * iconv/gconv_close.c (__gconv_close): Likewise.
20429         * iconv/gconv_open.c (__gconv_open): Likewise.
20430         * iconv/gconv_simple.c (internal_ucs4_loop_single)
20431         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
20432         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
20433         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
20434         (ucs4le_internal_loop_single): Likewise.
20435         * iconv/iconv.c (iconv): Likewise.
20436         * iconv/iconv_close.c: Likewise.
20437         * iconv/loop.c (SINGLE): Likewise.
20438         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
20439         * include/atomic.h: Likewise.
20440         * inet/inet6_option.c (option_alloc): Likewise.
20441         * intl/bindtextdom.c (set_binding_values): Likewise.
20442         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
20443         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
20444         * intl/localealias.c (read_alias_file): Likewise.
20445         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
20446         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
20447         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
20448         * libio/fmemopen.c (fmemopen): Likewise.
20449         * libio/iofgets.c (_IO_fgets): Likewise.
20450         * libio/iofgets_u.c (fgets_unlocked): Likewise.
20451         * libio/iofgetws.c (fgetws): Likewise.
20452         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
20453         * libio/iogetdelim.c (_IO_getdelim): Likewise.
20454         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
20455         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
20456         * locale/findlocale.c (_nl_find_locale): Likewise.
20457         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
20458         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
20459         Likewise.
20460         * locale/setlocale.c (setlocale): Likewise.
20461         * login/programs/pt_chown.c (main): Likewise.
20462         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
20463         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
20464         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
20465         (mmap, mmap64, mremap, munmap): Likewise.
20466         * math/e_exp2l.c: Likewise.
20467         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
20468         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
20469         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
20470         * math/s_catan.c (__catan): Likewise.
20471         * math/s_catanf.c (__catanf): Likewise.
20472         * math/s_catanh.c (__catanh): Likewise.
20473         * math/s_catanhf.c (__catanhf): Likewise.
20474         * math/s_catanhl.c (__catanhl): Likewise.
20475         * math/s_catanl.c (__catanl): Likewise.
20476         * math/s_ccosh.c (__ccosh): Likewise.
20477         * math/s_ccoshf.c (__ccoshf): Likewise.
20478         * math/s_ccoshl.c (__ccoshl): Likewise.
20479         * math/s_cexp.c (__cexp): Likewise.
20480         * math/s_cexpf.c (__cexpf): Likewise.
20481         * math/s_cexpl.c (__cexpl): Likewise.
20482         * math/s_clog10.c (__clog10): Likewise.
20483         * math/s_clog10f.c (__clog10f): Likewise.
20484         * math/s_clog10l.c (__clog10l): Likewise.
20485         * math/s_clog.c (__clog): Likewise.
20486         * math/s_clogf.c (__clogf): Likewise.
20487         * math/s_clogl.c (__clogl): Likewise.
20488         * math/s_csin.c (__csin): Likewise.
20489         * math/s_csinf.c (__csinf): Likewise.
20490         * math/s_csinh.c (__csinh): Likewise.
20491         * math/s_csinhf.c (__csinhf): Likewise.
20492         * math/s_csinhl.c (__csinhl): Likewise.
20493         * math/s_csinl.c (__csinl): Likewise.
20494         * math/s_csqrt.c (__csqrt): Likewise.
20495         * math/s_csqrtf.c (__csqrtf): Likewise.
20496         * math/s_csqrtl.c (__csqrtl): Likewise.
20497         * math/s_ctan.c (__ctan): Likewise.
20498         * math/s_ctanf.c (__ctanf): Likewise.
20499         * math/s_ctanh.c (__ctanh): Likewise.
20500         * math/s_ctanhf.c (__ctanhf): Likewise.
20501         * math/s_ctanhl.c (__ctanhl): Likewise.
20502         * math/s_ctanl.c (__ctanl): Likewise.
20503         * math/w_pow.c: Likewise.
20504         * math/w_powf.c: Likewise.
20505         * math/w_powl.c: Likewise.
20506         * math/w_scalb.c (sysv_scalb): Likewise.
20507         * math/w_scalbf.c (sysv_scalbf): Likewise.
20508         * math/w_scalbl.c (sysv_scalbl): Likewise.
20509         * misc/error.c (error_tail): Likewise.
20510         * misc/pselect.c (__pselect): Likewise.
20511         * nis/nis_callback.c (__nis_create_callback): Likewise.
20512         * nis/nis_call.c (__nisfind_server): Likewise.
20513         * nis/nis_creategroup.c (nis_creategroup): Likewise.
20514         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
20515         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
20516         * nis/nis_getservlist.c (nis_getservlist): Likewise.
20517         * nis/nis_lookup.c (nis_lookup): Likewise.
20518         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
20519         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
20520         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
20521         * nis/nis_xdr.c (xdr_endpoint): Likewise.
20522         * nis/nss_compat/compat-grp.c (getgrent_next_file)
20523         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
20524         * nis/nss_compat/compat-initgroups.c (add_group)
20525         (internal_getgrent_r): Likewise.
20526         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
20527         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
20528         * nis/nss_compat/compat-spwd.c (getspent_next_file)
20529         (internal_getspnam_r): Likewise.
20530         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
20531         (_nss_nis_getaliasbyname_r): Likewise.
20532         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
20533         (_nss_nis_getntohost_r): Likewise.
20534         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
20535         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
20536         (_nss_nis_getgrgid_r): Likewise.
20537         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
20538         (internal_nis_gethostent_r, internal_gethostbyname2_r)
20539         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
20540         (_nss_nis_gethostbyname4_r): Likewise.
20541         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
20542         (initgroups_netid): Likewise.
20543         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
20544         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
20545         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
20546         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
20547         (_nss_nis_getprotobynumber_r): Likewise.
20548         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
20549         (_nss_nis_getsecretkey): Likewise.
20550         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
20551         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
20552         (_nss_nis_getpwuid_r): Likewise.
20553         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
20554         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
20555         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
20556         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
20557         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
20558         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
20559         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
20560         Likewise.
20561         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
20562         (_nss_nisplus_getntohost_r): Likewise.
20563         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
20564         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
20565         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
20566         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
20567         Likewise.
20568         * nis/nss_nisplus/nisplus-initgroups.c
20569         (_nss_nisplus_initgroups_dyn): Likewise.
20570         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
20571         (_nss_nisplus_getnetbyaddr_r): Likewise.
20572         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
20573         (_nss_nisplus_getprotobynumber_r): Likewise.
20574         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
20575         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
20576         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
20577         Likewise.
20578         * nis/nss_nisplus/nisplus-service.c
20579         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
20580         (_nss_nisplus_getservbyport_r): Likewise.
20581         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
20582         (_nss_nisplus_getspnam_r): Likewise.
20583         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
20584         Likewise.
20585         * nscd/aicache.c (addhstaiX): Likewise.
20586         * nscd/cache.c (cache_search, prune_cache): Likewise.
20587         * nscd/connections.c (register_traced_file, send_ro_fd)
20588         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
20589         (main_loop_epoll): Likewise.
20590         * nscd/grpcache.c (addgrbyX): Likewise.
20591         * nscd/hstcache.c (addhstbyX): Likewise.
20592         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20593         * nscd/mem.c (gc, mempool_alloc): Likewise.
20594         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
20595         (addinnetgrX): Likewise.
20596         * nscd/nscd-client.h (__nscd_acquire_maplock)
20597         (__nscd_drop_map_ref): Likewise.
20598         * nscd/nscd_getai.c (__nscd_getai): Likewise.
20599         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
20600         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
20601         Likewise.
20602         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
20603         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
20604         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
20605         (__nscd_get_map_ref): Likewise.
20606         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
20607         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
20608         Likewise.
20609         * nscd/pwdcache.c (addpwbyX): Likewise.
20610         * nscd/selinux.c (preserve_capabilities): Likewise.
20611         * nscd/servicescache.c (addservbyX): Likewise.
20612         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
20613         * posix/fnmatch.c (fnmatch): Likewise.
20614         * posix/getopt.c (_getopt_internal_r): Likewise.
20615         * posix/glob.c (glob, glob_in_dir): Likewise.
20616         * posix/wordexp.c (exec_comm_child): Likewise.
20617         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
20618         (getanswer_r, gaih_getanswer_slice): Likewise.
20619         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
20620         * resolv/res_init.c: Likewise.
20621         * resolv/res_mkquery.c (res_nmkquery): Likewise.
20622         * resolv/res_query.c (__libc_res_nquery): Likewise.
20623         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
20624         Likewise.
20625         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
20626         * stdio-common/perror.c (perror): Likewise.
20627         * stdio-common/printf_fp.c (___printf_fp): Likewise.
20628         * stdio-common/tmpnam.c (tmpnam): Likewise.
20629         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20630         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
20631         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
20632         Likewise.
20633         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
20634         * stdlib/putenv.c (putenv): Likewise.
20635         * stdlib/setenv.c (__add_to_environ): Likewise.
20636         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20637         * stdlib/strtol_l.c (INTERNAL): Likewise.
20638         * string/memmem.c (memmem): Likewise.
20639         * string/strerror.c (strerror): Likewise.
20640         * string/strnlen.c (__strnlen): Likewise.
20641         * string/test-memmem.c (simple_memmem): Likewise.
20642         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
20643         * sunrpc/pm_getport.c (__get_socket): Likewise.
20644         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
20645         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
20646         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
20647         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
20648         Likewise.
20649         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
20650         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
20651         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
20652         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
20653         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
20654         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
20655         Likewise.
20656         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
20657         Likewise.
20658         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
20659         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
20660         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
20661         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
20662         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
20663         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
20664         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
20665         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
20666         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
20667         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
20668         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
20669         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
20670         Likewise.
20671         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
20672         Likewise.
20673         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
20674         Likewise.
20675         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
20676         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
20677         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
20678         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
20679         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
20680         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
20681         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
20683         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
20684         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
20685         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
20686         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20687         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20688         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
20689         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20690         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
20691         Likewise.
20692         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
20693         Likewise.
20694         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
20695         Likewise.
20696         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
20697         Likewise.
20698         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20699         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20700         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
20701         Likewise.
20702         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
20703         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
20704         * sysdeps/posix/opendir.c (__opendirat): Likewise.
20705         * sysdeps/posix/sleep.c: Likewise.
20706         * sysdeps/posix/tempname.c: Likewise.
20707         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20708         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20709         Likewise.
20710         * sysdeps/powerpc/powerpc32/dl-machine.h
20711         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
20712         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20713         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20714         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20715         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20716         Likewise.
20717         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20718         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20719         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20720         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20721         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20722         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20723         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20724         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20725         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20726         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20727         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20728         (elf_machine_lazy_rel): Likewise.
20729         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20730         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20731         (elf_machine_lazy_rel): Likewise.
20732         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20733         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20734         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20735         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20736         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20737         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20738         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20739         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20740         Likewise.
20741         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20742         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20743         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20744         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20745         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20746         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20747         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20748         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20749         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20750         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20751         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20752         Likewise.
20753         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20754         (__posix_fallocate64_l64): Likewise.
20755         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20756         (posix_fallocate): Likewise.
20757         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20758         Likewise.
20759         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20760         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20761         (getifaddrs_internal): Likewise.
20762         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20763         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20764         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20765         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20766         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20767         (__posix_fallocate64_l64): Likewise.
20768         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20769         Likewise.
20770         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20771         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20772         (__get_clockfreq): Likewise.
20773         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20774         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20775         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20776         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20777         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20778         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20779         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20780         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20781         Likewise.
20782         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20783         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20784         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20785         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20786         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20787         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20788         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20789         Likewise.
20790         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20791         (posix_fallocate): Likewise.
20792         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20793         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20794         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20795         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20796         (elf_machine_rela, elf_machine_rela_relative)
20797         (elf_machine_lazy_rel): Likewise.
20798         * time/asctime.c (asctime_internal): Likewise.
20799         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20800         * time/tzset.c (__tzset_parse_tz): Likewise.
20801         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20802         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20803         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20804         * wcsmbs/wcsmbsload.h: Likewise.
20806         [BZ #15894]
20807         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20809         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20810         (arena_get2): Remove THREAD_STATS conditionals.
20811         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20812         (__malloc_stats, int): Likewise.
20814 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20816         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20817         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20819         * manual/setjmp.texi: Fix typos/grammar errors.
20821         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20822         Only return early when n is <= 0.  Delete unused return statement.
20824         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20825         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20826         * debug/tst-longjmp_chk3.c: New file.
20828         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20829         (test_main): Replace code with set_fortify_handler call.
20830         * debug/test-strcpy_chk.c: Likewise.
20831         * debug/tst-chk1.c: Likewise.
20832         * debug/tst-longjmp_chk.c: Likewise.
20833         * test-skeleton.c: Include fcntl.h & paths.h
20834         (set_fortify_handler): Define.
20836         * debug/tst-longjmp_chk.c: Add header comment and include
20837         ../test-skeleton.c.
20838         (do_test): Mark static.
20839         (TEST_FUNCTION): Define.
20841         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20842         (IP_PMTUDISC_INTERFACE): Likewise.
20843         (IP_MULTICAST_IF): Likewise.
20844         (IP_MULTICAST_TTL): Likewise.
20845         (IP_MULTICAST_LOOP): Likewise.
20846         (IP_ADD_MEMBERSHIP): Likewise.
20847         (IP_DROP_MEMBERSHIP): Likewise.
20848         (IP_UNBLOCK_SOURCE): Likewise.
20849         (IP_BLOCK_SOURCE): Likewise.
20850         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20851         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20852         (IP_MSFILTER): Likewise.
20853         (MCAST_JOIN_GROUP): Likewise.
20854         (MCAST_BLOCK_SOURCE): Likewise.
20855         (MCAST_UNBLOCK_SOURCE): Likewise.
20856         (MCAST_LEAVE_GROUP): Likewise.
20857         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20858         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20859         (MCAST_MSFILTER): Likewise.
20860         (IP_MULTICAST_ALL): Likewise.
20861         (IP_UNICAST_IF): Likewise.
20863         * timezone/Makefile: Delete $(have-ksh) check.
20864         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20865         * timezone/tzselect.ksh: Add +x mode bits.
20867         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20868         (ANON_INODE_FS_MAGIC): Likewise.
20869         (BDEVFS_MAGIC): Likewise.
20870         (BINFMTFS_MAGIC): Likewise.
20871         (BTRFS_TEST_MAGIC): Likewise.
20872         (CRAMFS_MAGIC_WEND): Likewise.
20873         (DEBUGFS_MAGIC): Likewise.
20874         (ECRYPTFS_SUPER_MAGIC): Likewise.
20875         (EXT3_SUPER_MAGIC): Likewise.
20876         (EXT4_SUPER_MAGIC): Likewise.
20877         (FUTEXFS_SUPER_MAGIC): Likewise.
20878         (HOSTFS_SUPER_MAGIC): Likewise.
20879         (HUGETLBFS_MAGIC): Likewise.
20880         (MINIX3_SUPER_MAGIC): Likewise.
20881         (MTD_INODE_FS_MAGIC): Likewise.
20882         (NILFS_SUPER_MAGIC): Likewise.
20883         (OPENPROM_SUPER_MAGIC): Likewise.
20884         (PIPEFS_MAGIC): Likewise.
20885         (PSTOREFS_MAGIC): Likewise.
20886         (QNX6_SUPER_MAGIC): Likewise.
20887         (RAMFS_MAGIC): Likewise.
20888         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20889         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20890         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20891         (SECURITYFS_MAGIC): Likewise.
20892         (SELINUX_MAGIC): Likewise.
20893         (SMACK_MAGIC): Likewise.
20894         (SOCKFS_MAGIC): Likewise.
20895         (SQUASHFS_MAGIC): Likewise.
20896         (STACK_END_MAGIC): Likewise.
20897         (TMPFS_MAGIC): Likewise.
20898         (USBDEVICE_SUPER_MAGIC): Likewise.
20899         (V9FS_MAGIC): Likewise.
20900         (XENFS_SUPER_MAGIC): Likewise.
20901         (CRAMFS_MAGIC): Fix typo in comment.
20902         (EXT2_SUPER_MAGIC): Update comment.
20903         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20905 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20907         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20908         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20909         * sysdeps/unix/sysv/linux/arm: Move directory from
20910         ports/sysdeps/unix/sysv/linux/arm.
20911         * README: Update listing for arm-*-linux-gnueabi.
20913         * README: Remove mention of am33.
20915 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20917         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20918         than the comma operator, to avoid "rhs of comma has no effect"
20919         compiler warnings.
20920         (__sigfillset, __sigandset, __sigorset): Likewise.
20921         * include/signal.h (__sigemptyset): Likewise.
20922         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20924 2014-02-07  Allan McRae  <allan@archlinux.org>
20926         * version.h (RELEASE): Set to "development".
20927         (VERSION): Set to "2.19.90"
20928         * NEWS: Add 2.20 section.
20930 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20932         [BZ #16529]
20933         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20935 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20937         * manual/contrib.texi: Update entry for Carlos O'Donell,
20938         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20940 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20942         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20944         * sysdeps/unix/sysv/linux/kernel-features.h
20945         [__LINUX_KERNEL_VERSION >= 0x020621]
20946         (__ASSUME_PROC_PID_TASK_COMM): Define.
20948 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20950         [BZ #16398]
20951         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20952         conversion when destination buffer does not have enough space.
20953         * libio/tst-ftell-partial-wide.c: New test case.
20954         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20956         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20957         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20958         Leonard and Allan McRae.
20960 2014-02-04  David S. Miller  <davem@davemloft.net>
20962         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20963         32-bit.
20965 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20968         New file
20969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20970         New file
20971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20972         New file.
20973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20974         New file.
20975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20976         New file.
20977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20978         New file.
20979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20980         New file.
20981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20982         New file.
20983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20984         New file.
20985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20986         New file.
20987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20988         New file.
20989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20990         New file.
20991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20992         New file.
20994 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20996         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20997         * shlib-versions: Likewise.
20999 2014-02-04  Roland McGrath  <roland@hack.frob.com>
21000             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21002         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
21003         (abilist-pattern): New variable, set to %-le.abilist.
21005         * Makerules (abilist-pattern): New variable.
21006         (vpath): Use $(abilist-pattern) in place of %.abilist.
21007         (check-abi-% pattern rule): Likewise.
21008         (check-abi, update-abi): Likewise.
21010 2014-02-04  Eric Wong  <normalperson@yhbt.net>
21012         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21014 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
21016         * manual/startup.texi: Add next, previous, and top entries for
21017         the `Program Arguments' and `Environment Variables' nodes.
21019 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
21021         * manual/macros.texi: Add comments before MTASC-safety macros.
21023         * manual/users.texi: Document MTASC-safety properties.
21025         * manual/threads.texi (pthread_key_create, pthread_key_delete)
21026         (pthread_getspecific, pthread_setspecific): Format with
21027         @deftypefun, and add @safety note.
21028         * manual/signal.texi: Move comments that analyze the above
21029         functions to their home place.
21031 2014-02-03  Allan McRae  <allan@archlinux.org>
21033         * po/sl.po: Update Slovenian translation from translation project.
21035 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
21037         * manual/time.texi (timegm): Add missing blank after @c.
21038         Reported by Joseph Myers <joseph@codesourcery.com>.
21040 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
21042         * manual/check-safety.sh: New.
21043         * manual/Makefile ($(objpfx)stamp-summary): Run it.
21045         * manual/terminal.texi: Document MTASC-safety properties.
21047         * manual/filesys.texi: Document MTASC-safety properties.
21049         * manual/errno.texi: Document MTASC-safety properties.
21051         * manual/intro.texi: Document safety identifiers and
21052         conditionals.
21054         * manual/string.texi (wcstok): Fix prototype.
21055         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
21057         * manual/time.texi: Document MTASC-safety properties.
21059         * manual/string.texi: Document MTASC-safety properties.
21061         * manual/threads.texi: Document MTASC-safety properties.
21063         * manual/stdio.texi: Document MTASC-safety properties.
21065         * manual/syslog.texi: Document MTASC-safety properties.
21067         * manual/sysinfo.texi: Document MTASC-safety properties.
21069         * manual/startup.texi: Document MTASC-safety properties.
21071         * manual/socket.texi: Document MTASC-safety properties.
21073         * manual/signal.texi: Document MTASC-safety properties.
21075 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
21077         * manual/setjmp.texi: Document MTASC-safety properties.
21079         * manual/search.texi: Document MTASC-safety properties.
21081         * manual/resource.texi: Document MTASC-safety properties.
21083         * manual/process.texi: Document MTASC-safety properties.
21085         * manual/platform.texi: Document MTASC-safety properties.
21087         * manual/pipe.texi: Document MTASC-safety properties.
21089         * manual/pattern.texi: Document MTASC-safety properties.
21091         * manual/message.texi: Document MTASC-safety properties.
21093         [BZ #12751]
21094         * manual/memory.texi: Document MTASC-safety properties.
21096         * manual/math.texi: Document MTASC-safety properties.
21098         * manual/locale.texi: Document MTASC-safety properties.
21100         * manual/llio.texi: Document MTASC-safety properties.
21102         * manual/libdl.texi: New.
21104         * manual/lang.texi: Document MTASC-safety properties.
21106         * manual/job.texi: Document MTASC-safety properties.
21108         * manual/getopt.texi: Document MTASC-safety properties.
21110         * manual/ctype.texi: Document MTASC-safety properties.
21112 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
21114         [BZ #16046]
21115         * csu/libc-tls.c (static_map): Remove variable.
21116         (__libc_setup_tls): Use main executable's link map for TLS data.
21117         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
21118         casing for LM_ID_BASE and GL(dl_nns).
21119         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
21120         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
21121         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
21122         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
21123         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
21124         member.
21125         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
21126         l_phnum members.
21128 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
21130         * manual/debug.texi: Document MTASC-safety properties.
21132 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
21134         [BZ #16510]
21135         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
21136         of __x86_64__ when disabling x87 inline functions.
21138 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
21140         * manual/charset.texi: Document MTASC-safety properties.
21142         * manual/crypt.texi: Document MTASC-safety properties.
21144         * manual/conf.texi: Document MTASC-safety properties.
21146         * manual/arith.texi: Document MTASC-safety properties.
21148         * manual/argp.texi: Document MTASC-safety properties.
21150         * manual/macros.texi: Introduce macros to document multi
21151         thread, asynchronous signal and asynchronous cancellation
21152         safety properties.
21153         * manual/intro.texi: Introduce the properties themselves.
21155 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21157         * sysdeps/sh/sh4/Makefile: New file.
21159 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
21161         * math/gen-libm-test.pl ($srcdir): New variable.
21162         ($auto_input): Use it.
21164 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21166         [BZ #16506]
21167         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
21168         access beyond array bounds when parsing netgroups file.
21170         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
21171         the old buffer before realloc.
21173 2014-01-27  Allan McRae  <allan@archlinux.org>
21175         * po/fr.po: Update French translation from translation project.
21177 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21179         * sysdeps/sh/libm-test-ulps: Regenerate.
21181 2014-01-24  David S. Miller  <davem@davemloft.net>
21183         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
21185 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21187         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
21188         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
21190 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21192         [BZ #16474]
21193         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
21194         string pointers after reallocation.
21196 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21198         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
21199         __SH4A__ instead of __SH_FPU_ANY__.
21201 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21203         * sysdeps/sh/fpu_control.h: New file.
21204         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
21205         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
21206         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
21207         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
21208         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
21209         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
21210         * sysdeps/sh/sys/ucontext.h: Remove.
21211         * sysdeps/sh/sys: Remove directory.
21213 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21215         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
21216         s390/sys/ucontext.h.
21217         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
21218         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
21220 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
21222         [BZ #15605]
21223         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
21225 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21227         [BZ#16431]
21228         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
21229         Adjust the vDSO correctly for internal calls.
21230         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
21232 2014-01-20  Allan McRae  <allan@archlinux.org>
21234         * po/ca.po: Update Catalan translation from translation project.
21236 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
21238         * sysdeps/s390/sotruss-lib.c: New file.
21240 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21242         [BZ#16430]
21243         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
21244         (__GI___gettimeofday): Alias for a different internal symbol to avoid
21245         local calls issues by not having a PLT stub required for IFUNC calls.
21246         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
21248 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
21250         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
21251         * math/test-fpucw-static.c: Likewise.
21253 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21255         [BZ #16453]
21256         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
21258 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21260         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
21261         implementation for powerpc.
21263 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
21265         [BZ #14782]
21266         * sysdeps/posix/system.c (__libc_system): Do not enable
21267         asynchronous cancellation.
21269 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21271         [BZ #16427]
21272         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
21273         handling only for numbers special also in the IEEE case.
21275 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21277         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
21279 2014-01-11  Allan McRae  <allan@archlinux.org>
21281         * po/bg.po: Update Bulgarian translation from translation project.
21283         * po/de.po: Update German translation from translation project.
21285 2014-01-10  Roland McGrath  <roland@hack.frob.com>
21287         * sysdeps/generic/gcc-compat.h: New file.
21289 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21291         * benchtests/asin-inputs: Correct slow inputs.
21292         * benchtests/acos-inputs: Likewise.
21294 2014-01-10  Allan McRae  <allan@archlinux.org>
21296         * po:sv.po: Update Swedish translation from translation project.
21298         * po/vi.po: Update Vietnamese translation from translation project.
21300         * po/eo.po: Update Esperanto translation from translation project.
21302         * po/cs.po: Update Czech translation from translation project.
21304         * po/nl.po: Update Dutch translation from translation project.
21306         * po/pl.po: Update Polish translation from translation project.
21308         * po/ru.po: Update Russian translation from translation project.
21310         * po/uk.po: Update Ukrainian translation from translation project.
21312 2014-01-08  Brooks Moses  <bmoses@google.com>
21314         * elf/dl-load.c: Fix comment typo.
21316 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
21318         * po/header.pot: Rename to...
21319         * po/pot.header: ... this.
21320         * po/Makefile: Use pot.header.
21322 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
21323             Maxim Kuvyrkov  <maxim@kugelworks.com>
21325         [BZ #16394]
21326         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
21327         SRC and DEST against LEN.
21329 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21331         [BZ #16414]
21332         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
21333         implementation.
21334         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
21336 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21340 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
21342         [BZ #16408]
21343         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
21344         for large positive arguments.
21346 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
21348         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21350         * math/auto-libm-test-in: Mark various tests with
21351         xfail-rounding:ldbl-128ibm.
21352         * math/auto-libm-test-out: Regenerated.
21354         [BZ #16407]
21355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
21356         Increase overflow threshold.
21358 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
21360         [BZ #14286]
21361         * stdio-common/vfprintf.c: Check for integer overflow.
21363 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21365         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
21366         the first argument and return value of __tls_get_addr_internal.
21368 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21370         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
21371         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
21373 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21375         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
21376         * sysdeps/s390/rtld-global-offsets.sym: New file.
21377         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
21378         GLIBC_2.19 symbol.
21379         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
21380         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
21381         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
21382         ... this.
21383         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
21384         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
21385         ... this.
21386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21387         Regenerate.
21388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21389         Regenerate.
21390         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
21391         halfs of GPRs for high_gprs contexts.
21392         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
21393         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
21394         field.
21395         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
21396         uc_flags field.
21397         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
21398         64 bit versions:
21399         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
21400         for high GPRs (uc_high_gprs) and for future extensions
21401         (__reserved).
21402         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
21403         for future extensions (__reserved).
21404         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
21405         64 bit versions:
21406         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
21407         SC_HIGHGPRS offset definition.
21408         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
21409         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
21411         * Versions.def: Add GLIBC_2.19 for libpthread.
21412         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
21413         siglongjmp for libpthread with GLIBC_2.19 symver.
21414         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
21415         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
21416         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
21417         * sysdeps/s390/__longjmp.c: New file.
21418         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
21419         * sysdeps/s390/longjmp.c: New file.
21420         * sysdeps/s390/setjmp.S: New file.
21421         * sysdeps/s390/sigjmp.S: New file.
21422         * sysdeps/s390/v1-longjmp.c: New file.
21423         * sysdeps/s390/v1-setjmp.h: New file.
21424         * sysdeps/s390/v1-sigjmp.c: New file.
21425         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
21426         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
21427         GLIBC_2.19 version.
21428         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
21429         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
21430         versioned symbols for ____longjmp_chk.
21431         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
21432         Likewise.
21433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
21434         Regenerate.
21435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21436         Regenerate.
21437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
21438         Regenerate.
21439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21440         Regenerate.
21441         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
21442         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
21443         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
21444         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
21445         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
21446         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
21447         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
21448         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
21449         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
21450         * sysdeps/s390/rtld-__longjmp.c: New file.
21451         * sysdeps/s390/rtld-setjmp.S: New file.
21453 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
21455         [BZ #16400]
21456         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21457         Return -__logl (x) for small positive arguments without evaluating
21458         a polynomial.
21460 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
21462         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
21463         Rename to ...
21464         (__ptrace_peeksiginfo_args): ... this.
21465         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21466         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21467         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21469 2014-01-06  Allan McRae  <allan@archlinux.org>
21471         * inet/netinet/in.h: Fix typo in comment.
21473 2014-01-05  Andreas Jaeger  <aj@suse.de>
21475         * sysdeps/i386/fpu/libm-test-ulps: Update.
21477 2014-01-05  Allan McRae  <allan@archlinux.org>
21479         * po/libc.pot: Regenerated.
21481         * malloc/memusagestat.c: Fix gettext call formatting.
21483 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
21485         * nscd/nscd.c: Improve usage() output.
21487 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
21489         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
21490         * sysdeps/unix/sysv/linux/configure: Regenerated.
21491         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
21492         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
21494 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21496         [BZ #16390]
21497         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21498         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
21500 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21502         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
21503         extra tokens at end of #undef directive.
21504         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
21505         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
21506         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
21508 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
21510         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
21512         * math/auto-libm-test-in: Mark various tests with
21513         xfail-rounding:ldbl-128ibm.
21514         * math/auto-libm-test-out: Regenerated.
21516 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
21518         [BZ #16386]
21519         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
21520         numbers with subnormal high part when calculating exponent.
21522         [BZ #16385]
21523         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
21524         fabs.
21526         [BZ #16384]
21527         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
21528         M_LN2l.
21529         (__ieee754_acoshl): Use __log1pl not __log1p.
21531 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
21533         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
21534         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
21535         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
21536         (grow_heap, heap_trim, _int_new_arena, get_free_list)
21537         (reused_arena, arena_get2): Convert to GNU style.
21538         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
21539         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
21540         (memalign_check, __malloc_set_state): Likewise.
21541         * malloc/mallocbug.c (main): Likewise.
21542         * malloc/malloc.c (__malloc_assert, malloc_init_state)
21543         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
21544         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
21545         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
21546         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
21547         (__posix_memalign, malloc_info): Likewise.
21548         * malloc/malloc.h: Likewise.
21549         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
21550         (mallochook, memalignhook, reallochook, mabort): Likewise.
21551         * malloc/mcheck.h: Likewise.
21552         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
21553         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
21554         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
21555         * malloc/morecore.c (__default_morecore): Likewise.
21556         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
21557         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
21558         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
21559         (print_and_abort): Likewise.
21560         * malloc/obstack.h: Likewise.
21561         * malloc/set-freeres.c (__libc_freeres): Likewise.
21562         * malloc/tst-mallocstate.c (main): Likewise.
21563         * malloc/tst-mtrace.c (main): Likewise.
21564         * malloc/tst-realloc.c (do_test): Likewise.
21566 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21568         [BZ #16366]
21569         * nscd/netgroupcache.c (do_notfound): New function.
21570         (addgetnetgrentX): Use it.
21572         [BZ # 16365]
21573         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
21574         NSS_STATUS_NOTFOUND.
21576 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
21578         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21581 2014-01-01  Allan McRae  <allan@archlinux.org>
21583         * scripts/update-copyrights: Update configure input file suffix.
21585         * NEWS: Update copyright year.
21586         * catgets/gencat.c: Likewise.
21587         * csu/version.c: Likewise.
21588         * debug/catchsegv.sh: Likewise.
21589         * debug/pcprofiledump.c: Likewise.
21590         * debug/xtrace.sh: Likewise.
21591         * elf/ldconfig.c: Likewise.
21592         * elf/ldd.bash.in: Likewise.
21593         * elf/pldd.c: Likewise.
21594         * elf/sotruss.ksh: Likewise.
21595         * elf/sprof.c: Likewise.
21596         * iconv/iconv_prog.c: Likewise.
21597         * iconv/iconvconfig.c: Likewise.
21598         * locale/programs/locale.c: Likewise.
21599         * locale/programs/localedef.c: Likewise.
21600         * login/programs/pt_chown.c: Likewise.
21601         * malloc/memusage.sh: Likewise.
21602         * malloc/memusagestat.c: Likewise.
21603         * malloc/mtrace.pl: Likewise.
21604         * manual/libc.texinfo: Likewise.
21605         * nscd/nscd.c: Likewise.
21606         * nss/getent.c: Likewise.
21607         * nss/makedb.c: Likewise.
21608         * posix/getconf.c: Likewise.
21609         * scripts/test-installation.pl: Likewise.
21611         * All files with FSF copyright notices: Update copyright dates
21612         using scripts/update-copyrights.
21613         * intl/plural.c: Regenerated.
21614         * locale/programs/charmap-kw.h: Likewise.
21615         * locale/programs/locfile-kw.h: Likewise.
21617 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
21619         * sysdeps/unix/sysv/linux/configure: Regenerated.
21620         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
21621         the linux/fanotify.h header.
21622         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
21623         HAVE_LINUX_FANOTIFY_H is defined.
21625 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
21627         * benchtests/cos-inputs: New inputs.
21628         * benchtests/sin-inputs: Likewise.
21630         * benchtests/atan-inputs: New inputs. Fix name of multiple
21631         precision fallback inputs.
21633         * benchtests/atanh-inputs: New inputs.
21634         * benchtests/tanh-inputs: Likewise.
21636         * benchtests/acosh-inputs: New inputs.
21637         * benchtests/asinh-inputs: Likewise.
21639         * benchtests/cosh-inputs: New inputs.
21640         * benchtests/sinh-inputs: Likewise.
21642         * benchtests/acos-inputs: Add more inputs.
21643         * benchtests/asin-inputs: Likewise.
21645 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
21647         [BZ #16375]
21648         * manual/arith.texi: Fix spelling.
21649         * manual/charset.texi: Likewise.
21650         * manual/errno.texi: Likewise.
21651         * manual/filesys.texi: Likewise.
21652         * manual/lang.texi: Likewise.
21653         * manual/llio.texi: Likewise.
21654         * manual/locale.texi: Likewise.
21655         * manual/message.texi: Likewise.
21656         * manual/resource.texi: Likewise.
21657         * manual/search.texi: Likewise.
21658         * manual/setjmp.texi: Likewise.
21659         * manual/stdio.texi: Likewise.
21660         * manual/string.texi: Likewise.
21661         * manual/sysinfo.texi: Likewise.
21662         * manual/time.texi: Likewise.
21664 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
21666         * po/sl.po: New file.
21668 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
21670         * .gitignore: Add core/.gdbinit/.gdb_history.
21672 2013-12-27  Allan McRae  <allan@archlinux.org>
21674         [BZ #16369]
21675         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
21676         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
21678 2013-12-24  Brooks Moses  <bmoses@google.com>
21680         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
21681         all compilers that claim C++98 compliance, not just GCC.
21682         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
21683         Likewise.
21685 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21687         * NEWS: Restore accidentally deleted bug-fix entries.
21689 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
21690             Ondřej Bílka  <neleai@seznam.cz>
21692         [BZ #15073]
21693         * malloc/malloc.c (_int_free): Perform sanity check only if we
21694         have_lock.
21696 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
21698         [BZ #12986]
21699         * manual/stdio.texi (String Input Conversions): Clarify that character
21700         classes are not supported.
21702 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21706 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
21708         [BZ #16337]
21709         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21710         Calculate results for small negative arguments directly rather
21711         than using reflection formula with special underflow handling.
21713         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21714         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21715         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21716         (fchflags): Likewise.
21717         (revoke): Likewise.
21718         (setlogin): Likewise.
21719         (sigaltstack): Likewise.
21720         (wait4): Likewise.
21721         (sigblock): Remove.
21722         (sigsetmask): Likewise.
21723         (wait3): Likewise.
21724         (waitpid): Likewise.
21725         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21726         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21727         file.
21728         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21729         * sysdeps/unix/bsd/Makefile: ... here.
21730         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21731         * sysdeps/unix/bsd/Versions: ... here.
21732         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21733         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21734         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21735         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21736         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21737         * sysdeps/unix/bsd/sigblock.c: ... here.
21738         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21739         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21740         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21741         * sysdeps/unix/bsd/sigvec.c: ... here.
21742         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21743         * sysdeps/unix/bsd/tcdrain.c: ... here.
21744         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21745         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21746         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21747         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21748         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21749         * sysdeps/unix/bsd/wait.c: ... here.
21750         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21751         * sysdeps/unix/bsd/wait3.c: ... here.
21752         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21753         * sysdeps/unix/bsd/waitpid.c: ... here.
21755 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21757         [BZ #16356]
21758         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21759         round-to-nearest for [!USE_AS_EXPM1L].
21760         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21761         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21762         more tests of exp and exp10.  Expect some exp10 tests to miss
21763         exceptions or fail in directed rounding modes.
21764         * math/auto-libm-test-out: Regenerated.
21765         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21766         (exp10_test_tonearest): New function.
21767         (exp10_towardzero_test_data): New array.
21768         (exp10_test_towardzero): New function.
21769         (exp10_downward_test_data): New array.
21770         (exp10_test_downward): New function.
21771         (exp10_upward_test_data): New array.
21772         (exp10_test_upward): New function.
21773         (main): Call the new functions.
21774         * sysdeps/i386/fpu/libm-test-ulps: Update.
21775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21777 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21779         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21780         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21781         * math/auto-libm-test-out: Regenerated.
21782         * math/libm-test.inc (acosh_test_data): Add more tests.
21783         (atanh_test_data): Likewise.
21784         (ceil_test_data): Likewise.
21785         (copysign_test_data): Likewise.
21786         * sysdeps/i386/fpu/libm-test-ulps: Update.
21787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21789         * timezone/checktab.awk: Update from tzcode 2013i.
21790         * timezone/private.h: Likewise.
21791         * timezone/scheck.c: Likewise.
21792         * timezone/tzfile.h: Likewise.
21793         * timezone/tzselect.ksh: Likewise.
21794         * timezone/zdump.c: Likewise.
21795         * timezone/zic.c: Likewise.
21797         * math/auto-libm-test-in: Add tests of cpow.
21798         * math/auto-libm-test-out: Regenerated.
21799         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21800         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21801         mpc_cc_c.
21802         (func_calc_desc): Add mpc_cc_c union field.
21803         (test_functions): Add cpow.
21804         (special_fill_2pi): New function.
21805         (special_real_inputs): Add 2pi.
21806         (calc_generic_results): Handle mpc_cc_c.
21807         * sysdeps/i386/fpu/libm-test-ulps: Update.
21808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21810         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21811         csqrt, ctan and ctanh.
21812         * math/auto-libm-test-out: Regenerated.
21813         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21814         (TEST_COND_x86): Likewise.
21815         (ccos_test_data): Use AUTO_TESTS_c_c.
21816         (ccosh_test_data): Likewise.
21817         (cexp_test_data): Likewise.
21818         (clog_test_data): Likewise.
21819         (csqrt_test_data): Likewise.
21820         (ctan_test_data): Likewise.
21821         (ctan_tonearest_test_data): Likewise.
21822         (ctan_towardzero_test_data): Likewise.
21823         (ctan_downward_test_data): Likewise.
21824         (ctan_upward_test_data): Likewise.
21825         (ctanh_test_data): Likewise.
21826         (ctanh_tonearest_test_data): Likewise.
21827         (ctanh_towardzero_test_data): Likewise.
21828         (ctanh_downward_test_data): Likewise.
21829         (ctanh_upward_test_data): Likewise.
21830         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21831         mpc_c_c.
21832         (func_calc_desc): Add mpc_c_c union field.
21833         (FUNC_mpc_c_c): New macro.
21834         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21835         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21836         ctanh.
21837         (special_fill_min_subnorm_p120): New function.
21838         (special_real_inputs): Add min_subnorm_p120.
21839         (calc_generic_results): Handle mpc_c_c.
21840         * sysdeps/i386/fpu/libm-test-ulps: Update.
21841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21843 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21845         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21846         (do_sin_slow): New functions.
21847         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21848         (cslow2, csloww1, csloww2): Use the new functions.
21850         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21851         Use M to change sign of result instead of X.  Assume X is
21852         positive.
21853         (csloww1): Likewise.
21854         (__sin): Adjust.
21855         (__cos): Adjust.
21857         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21858         arguments A and DA.
21859         (__sin): Adjust.
21860         (__cos): Likewise.
21862         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21863         (__cos): Likewise.
21864         (sloww1): Don't adjust sign of DX.
21865         (csloww1): Likewise.
21866         (sloww2): Use X directly and don't adjust sign of DX.
21867         (csloww2): Likewise.
21869 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21871         * math/auto-libm-test-in: Add tests of cabs and carg.
21872         * math/auto-libm-test-out: Regenerated.
21873         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21874         (carg_test_data): Likewise.
21875         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21876         mpc_c_f.
21877         (func_calc_desc): Add mpc_c_f union field.
21878         (test_functions): Add cabs and carg.
21879         (calc_generic_results): Handle mpc_c_f.
21881         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21882         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21883         as a macro and a compat symbol.
21884         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21885         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21886         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21887         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21888         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21889         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21890         not use .hidden.
21891         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21892         Likewise.
21893         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21894         Likewise.
21895         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21896         Likewise.
21897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21898         Likewise.
21899         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21900         Likewise.
21901         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21902         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21903         from GLIBC_2.3.2.
21905 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21909 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21911         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21912         trailing whitespace removed.
21913         * scripts/config.guess: Update to version 2013-11-29.
21914         * scripts/config.sub: Update to version 2013-10-01.
21916         * math/auto-libm-test-in: Add tests of sincos.
21917         * math/auto-libm-test-out: Regenerated.
21918         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21919         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21920         mpfr_f_11.
21921         (func_calc_desc): Add mpfr_f_11 union field.
21922         (test_functions): Add sincos.
21923         (calc_generic_results): Handle mpfr_f_11.
21924         * sysdeps/i386/fpu/libm-test-ulps: Update.
21925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21927 2013-12-19  Andreas Schwab  <schwab@suse.de>
21929         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21930         CALL_MCOUNT.
21931         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21932         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21933         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21935 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21937         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21938         * sysdeps/i386/fpu/libm-test-ulps: Update.
21939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21941         [BZ #16293]
21942         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21943         round-to-nearest mode when using frndint.
21944         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21945         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21946         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21947         Likewise.
21948         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21949         sinh test to fail.
21950         * math/auto-libm-test-out: Regenerated.
21951         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21952         (TEST_COND_x86): Likewise.
21953         (expm1_tonearest_test_data): New array.
21954         (expm1_test_tonearest): New function.
21955         (expm1_towardzero_test_data): New array.
21956         (expm1_test_towardzero): New function.
21957         (expm1_downward_test_data): New array.
21958         (expm1_test_downward): New function.
21959         (expm1_upward_test_data): New array.
21960         (expm1_test_upward): New function.
21961         (main): Run the new test functions.
21962         * sysdeps/i386/fpu/libm-test-ulps: Update.
21963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21965         * include/features.h: Update comment documenting feature test
21966         macros.  Mention _DEFAULT_SOURCE in comment.
21967         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21968         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21969         _BSD_SOURCE and _SVID_SOURCE.
21970         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21971         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21972         !_SVID_SOURCE]: Likewise.
21973         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21974         (__USE_POSIX_IMPLICITLY): Define.
21975         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21976         (_POSIX_SOURCE): Undefine and redefine.
21977         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21978         (_POSIX_C_SOURCE): Likewise.
21979         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21980         (Feature Test Macros): Update documentation of default features.
21982 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21984         * benchtests/Makefile: Add bench-strtok.
21985         * benchtests/bench-strtok.c: New file: strtok benchtest.
21987 2013-12-19  Allan McRae  <allan@archlinux.org>
21989         * manual/install.texi: Suppress menu for plain text output.
21990         * INSTALL: Regenerated.
21992 2013-12-18  Brooks Moses  <bmoses@google.com>
21994         [BZ #15846]
21995         * misc/getauxval.c: Include errno.h.
21996         (__getauxval): Set errno to ENOENT if the requested type is not
21997         found.
21998         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21999         don't declare with __attribute_const__.
22000         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
22001         * manual/startup.texi: Document that getauxval sets errno.
22003 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22005         * math/auto-libm-test-in: Add tests of jn and yn.
22006         * math/auto-libm-test-out: Regenerated.
22007         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
22008         (yn_test_data): Likewise.
22009         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22010         mpfr_if_f.
22011         (func_calc_desc): Add mpfr_if_f union field.
22012         (FUNC_mpfr_if_f): New macro.
22013         (test_functions): Add jn and yn.
22014         (calc_generic_results): Assert type of second input for
22015         mpfr_ff_f.  Handle mpfr_if_f.
22016         (output_for_one_input_case): Disable all checking for arguments
22017         fitting floating-point types in case of an integer argument.
22018         * sysdeps/i386/fpu/libm-test-ulps: Update.
22019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22022         Don't expect fegetround reference in libm.so.
22024 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22026         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
22027         $(config-cflags-nofma).
22029 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
22031         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
22032         * math/auto-libm-test-out: Regenerated.
22034         [BZ #16338]
22035         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
22036         to determine exponent and adjust argument to have exponent of -1.
22037         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
22038         log2.
22039         * math/auto-libm-test-out: Regenerated.
22040         * sysdeps/i386/fpu/libm-test-ulps: Update.
22041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22043 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
22045         * manual/probes.texi: Remove cases when per-thread arenas are
22046         disabled.
22048 2013-12-18  Andreas Schwab  <schwab@suse.de>
22050         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
22051         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
22052         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
22053         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
22054         * sysdeps/i386/i686/multiarch/Makefile: Update.
22055         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
22057 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22059         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
22060         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
22062 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
22064         [BZ #15968]
22065         Support TZ transition times < 00:00:00.
22066         This is needed for version-3 tz-format files; it supports time
22067         stamps past 2037 for America/Godthab (the only entry in the tz
22068         database for which this change is relevant).
22069         * manual/time.texi (TZ Variable): Document transition times
22070         from -167:59:59 through -00:00:01.
22071         * time/tzset.c (tz_rule): Time of day is now signed.
22072         (__tzset_parse_tz): Parse negative time of day.
22074         Document TZ transition times >= 25:00:00.
22075         * manual/time.texi (TZ Variable): Document transition times from
22076         25:00:00 through 167:59:59.  These are already supported, and this
22077         support will help with version-3 tz-format files.
22079         * manual/time.texi (TZ Variable): Modernize North America example
22080         to reflect current (i.e., 2007-and-later) daylight saving rules.
22082         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
22084 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22086         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
22087         * sysdeps/unix/bsd/bits/stat.h: Likewise.
22088         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
22089         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
22090         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
22091         * sysdeps/unix/bsd/bsdstat.h: Likewise.
22092         * sysdeps/unix/bsd/clock.c: Likewise.
22093         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
22094         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
22095         * sysdeps/unix/bsd/init-posix.c: Likewise.
22096         * sysdeps/unix/bsd/poll.c: Likewise.
22097         * sysdeps/unix/bsd/ptsname.c: Likewise.
22098         * sysdeps/unix/bsd/seekdir.c: Likewise.
22099         * sysdeps/unix/bsd/setegid.c: Likewise.
22100         * sysdeps/unix/bsd/seteuid.c: Likewise.
22101         * sysdeps/unix/bsd/setgid.c: Likewise.
22102         * sysdeps/unix/bsd/setrgid.c: Likewise.
22103         * sysdeps/unix/bsd/setruid.c: Likewise.
22104         * sysdeps/unix/bsd/setsid.c: Likewise.
22105         * sysdeps/unix/bsd/setuid.c: Likewise.
22106         * sysdeps/unix/bsd/sigaction.c: Likewise.
22107         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
22108         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
22109         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
22110         * sysdeps/unix/bsd/telldir.c: Likewise.
22111         * sysdeps/unix/bsd/times.c: Likewise.
22112         * sysdeps/unix/bsd/usleep.c: Likewise.
22114         * misc/Makefile (install-lib): Remove libbsd-compat.a.
22115         ($(objpfx)libbsd-compat.a): Remove rule.
22117         * include/features.h (__FAVOR_BSD): Do not define.
22118         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
22119         features conflicting with POSIX.
22120         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
22121         (_BSD_SOURCE): Remove description of not being a subset of other
22122         feature test macros.
22123         * manual/job.texi (getpgrp): Do not document BSD version.
22124         (getpgid): Do not document by reference to BSD getpgrp.
22125         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
22126         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
22127         * signal/signal.h [__FAVOR_BSD]: Likewise.
22128         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
22129         instead of making contents conditional on [__FAVOR_BSD].
22130         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
22132 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22136 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
22138         [BZ #16314]
22139         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
22140         values below 2**-450, not 2**-500.
22141         * math/auto-libm-test-in: Don't allow spurious underflow from
22142         hypot.
22143         * math/auto-libm-test-out: Regenerated.
22145         [BZ #16316]
22146         [BZ #16330]
22147         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
22148         values of ha and hb and sort them after adjusting subnormal
22149         arguments.
22150         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
22151         Likewise.
22152         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
22153         values of ea and eb and sort them after adjusting subnormal
22154         arguments.
22155         * math/auto-libm-test-in: Do not expect some hypot tests of
22156         subnormals to fail.  Add more hypot tests.
22157         * math/auto-libm-test-out: Regenerated.
22159 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22161         [BZ #13304]
22162         * sysdeps/sh/s_fma.c: New file.
22163         * sysdeps/sh/s_fmaf.c: New file.
22164         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
22165         version.
22166         * sysdeps/sh/Implies: Add sh/soft-fp.
22168 2013-12-16  Roland McGrath  <roland@hack.frob.com>
22170         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
22171         level of indirection to members `objname', `errstring', `malloced'.
22172         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
22173         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
22174         it as the __longjmp argument (just pass 1 instead).
22175         (_dl_catch_error): Initialize C with argument pointers and address of
22176         volatile local ERRCODE rather than copying values out of C at return.
22178 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
22180         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
22181         * math/auto-libm-test-out: Regenerated.
22182         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
22183         (hypot_test_data): Likewise.
22184         (pow_test_data): Likewise.
22185         (pow_tonearest_test_data): Likewise.
22186         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22187         mpfr_ff_f.
22188         (func_calc_desc): Add mpfr_ff_f union field.
22189         (FUNC_mpfr_ff_f): New macro.
22190         (test_functions): Add atan2, hypot and pow.
22191         (special_fill_min): New function.
22192         (special_fill_minus_min): Likewise.
22193         (special_fill_min_subnorm): Likewise.
22194         (special_fill_minus_min_subnorm): Likewise.
22195         (special_real_inputs): Add min, -min, min_subnorm and
22196         -min_subnorm.
22197         (calc_generic_results): Handle mpfr_ff_f.
22198         * sysdeps/i386/fpu/libm-test-ulps: Update.
22199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22201 2013-12-16  Will Newton  <will.newton@linaro.org>
22203         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
22204         (Aligned Memory Blocks): Add documentation for aligned_alloc
22205         and suggest it as an alternative to posix_memalign.
22206         (Hooks for Malloc): Document __memalign_hook is also called
22207         for aligned_alloc.  (Summary of Malloc): Add summary for
22208         aligned alloc.  Document __memalign_hook is also called
22209         for aligned_alloc.
22211 2013-12-16  Will Newton  <will.newton@linaro.org>
22213         * manual/memory.texi (Malloc Examples): Clarify default
22214         alignment documentation.  Suggest posix_memalign rather
22215         than memalign or valloc.
22216         (Aligned Memory Blocks): Remove suggestion to use memalign
22217         or valloc.  Remove obsolete comment about BSD.
22218         Document memalign errno values and mark the function obsolete.
22219         Document posix_memalign returned error codes.  Mark valloc
22220         as obsolete.  (Hooks for Malloc): __memalign_hook is also
22221         called for posix_memalign and valloc.
22222         (Summary of Malloc): Add posix_memalign to function summary.
22223         __memalign_hook is also called for posix_memalign and valloc.
22225 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22227         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
22228         TAYLOR_SIN.
22229         (__sin): Adjust.
22230         (__cos): Likewise.
22231         (sloww): Use mynumber union.  Expand ternary operator into
22232         if-else statements.
22233         (cslow): use mynumber union.
22235 2013-12-16  Allan McRae  <allan@archlinux.org>
22237         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
22238         * configure: Regenerated.
22240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
22242         [BZ #14120]
22243         * configure.ac: Added --enable-maintainer-mode. Check for
22244         autoconf when enabled.
22245         * configure: Regenerated.
22247         * nscd/nscd.service: New file.
22248         * nscd/nscd.tmpfiles: New file.
22250 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
22252         [BZ #12100]
22253         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
22254         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
22255         * sysdeps/x86_64/multiarch/strstr.c: ... here.
22256         (strstr): Add __strstr_sse2_unaligned ifunc.
22257         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
22258         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
22259         (strcasestr): Remove __strcasestr_sse42 ifunc.
22260         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
22261         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22262         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22264 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22266         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
22267         * sysdeps/sh/bits/fenv.h: ... here.
22268         * sysdeps/sh/sh4/fpu/bits: Remove directory.
22270 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22272         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
22274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
22275         hypotf multiarch implementations.
22276         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
22277         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
22278         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
22279         multiarch hypot for PPC64.
22280         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
22281         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
22282         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
22283         multiarch hypotf for PPC64.
22285         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
22286         modff multiarch implementations.
22287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
22288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
22289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
22290         multiarch modf for PPC64.
22291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
22292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
22293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
22294         multiarch modff for PPC64.
22296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
22297         and logl multiarch implementations.
22298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
22299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
22300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
22301         multiarch logb for PPC64.
22302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
22303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
22304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
22305         multiarch logb for PPC64.
22306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
22307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
22308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
22309         multiarch logb for PPC64.
22311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
22312         isinff multiarch implementation.
22313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
22314         file.
22315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
22316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
22317         multiarch isinf for PPC64.
22318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
22319         file.
22320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
22321         multiarch isinff for PPC64.
22323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
22324         finitef multiarch implementation.
22325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
22326         file.
22327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
22328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
22329         multiarch finite for PPC64.
22330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
22331         file.
22332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
22333         multiarch finitef for PPC64.
22335         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
22336         lrint multiarch implementation.
22337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
22338         file.
22339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
22340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
22341         multiarch llrint for PPC64.
22342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
22343         multiarch lrint for PPC64.
22345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
22346         copysignf multiarch implementation.
22347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
22348         file.
22349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
22350         file.
22351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
22352         multiarch copysign for PPC64.
22353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
22354         multiarch copysignf for PPC64.
22356         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
22357         multiarch implementation.
22358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
22359         file.
22360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
22361         file.
22362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
22363         file.
22364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
22365         file.
22366         multiarch llround for PPC64.
22367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
22368         multiarch trunc for PPC64.
22369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
22370         multiarch truncf for PPC64.
22372         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
22373         multiarch implementation.
22374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
22375         file.
22376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
22377         file.
22378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
22379         file.
22380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
22381         file.
22382         multiarch llround for PPC64.
22383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
22384         multiarch round for PPC64.
22385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
22386         multiarch roundf for PPC64.
22388         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
22389         multiarch implementation.
22390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
22391         file.
22392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
22393         file.
22394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
22395         file.
22396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
22397         file.
22398         multiarch llround for PPC64.
22399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
22400         multiarch floor for PPC64.
22401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
22402         multiarch floorf for PPC64.
22404         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
22405         multiarch implementation.
22406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
22407         file.
22408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
22409         file.
22410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
22411         file.
22412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
22413         file.
22414         multiarch llround for PPC64.
22415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
22416         multiarch ceil for PPC64.
22417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
22418         multiarch ceilf for PPC64.
22420         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
22421         multiarch implementation.
22422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
22423         file.
22424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
22425         file.
22426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
22427         file.
22428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
22429         multiarch llround for PPC64.
22430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
22431         multiarch lround for PPC64.
22433         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
22434         multiarch implementation.
22435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
22436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
22437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
22438         file.
22439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
22440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
22441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
22442         multiarch isnan for PPC64.
22443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
22444         multiarch isnanf for PPC64.
22446         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
22447         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
22448         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
22449         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
22450         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
22451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
22453         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
22454         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22455         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22456         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
22459         multiarch implementations.
22460         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22461         (__libc_ifunc_impl_list): Likewise.
22462         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
22463         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
22464         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
22465         multiarch stpcpy for PPC64.
22467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
22468         multiarch implementations.
22469         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22470         (__libc_ifunc_impl_list): Likewise.
22471         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
22472         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
22473         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
22474         multiarch strcpy for PPC64.
22476         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
22477         redefine function name.
22478         (_wordcopy_fwd_dest_aligned): Likewise.
22479         (_wordcopy_bwd_aligned): Likewise.
22480         (_wordcopy_bwd_dest_aligned): Likewise.
22481         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
22482         multiarch implementations.
22483         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22484         (__libc_ifunc_impl_list): Likewise.
22485         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
22486         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
22487         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
22488         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
22489         multiarch wcscpy for PPC64.
22491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
22492         multiarch implementations.
22493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22494         (__libc_ifunc_impl_list): Likewise.
22495         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
22496         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
22497         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
22498         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
22499         multiarch wcscpy for PPC64.
22501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
22502         multiarch implementations.
22503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22504         (__libc_ifunc_impl_list): Likewise.
22505         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
22506         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
22507         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
22508         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
22509         multiarch wcsrchr for PPC64.
22511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
22512         multiarch implementations.
22513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22514         (__libc_ifunc_impl_list): Likewise.
22515         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
22516         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
22517         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
22518         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
22519         multiarch wcschr for PPC64.
22521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
22522         multiarch implementations.
22523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22524         (__libc_ifunc_impl_list): Likewise.
22525         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
22526         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
22527         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
22528         multiarch strchrnul for PPC64.
22530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
22531         implementations.
22532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22533         (__libc_ifunc_impl_list): Likewise.
22534         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
22535         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
22536         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
22537         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
22538         strchr for PPC64.
22540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
22541         implementations.
22542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22543         (__libc_ifunc_impl_list): Likewise.
22544         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
22545         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
22546         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
22547         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
22548         strncmp for PPC64.
22550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
22551         multiarch implementations.
22552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22553         (__libc_ifunc_impl_list): Likewise.
22554         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
22555         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
22556         strncasecmp for PPC64.
22557         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
22558         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
22559         multiarch strncasecmp_l for PPC64.
22561         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
22562         multiarch implementations.
22563         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22564         (__libc_ifunc_impl_list): Likewise.
22565         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
22566         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
22567         multiarch strcasecmp for PPC64.
22568         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
22569         file.
22570         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
22571         multiarch strcasecmp_l for PPC64.
22573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
22574         implementations.
22575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22576         (__libc_ifunc_impl_list): Likewise.
22577         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
22578         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
22579         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
22580         strnlen for PPC64.
22582         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
22583         implementations.
22584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22585         (__libc_ifunc_impl_list): Likewise.
22586         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
22587         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
22588         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
22589         strlen for PPC64.
22591         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
22592         implementations.
22593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22594         (__libc_ifunc_impl_list): Likewise.
22595         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
22596         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
22597         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
22598         rawmemrchr for PPC64.
22600         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
22601         implementation.
22602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22603         (__libc_ifunc_impl_list): Likewise.
22604         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
22605         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
22606         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
22607         memrchr for PPC64.
22609         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
22610         implementation.
22611         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22612         (__libc_ifunc_impl_list): Likewise.
22613         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
22614         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
22615         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
22616         memchr for PPC64.
22618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
22619         implementation.
22620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22621         (__libc_ifunc_impl_list): Likewise.
22622         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
22623         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
22624         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
22625         mempcpy for PPC64.
22627         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
22628         avoid cretion of __bzero symbol.
22629         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
22630         Likewise.
22631         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
22632         Likewise.
22633         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
22634         Likewise.
22635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
22636         multiarch implementations.
22637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22638         (__libc_ifunc_impl_list): Likewise.
22639         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
22640         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
22641         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
22642         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
22643         bzero for PPC32.
22644         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
22645         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
22646         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
22647         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
22648         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
22649         memset for PPC64.
22650         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
22652         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
22653         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
22654         implementations.
22655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
22656         (__libc_ifunc_impl_list): Likewise.
22657         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
22658         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
22659         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
22660         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
22661         memcmp for PPC64.
22663         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
22664         multiarch for POWER/PPC64.
22665         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
22666         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
22667         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
22668         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
22669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
22670         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
22671         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
22672         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
22673         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
22674         memcpy for PPC64.
22676         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
22677         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
22678         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
22679         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
22680         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
22681         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
22682         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
22683         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
22684         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
22685         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
22686         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
22687         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
22688         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
22689         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
22690         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
22691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
22692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
22693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
22694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
22695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
22696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
22697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
22699 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22701         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
22703 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22705         * benchtests/Makefile (bench): Add exp2 and log2.
22706         (LDLIBS-bench-exp2): Add -lm.
22707         (LDLIBS-bench-log2): Likewise.
22708         * benchtests/exp2-inputs: New inputs file.
22709         * benchtests/log2-inputs: New inputs file.
22710         * benchtests/log-inputs: Add new inputs.
22711         * benchtests/tan-inputs: Likewise.
22713 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22715         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22716         definition...
22717         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22718         (csloww2): ... from here.
22720         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22721         instead of structures.
22722         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22723         (POLYNOMIAL): Likewise.
22724         (TAYLOR_SLOW): Likewise.
22725         (__sin): Likewise.
22726         (__cos): Likewise.
22727         (slow1): Likewise.
22728         (slow2): Likewise.
22729         (sloww): Likewise.
22730         (sloww1); Likewise.
22731         (sloww2): Likewise.
22732         (bsloww1): Likewise.
22733         (bsloww2): Likewise.
22734         (cslow2): Likewise.
22735         (csloww): Likewise.
22736         (csloww1): Likewise.
22737         (csloww2): Likewise.
22739 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22741         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22742         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22743         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22744         * malloc/hooks.c (realloc_check): Likewise.
22746         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22747         * malloc/arena.c: Remove PER_THREAD conditional.
22748         [!PER_THREAD]: Remove code.
22749         (ptmalloc_unlock_all2): Likewise.
22750         (ptmalloc_init): Likewise.
22751         (_int_new_arena): Likewise.
22752         (arena_get2): Likewise.
22753         * malloc/hooks.c (__malloc_get_state): Likewise.
22754         (__malloc_set_state): Likewise.
22755         * malloc/malloc.c: Likewise.
22756         (struct malloc_state): Likewise.
22757         (struct malloc_par): Likewise.
22758         (__libc_realloc): Likewise.
22759         (__libc_mallopt): Likewise.
22761 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22763         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22765 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22767         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22768         macro to a function.  Check for zero perturb_byte.
22769         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22771         * malloc/malloc.c: (force_reg): Remove.
22772         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22773         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22774         force_reg by atomic_forced_read.
22775         * malloc/arena.c (ptmalloc_init): Likewise.
22776         * malloc/hooks.c (top_check): Likewise.
22778 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22780         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22782 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22784         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22786 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22788         * math/auto-libm-test-in: Add tests of lgamma.
22789         * math/auto-libm-test-out: Regenerated.
22790         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22791         (M_LOG_2_SQRT_PIl): Likewise.
22792         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22793         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22794         mpfr_f_f1.
22795         (func_calc_desc): Add mpfr_f_f1 union field.
22796         (ARGS1): New macro.
22797         (ARGS2): Likewise.
22798         (ARGS3): Likewise.
22799         (ARGS4): Likewise.
22800         (RET1): Likewise.
22801         (RET2): Likewise.
22802         (CALC): Likewise.
22803         (FUNC): Likewise.
22804         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22805         (test_functions): Add lgamma.
22806         (calc_generic_results): Handle mpfr_f_f1.
22807         * sysdeps/i386/fpu/libm-test-ulps: Update.
22808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22810 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22812         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22813         __mpn_add_n for PowerPC64/POWER7.
22814         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22815         __mpn_sub_n for PowerPC64/POWER7.
22817         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22818         __mpn_addmul_1 for PowerPC64.
22819         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22820         __mpn_submul_1 for PowerPC64.
22821         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22822         for PowerPC64.
22823         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22824         for PowerPC64.
22826 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22828         [BZ #15089]
22829         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22831 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22833         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22835         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22836         add multiarch folders.
22837         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22838         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22839         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22840         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22841         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22842         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22843         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22844         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22845         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22846         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22847         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22856         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22858         New file.
22859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22860         New file.
22861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22862         multiarch __ieee754_hypot for PowerPC32.
22863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22864         New file.
22865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22866         New file.
22867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22868         multiarch __ieee754_hypotf for PowerPC32.
22870         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22871         long_double_symbol only if __logbl is defined.
22872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22873         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22875         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22876         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22877         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22879         path for implementation.
22880         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22881         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22883         logb, and logbl multiarch implementations for PowerPC32.
22884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22885         file.
22886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22887         file.
22888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22889         multiarch logb for PowerPC32.
22890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22891         file.
22892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22893         file.
22894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22895         multiarch logbf for PowerPC32.
22896         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22898         file.
22899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22900         multiarch logbl implementation for PowerPC32.
22902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22903         and modff multiarch implementations.
22904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22905         New file.
22906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22907         New file.
22908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22909         multiarch modf for PowerPC32.
22910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22911         New file.
22912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22913         New file.
22914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22915         multiarch modff for PowerPC32.
22917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22918         and lrintf multiarch implementations.
22919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22920         New file.
22921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22922         New file.
22923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22924         multiarch lrint for PowerPC32.
22925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22926         file: multiarch lrintf for PowerPC32.
22928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22929         and lroundf multiarch implementations.
22930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22931         New file.
22932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22933         New file.
22934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22935         New file.
22936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22937         multiarch lround for PowerPC32.
22938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22939         file: multiarch lroundf for PowerPC32.
22941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22942         copysign and copysignf multiarch implementations.
22943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22944         New file.
22945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22946         New file.
22947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22948         file: multiarch copysign for PowerPC32.
22949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22950         file: multiarch copysignf for PowerPC32.
22952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22953         and truncf multiarch implementations.
22954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22955         New file.
22956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22957         file.
22958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22959         multiarch trunc for PowerPC32.
22960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22961         New file.
22962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22963         New file.
22964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22965         multiarch truncf for PowerPC32.
22967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22968         and roundf multiarch implementations.
22969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22970         New file.
22971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22972         file.
22973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22974         multiarch round for PowerPC32.
22975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22976         New file.
22977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22978         New file.
22979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22980         multiarch roundf for PowerPC32.
22982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22983         and floorf multiarch implementations.
22984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22985         New file.
22986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22987         file.
22988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22989         multiarch floor for PowerPC32.
22990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22991         New file.
22992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22993         New file.
22994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22995         multiarch floorf for PowerPC32.
22997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22998         and ceilf multiarch implementations.
22999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
23000         New file.
23001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
23002         file.
23003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
23004         multiarch ceil for PowerPC32.
23005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
23006         New file.
23007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
23008         file.
23009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
23010         multiarch ceilf for PowerPC32.
23012         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
23013         is defined.
23014         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
23015         FINITEF is defined.
23016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
23017         and finitef multiarch implementations.
23018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
23019         New file.
23020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
23021         file.
23022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
23023         multiarch finite for PowerPC32.
23024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
23025         New file.
23026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
23027         file: multiarch finitef for PowerPC32.
23029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
23030         and isinff multiarch implementations.
23031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
23032         file.
23033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
23034         file.
23035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
23036         multiarch isinf for PowerPC32.
23037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
23038         New file.
23039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
23040         multiarch isinff for PowerPC32.
23042         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
23043         alias when __isnan is defined.
23044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
23045         and isnanf multiarch implementations.
23046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
23047         file.
23048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
23049         file.
23050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
23051         file.
23052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
23053         file.
23054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
23055         multiarch isnan for PowerPC32.
23056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
23057         New file.
23058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
23059         New file.
23060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
23061         multiarch isnanf for PowerPC32.
23063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
23064         and sqrtf multiarch implementations.
23065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
23066         file.
23067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
23068         file.
23069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
23070         multiarch sqrt for PowerPC32.
23071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
23072         file.
23073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
23074         file.
23075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
23076         multiarch sqrtf for PowerPC32.
23078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
23079         and llroundf multiarch implementations.
23080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
23081         New file.
23082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
23083         New file.
23084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
23085         New file.
23086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
23087         file: multiarch llround for PowerPC32.
23088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
23089         file: multiarch llroundf for PowerPC32.
23091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
23092         multiarch PowerPC32 fpu implementations.
23093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
23094         New file.
23095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
23096         New file.
23097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
23098         multiarch llrint for PowerPC32.
23099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
23100         New file.
23101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
23102         New file.
23103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
23104         file.
23106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
23108         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
23109         file.
23110         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
23111         file.
23112         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
23113         file.
23114         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
23115         multiarch wordcopy for PPC32.
23116         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23117         wordcopy objects.
23118         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23119         (__libc_ifunc_impl_list): Likewise.
23120         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
23121         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
23122         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
23123         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
23124         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
23125         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
23127         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
23128         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
23129         file.
23130         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
23131         file.
23132         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
23133         file.
23134         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
23135         multiarch wcscpy for PPC32.
23136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
23137         multiarch objects.
23138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23139         (__libc_ifunc_impl_list): Likewise.
23140         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23141         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23142         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
23143         sysdeps/powerpc/power6/wcscpy.c.
23145         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
23146         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
23147         file.
23148         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
23149         file.
23150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
23151         file.
23152         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
23153         multiarch wcsrchr for PPC32.
23154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23155         multiarch objects.
23156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23157         (__libc_ifunc_impl_list): Likewise.
23158         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
23159         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
23160         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
23161         sysdeps/powerpc/power6/wcsrchr.c.
23163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
23164         file.
23165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
23166         file.
23167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
23168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
23169         multiarch wcschr for PPc32.
23170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
23171         multiarch objects.
23172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23173         (__libc_ifunc_impl_list): Likewise.
23174         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
23175         * sysdeps/powerpc/power6/wcschr.c: ... to here.
23176         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
23177         sysdeps/powerpc/power6/wcschr.c.
23179         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
23180         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
23181         file.
23182         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
23183         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
23184         file: multiarch strchr for PPC32.
23185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
23186         multiarch objects.
23187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23188         (__libc_ifunc_impl_list): Likewise.
23190         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
23191         name.
23192         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
23193         file.
23194         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
23195         file.
23196         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
23197         multiarch strchrnul for PPC32.
23198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
23199         multiarch objects.
23200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23201         (__libc_ifunc_impl_list): Likewise.
23203         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
23204         file.
23205         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
23206         multiarch strncasecmp for PPC32.
23207         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
23208         file.
23209         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
23210         multiarch strncasecmp_l for PPC32.
23211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
23212         strncasecmp multiarch objects.
23213         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23214         (__libc_ifunc_impl_list): Likewise.
23216         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
23217         file.
23218         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
23219         multiarch strncasecmp for PPC32.
23220         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
23221         New file.
23222         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
23223         multiarch strcasecmp_l for PPC32.
23224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
23225         multiarch objects.
23226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23227         (__libc_ifunc_impl_list): Likewise.
23229         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
23230         file.
23231         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
23232         file.
23233         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
23234         multiarch strncmp for PPC32.
23235         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
23236         multiarch objects.
23237         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23238         (__libc_ifunc_impl_list): Likewise.
23240         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
23241         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
23242         file.
23243         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
23244         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
23245         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
23246         multiarch objects.
23247         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23248         (__libc_ifunc_impl_list): Likewise.
23250         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
23251         file.
23252         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
23253         file.
23254         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
23255         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
23256         multiarch objects.
23257         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23258         (__libc_ifunc_impl_list): Likewise.
23260         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
23261         file.
23262         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
23263         file.
23264         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
23265         multiarch rawmemchr for PPC32.
23266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
23267         multiarch objects.
23268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23269         (__libc_ifunc_impl_list): Likewise.
23271         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
23272         file.
23273         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
23274         file.
23275         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
23276         file: memrchr multiarch for PPC32.
23277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
23278         multiarch objects.
23279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
23280         (__libc_ifunc_impl_list): Likewise.
23282         * string/memchr.c (__memchr): Using macro to redefine symbol name.
23283         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
23284         file.
23285         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
23286         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
23287         multiarch memchr for PPC32.
23288         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
23289         multiarch objects.
23290         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23291         (__libc_ifunc_impl_list): Likewise.
23293         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
23294         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
23295         file.
23296         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
23297         file.
23298         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
23299         file: multiarch mempcpy for PPC32.
23300         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
23301         multiarch objects.
23302         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23303         (__libc_ifunc_impl_list): Likewise.
23305         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
23306         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
23307         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
23308         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
23309         multiarch bzero for PPC32.
23310         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
23311         file.
23312         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
23313         file.
23314         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
23315         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
23316         file: multiarch memset for PPC32.
23317         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
23318         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
23319         memset multiarch objects.
23320         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23321         (__libc_ifunc_impl_list): Likewise.
23323         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
23324         file.
23325         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
23326         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
23327         memcmp for PPC32.
23328         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
23329         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
23330         multiarch objects.
23331         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23332         (__libc_ifunc_impl_list): Likewise.
23334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
23335         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
23336         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
23337         file.
23338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
23339         file.
23340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
23341         file.
23342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
23343         multiarch memcpy for PPC32.
23344         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
23345         multiarch objects.
23346         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
23347         (__libc_ifunc_impl_list): Likewise.
23349         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
23350         support multiarch for POWER/PPC32.
23351         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
23352         Likewise.
23353         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
23354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
23355         Implies file to make multiarch folder appers before the fpu and
23356         default folder for power4 configuration.
23358 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
23360         * scripts/bench.pl: Append volatile keyword to type.
23362 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23364         * sysdeps/sh/sotruss-lib.c: New file.
23365         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
23367 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23371 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
23373         [BZ #6810]
23374         * math/w_tgamma.c: Include <errno.h>.
23375         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
23376         * math/w_tgammaf.c: Include <errno.h>.
23377         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
23378         * math/w_tgammal.c: Include <errno.h>.
23379         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
23380         * math/auto-libm-test-in: Do not allow missing errno on tgamma
23381         underflow.  Add more tgamma tests.
23382         * math/auto-libm-test-out: Regenerated.
23383         * sysdeps/i386/fpu/libm-test-ulps: Update.
23384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23386         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
23387         sin, sinh, tan, tanh, tgamma, y0 and y1.
23388         * math/auto-libm-test-out: Regenerated.
23389         * math/libm-test.inc (TEST_COND_x86_64): New macro.
23390         (TEST_COND_x86): Likewise.
23391         (M_E2l): Remove macro.
23392         (M_E3l): Likewise.
23393         (M_2_SQRT_PIl): Likewise.
23394         (M_SQRT_PIl): Likewise.
23395         (M_1_DIV_El): Likewise.
23396         (log_test_data): Use AUTO_TESTS_f_f.
23397         (log10_test_data): Likewise.
23398         (log1p_test_data): Likewise.
23399         (log2_test_data): Likewise.
23400         (sin_test_data): Likewise.
23401         (sin_tonearest_test_data): Likewise.
23402         (sin_towardzero_test_data): Likewise.
23403         (sin_downward_test_data): Likewise.
23404         (sin_upward_test_data): Likewise.
23405         (sinh_test_data): Likewise.
23406         (sinh_tonearest_test_data): Likewise.
23407         (sinh_towardzero_test_data): Likewise.
23408         (sinh_downward_test_data): Likewise.
23409         (sinh_upward_test_data): Likewise.
23410         (tan_test_data): Likewise.
23411         (tan_tonearest_test_data): Likewise.
23412         (tan_towardzero_test_data): Likewise.
23413         (tan_downward_test_data): Likewise.
23414         (tan_upward_test_data): Likewise.
23415         (tanh_test_data): Likewise.
23416         (tgamma_test_data): Likewise.
23417         (y0_test_data): Likewise.
23418         (y1_test_data): Likewise.
23419         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
23420         (special_real_inputs): Add pi/4.
23421         * sysdeps/i386/fpu/libm-test-ulps: Update.
23422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23424 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23426         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
23427         "longjmp_target" static probes.
23428         (__longjmp): Rename to __longjmp_symbol.
23429         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
23430         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
23431         on which longjmp to generate.
23432         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23433         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
23434         probe.
23435         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23436         (__sigjmp_save): Rename to __sigjmp_save_symbol.
23437         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
23438         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
23439         and __sigjmp_save_symbol based on which sigsetjmp to generated.
23440         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
23441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
23442         __longjmp_symbol based on which __longjmp to generate.
23443         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
23444         probe.
23445         (setjmp): Rename to setjmp_symbol.
23446         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23447         (_setjmp): Rename to _setjmp_symbol.
23448         (__sigsetjmp): Rename to __sigsetjmp_symbol.
23449         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
23450         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
23451         which setjmp to generate.
23452         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
23453         "longjmp_target" static probes.
23455 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23457         * benchtests/README: Add note about output arguments.
23458         * benchtests/bench-sincos.c: Remove file.
23459         * benchtests/sincos-inputs: New file.
23460         * scripts/bench.pl: Identify output arguments and define
23461         static variables for them.
23463         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
23465         [BZ #15941]
23466         * Makefile (INSTALL): Add install-plain.texi as the primary
23467         dependency.
23468         * manual/install-plain.texi: New file.
23469         * manual/install.texi: Include node directive only for
23470         non-plaintext output.
23472 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
23474         * stdlib/longlong.h: Update from GCC.
23476         [BZ #6807]
23477         [BZ #15901]
23478         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
23479         * math/w_j0f.c (y0f): Likewise.
23480         * math/w_j0l.c (__y0l): Likewise.
23481         * math/w_j1.c (y1): Likewise.
23482         * math/w_j1f.c (y1f): Likewise.
23483         * math/w_j1l.c (__y1l): Likewise
23484         * math/w_jn.c (yn): Likewise.
23485         * math/w_jnf.c (ynf): Likewise.
23486         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
23487         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
23488         value for Bessel function domain errors outside _SVID_ mode.
23489         Adjust sign of return value for yn (negative integer, 0).
23490         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
23491         by zero in return for negative x and set sign appropriately for
23492         negative n.
23493         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
23494         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
23495         * math/libm-test.inc (y0_test_data): Add more tests and adjust
23496         expectations in error cases.
23497         (y1_test_data): Likewise.
23498         (yn_test_data): Likewise.
23499         * sysdeps/i386/fpu/libm-test-ulps: Update.
23500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23502 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23504         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
23505         "64" to "64-v1".  Add "64-v2".
23506         (abi-64-options): Rename to ...
23507         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
23508         (abi-64-condition): Rename to ...
23509         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
23510         (abi-64-ld-soname): Rename to ...
23511         (abi-64-v1-ld-soname): ... this.
23512         (abi-64-v2-options): Define.
23513         (abi-64-v2-condition): Likewise.
23514         (abi-64-v2-ld-soname): Likewise.
23515         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
23516         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
23517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
23518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
23519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
23521 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23522             Alan Modra  <amodra@gmail.com>
23524         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
23525         New versions for use with the ELFv2 ABI.
23526         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
23527         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
23528         declaration.
23529         (struct La_ppc64v2_retval): Likewise.
23530         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
23531         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
23532         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
23533         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
23534         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
23535         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
23536         Do not save or restore CR.
23537         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
23538         (_dl_profile_resolve): Do no save or restore CR.  Support extended
23539         return values for ELFv2 ABI.  Fix location of FPR return registers.
23540         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
23541         updated values for _CALL_ELF == 2.
23542         (La_regs, La_retval, int_retval): Likewise.
23544 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23546         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
23547         (FRAME_MIN_SIZE_PARM): Likewise.
23548         (FRAME_BACKCHAIN): Likewise.
23549         (FRAME_CR_SAVE): Likewise.
23550         (FRAME_LR_SAVE): Likewise.
23551         (FRAME_TOC_SAVE): Likewise.
23552         (FRAME_PARM_SAVE): Likewise.
23553         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
23554         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
23555         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23556         (call_mcount_parm_offset): New macro.
23557         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
23558         (PROF): Use symbolic stack frame offsets.
23559         (TAIL_CALL_SYSCALL_ERROR): Likewise.
23560         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
23561         Redefine in terms of FRAME_MIN_SIZE.
23562         (_dl_runtime_resolve): Use symbolic stack frame offsets.
23563         (_dl_profile_resolve): Likewise.  Update comment.
23564         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
23565         symbols stack frame offsets.
23566         (__sigsetjmp): Likewise.
23567         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
23568         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
23569         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
23570         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
23572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
23573         (FRAME_BACKCHAIN): Remove.
23574         (FRAME_CR_SAVE): Likewise.
23575         (FRAME_LR_SAVE): Likewise.
23576         (FRAME_COMPILER_DW): Likewise.
23577         (FRAME_LINKER_DW): Likewise.
23578         (FRAME_TOC_SAVE): Likewise.
23579         (FRAME_PARM_SAVE): Likewise.
23580         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
23581         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
23582         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
23583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
23584         (CHECK_SP): Use symbolic stack frame offsets.
23585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
23586         zone" instead of caller's parameter save area for temp storage.
23587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
23588         Likewise.  Also, use symbolic stack frame offsets.
23589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
23590         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
23591         our own stack frame instead of the caller's.
23592         (__socket): Use symbolic stack frame offsets.
23594 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23595             Alan Modra  <amodra@gmail.com>
23597         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
23598         Define.
23599         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
23600         (PPC64_LOCAL_ENTRY_OFFSET): Define.
23601         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
23602         New function.
23603         (elf_machine_fixup_plt): Call it.
23604         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
23605         reloc arguments.
23606         (elf_machine_rela): Update call to elf_machine_plt_conflict.
23607         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23608         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
23609         r2 before calling target.
23611 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23612             Alan Modra  <amodra@gmail.com>
23614         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
23615         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
23616         versions of macros to support ELFv2 ABI.
23617         (LOCALENTRY): New macro.
23618         (ENTRY, EALIGN): Use it.
23619         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
23620         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
23621         fall through into ENTRY entry point.
23622         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
23623         Only define if _CALL_ELF != 2.
23625         (elf_machine_matches_host): Verify ABI version matches.
23626         (RTLD_START): Use LOCALENTRY.
23627         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
23628         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
23629         (PLT_ENTRY_WORDS): New macro.
23630         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
23631         (elf_machine_runtime_setup): Support ELFv2 ABI.
23632         (elf_machine_fixup_plt): Likewise.
23633         (elf_machine_plt_conflict): Likewise.
23634         (resolve_ifunc): Likewise.
23635         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
23636         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23637         Likewise.
23638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
23639         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
23640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23641         (makecontext): Support ELFv2 ABI.
23642         * elf/elf.h (EF_PPC64_ABI): Define.
23644 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23646         * sysdeps/powerpc/powerpc64/sysdep.h
23647         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
23648         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
23649         (ENTRY) [ASSEMBLER]: ... but instead here ...
23650         (EALIGN) [ASSEMBLER]: ... and here.
23651         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
23652         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
23653         (ENTRY_2) [!ASSEMBLER]: Use it.
23654         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
23655         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
23656         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
23657         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
23658         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
23659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
23660         Use PPC64_LOAD_FUNCPTR.
23662         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
23664 2013-12-04  Alan Modra  <amodra@gmail.com>
23666         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
23667         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
23668         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
23669         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
23671         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
23672         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
23673         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
23674         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
23675         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
23676         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
23678 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
23681         (__makecontext): Fix incorrect CFI when backtracing out of
23682         context created via makecontext.
23683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
23684         (__setcontext): Fix incorrect CFI during switch to new context.
23685         (__novec_setcontext): Likewise.
23687 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23689         [BZ #4772]
23690         * time/strptime_l.c (__strptime_internal): Allow modifiers
23691         in strptime.
23692         * time/tst-strptime.c (day_tests): Add testcase.
23694 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23696         * scripts/bench.pl: Skip over blank lines.
23698 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23700         [BZ #926]
23701         * manual/time.texi (Calendar Time): Clarify what timezone functions
23702         use.
23704 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23708 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23710         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23711         implementation.
23712         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23713         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23714         * debug/memset_chk.c (__memset_chk): Likewise.
23715         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23716         * debug/strncpy_chk.c: Likewise.
23718 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23720         [BZ #15268]
23721         [BZ #15425]
23722         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23723         (__ieee754_exp): For possibly underflowing results, check size of
23724         result and force underflow exception if required.
23725         * math/auto-libm-test-in: Add more tests of exp.
23726         * math/auto-libm-test-out: Regenerated.
23727         * sysdeps/i386/fpu/libm-test-ulps: Update.
23728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23730         [BZ #16283]
23731         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23732         * math/w_exp2f.c (__exp2f): Likewise.
23733         * math/w_exp2l.c (__exp2l): Likewise.
23734         * math/auto-libm-test-in: Do not allow missing errno on exp2
23735         underflow.
23736         * math/auto-libm-test-out: Regenerated.
23738 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23740         [BZ #16274]
23741         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23742         handle filename validation.
23743         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23744         (do_open): Delete.
23746 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23748         [BZ #6786]
23749         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23750         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23751         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23752         <float.h>.
23753         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23754         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23755         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23756         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23757         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23758         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23759         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23760         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23761         Add more erfc tests.
23762         * math/auto-libm-test-out: Regenerated.
23763         * sysdeps/i386/fpu/libm-test-ulps: Update.
23764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23766         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23767         exp2, expm1, j0 and j1.
23768         * math/auto-libm-test-out: Regenerated.
23769         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23770         (erfc_test_data): Likewise.
23771         (exp_test_data): Likewise.
23772         (exp_tonearest_test_data): Likewise.
23773         (exp_towardzero_test_data): Likewise.
23774         (exp_downward_test_data): Likewise.
23775         (exp_upward_test_data): Likewise.
23776         (exp10_test_data): Likewise.
23777         (exp2_test_data): Likewise.
23778         (expm1_test_data): Likewise.
23779         (j0_test_data): Likewise.
23780         (j1_test_data): Likewise.
23781         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23782         (input_flag_type): Add flag_xfail_rounding.
23783         (input_flags): Add xfail-rounding.
23784         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23785         (output_for_one_input_case): Handle flag_xfail_rounding.
23786         * sysdeps/i386/fpu/libm-test-ulps: Update.
23787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23789 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23791         [BZ #16289]
23792         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23793         division by 0.
23795 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23797         [BZ #16195]
23798         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23799         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23800         (STAP_PROBE0): New macro.
23801         (STAP_PROBE1): Likewise.
23802         (STAP_PROBE2): Likewise.
23803         (STAP_PROBE3): Likewise.
23804         (STAP_PROBE4): Likewise.
23806 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23808         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23810 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23812         * benchtests/Makefile (bench): Add sqrt.
23813         (LDLIBS-bench-sqrt): New.
23814         * benchtests/sqrt-input: New.
23816 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23818         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23819         (GAIH_EAI): Likewise.
23820         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23821         (gaih_inet): Likewise.
23822         (getaddrinfo): Don't use GAIH_EAI.
23824         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23825         (struct gaih): Remove definition.
23827 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23829         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23830         Use HERRNOP directly.
23832 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23836 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23838         * math/gen-auto-libm-tests.c (test_functions): Add more
23839         single-argument functions.
23840         (special_fill_pi_2): New function.
23841         (special_fill_minus_pi_2): Likewise.
23842         (special_fill_pi_6): Likewise.
23843         (special_fill_minus_pi_6): Likewise.
23844         (special_fill_pi_3): Likewise.
23845         (special_fill_2pi_3): Likewise.
23846         (special_fill_e): Likewise.
23847         (special_fill_1_e): Likewise.
23848         (special_fill_e_minus_1): Likewise.
23849         (special_real_inputs): Add more special inputs.
23850         (output_for_one_input_case): Do not require ERANGE on underflow to
23851         zero if round-to-nearest result does not underflow to zero, unless
23852         exact results required.
23853         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23854         atan, atanh, cbrt, cos and cosh.
23855         * math/auto-libm-test-out: Regenerated.
23856         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23857         (acos_tonearest_test_data): Likewise.
23858         (acos_towardzero_test_data): Likewise.
23859         (acos_downward_test_data): Likewise.
23860         (acos_upward_test_data): Likewise.
23861         (acosh_test_data): Likewise.
23862         (asin_test_data): Likewise.
23863         (asin_tonearest_test_data): Likewise.
23864         (asin_towardzero_test_data): Likewise.
23865         (asin_upward_test_data): Likewise.
23866         (asinh_test_data): Likewise.
23867         (atan_test_data): Likewise.
23868         (atanh_test_data): Likewise.
23869         (cbrt_test_data): Likewise.
23870         (cos_test_data): Likewise.
23871         (cos_tonearest_test_data): Likewise.
23872         (cos_towardzero_test_data): Likewise.
23873         (cos_downward_test_data): Likewise.
23874         (cos_upward_test_data): Likewise.
23875         (cosh_test_data): Likewise.
23876         (cosh_tonearest_test_data): Likewise.
23877         (cosh_towardzero_test_data): Likewise.
23878         (cosh_downward_test_data): Likewise.
23879         (cosh_upward_test_data): Likewise.
23880         * sysdeps/i386/fpu/libm-test-ulps: Update.
23881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23883 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23885         [BZ #6787]
23886         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23887         * math/w_exp10f.c (__exp10f): Likewise.
23888         * math/w_exp10l.c (__exp10l): Likewise.
23889         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23890         errno settings in existing tests.
23892         [BZ #14032]
23893         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23894         precision control set to double precision.
23895         * sysdeps/i386/fpu/w_sqrt.c: New file.
23896         * math/auto-libm-test-in: Add more tests.
23897         * math/auto-libm-test-out: Update.
23899         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23900         (sqrt_test_tonearest): New function.
23901         (sqrt_towardzero_test_data): New variable.
23902         (sqrt_test_towardzero): New function.
23903         (sqrt_downward_test_data): New variable.
23904         (sqrt_test_downward): New function.
23905         (sqrt_upward_test_data): New variable.
23906         (sqrt_test_upward): New function.
23907         (main): Call the new functions.
23909         * math/gen-auto-libm-tests.c: New file.
23910         * math/auto-libm-test-in: Likewise.
23911         * math/auto-libm-test-out: New generated file.
23912         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23913         variables.
23914         (%beautify): Add generated representations of zero.
23915         (top level): Set $auto_input and call parse_auto_input.
23916         (beautify): Remove trailing "f" from hex float constants.
23917         (parse_args): Handle XFAIL_TEST.
23918         (convert_condition): New function.
23919         (or_value): Likewise.
23920         (or_cond_value): Likewise.
23921         (generate_testfile): Handle AUTO_TESTS_* lines.
23922         (parse_auto_input): New function.
23923         * math/libm-test.inc (XFAIL_TEST): New macro.
23924         (ERRNO_UNCHANGED): Update value.
23925         (ERRNO_EDOM): Likewise.
23926         (ERRNO_ERANGE): Likewise.
23927         (IGNORE_RESULT): Likewise.
23928         (TEST_COND_flt_32): New macro.
23929         (TEST_COND_dbl_64): Likewise.
23930         (TEST_COND_ldbl_96_intel): Likewise.
23931         (TEST_COND_ldbl_96_m68k): Likewise.
23932         (TEST_COND_ldbl_128): Likewise.
23933         (TEST_COND_ldbl_128ibm): Likewise.
23934         (TEST_COND_long32): Likewise.
23935         (TEST_COND_long64): Likewise.
23936         (TEST_COND_before_rounding): Likewise.
23937         (TEST_COND_after_rounding): Likewise.
23938         (enable_test): Handle XFAIL_TEST flag.
23939         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23940         with finite results.
23941         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23942         auto-libm-test-out.
23944 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23945             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23947         [BZ #16214]
23948         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23949         __tls_get_addr_internal instead of __tls_get_offset in order to
23950         avoid GOT pointer dependency.  Make rtld export
23951         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23952         __tls_get_addr since we are a __tls_get_offset platform.
23953         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23954         GOT pointer being set up before.
23955         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23957 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23959         * manual/math.texi (Errors in Math Functions): Document accuracy
23960         goals.
23962         [BZ #15004]
23963         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23964         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23965         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23966         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23967         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23968         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23969         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23970         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23971         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23972         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23973         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23974         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23975         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23976         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23977         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23978         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23980         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23981         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23982         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23983         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23984         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23985         Likewise.
23986         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23987         Likewise.
23988         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23989         Likewise.
23990         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23991         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23992         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23993         atomic-feupdateenv and flt-rounds.
23994         * sysdeps/powerpc/nofpu/Versions (libc): Add
23995         __atomic_feholdexcept, __atomic_feclearexcept,
23996         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23997         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23998         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23999         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
24000         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
24001         here.
24002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
24003         Update.
24005         * manual/arith.texi (FP Exceptions): Document that exceptions may
24006         not be raised when matherr is used.
24007         (Math Error Reporting): Document overflow in directed rounding
24008         modes.  Document that errno may not be set when finite values are
24009         returned on overflow.  Document intent to set errno on underflow
24010         only for underflow to zero.
24012         [BZ #16271]
24013         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
24014         round-to-nearest then adjust result for other rounding modes.
24015         * include/fenv.h (fegetround): Use libm_hidden_proto.
24016         * math/fegetround.c (fegetround): Use libm_hidden_def.
24017         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
24018         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
24019         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24020         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
24021         Likewise.
24022         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
24023         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
24024         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
24025         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
24027 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24029         [BZ #16077]
24030         * nss/Versions (libnss_files): Add
24031         _nss_files_gethostbyname3_r.
24032         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
24033         New function.
24034         (HOST_DB_LOOKUP): Remove macro.
24035         (_nss_files_gethostbyname_r): Implement function without the
24036         HOST_DB_LOOKUP macro.
24037         (_nss_files_gethostbyname2_r): Likewise.
24039 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
24041         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
24043 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
24045         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
24046         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
24047         warning.
24049 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24051         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
24052         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
24053         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
24054         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
24055         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
24056         __fe_nomask_env_priv and attribute_hidden.
24057         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
24058         (libc_feupdateenv_test_ppc): Likewise.
24059         (libc_feresetround_ppc): Likewise.
24060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24061         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
24062         compat_symbol macro.
24063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24064         (__fe_nomask_env): Likewise.
24065         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
24067 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24069         * string/Makefile: Remove ifunc tests.
24070         * string/test-string.h: Define TEST_IFUNC.
24071         * string/test-bcopy-ifunc.c: Remove.
24072         * string/test-bzero-ifunc.c: Likewise.
24073         * string/test-memccpy-ifunc.c: Likewise.
24074         * string/test-memchr-ifunc.c: Likewise.
24075         * string/test-memcmp-ifunc.c: Likewise.
24076         * string/test-memcpy-ifunc.c: Likewise.
24077         * string/test-memmem-ifunc.c: Likewise.
24078         * string/test-memmove-ifunc.c: Likewise.
24079         * string/test-mempcpy-ifunc.c: Likewise.
24080         * string/test-memrchr-ifunc.c: Likewise.
24081         * string/test-memset-ifunc.c: Likewise.
24082         * string/test-rawmemchr-ifunc.c: Likewise.
24083         * string/test-stpcpy-ifunc.c: Likewise.
24084         * string/test-stpncpy-ifunc.c: Likewise.
24085         * string/test-strcasecmp-ifunc.c: Likewise.
24086         * string/test-strcasestr-ifunc.c: Likewise.
24087         * string/test-strcat-ifunc.c: Likewise.
24088         * string/test-strchr-ifunc.c: Likewise.
24089         * string/test-strchrnul-ifunc.c: Likewise.
24090         * string/test-strcmp-ifunc.c: Likewise.
24091         * string/test-strcpy-ifunc.c: Likewise.
24092         * string/test-strcspn-ifunc.c: Likewise.
24093         * string/test-strlen-ifunc.c: Likewise.
24094         * string/test-strncasecmp-ifunc.c: Likewise.
24095         * string/test-strncat-ifunc.c: Likewise.
24096         * string/test-strncmp-ifunc.c: Likewise.
24097         * string/test-strncpy-ifunc.c: Likewise.
24098         * string/test-strnlen-ifunc.c: Likewise.
24099         * string/test-strpbrk-ifunc.c: Likewise.
24100         * string/test-strrchr-ifunc.c: Likewise.
24101         * string/test-strspn-ifunc.c: Likewise.
24102         * string/test-strstr-ifunc.c: Likewise.
24104 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24106         * benchtests/Makefile: Remove ifunc tests.
24107         * benchtests/bench-string.h: Define TEST_IFUNC.
24108         * benchtests/bench-bcopy-ifunc.c: Remove.
24109         * benchtests/bench-bzero-ifunc.c: Likewise.
24110         * benchtests/bench-memccpy-ifunc.c: Likewise.
24111         * benchtests/bench-memchr-ifunc.c: Likewise.
24112         * benchtests/bench-memcmp-ifunc.c: Likewise.
24113         * benchtests/bench-memcpy-ifunc.c: Likewise.
24114         * benchtests/bench-memmem-ifunc.c: Likewise.
24115         * benchtests/bench-memmove-ifunc.c: Likewise.
24116         * benchtests/bench-mempcpy-ifunc.c: Likewise.
24117         * benchtests/bench-memrchr-ifunc.c: Likewise.
24118         * benchtests/bench-memset-ifunc.c: Likewise.
24119         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
24120         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
24121         * benchtests/bench-stpcpy-ifunc.c: Likewise.
24122         * benchtests/bench-stpncpy-ifunc.c: Likewise.
24123         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
24124         * benchtests/bench-strcasestr-ifunc.c: Likewise.
24125         * benchtests/bench-strcat-ifunc.c: Likewise.
24126         * benchtests/bench-strchr-ifunc.c: Likewise.
24127         * benchtests/bench-strchrnul-ifunc.c: Likewise.
24128         * benchtests/bench-strcmp-ifunc.c: Likewise.
24129         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
24130         * benchtests/bench-strcpy-ifunc.c: Likewise.
24131         * benchtests/bench-strcspn-ifunc.c: Likewise.
24132         * benchtests/bench-strlen-ifunc.c: Likewise.
24133         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
24134         * benchtests/bench-strncat-ifunc.c: Likewise.
24135         * benchtests/bench-strncmp-ifunc.c: Likewise.
24136         * benchtests/bench-strncpy-ifunc.c: Likewise.
24137         * benchtests/bench-strnlen-ifunc.c: Likewise.
24138         * benchtests/bench-strpbrk-ifunc.c: Likewise.
24139         * benchtests/bench-strrchr-ifunc.c: Likewise.
24140         * benchtests/bench-strsep-ifunc.c: Likewise.
24141         * benchtests/bench-strspn-ifunc.c: Likewise.
24142         * benchtests/bench-strstr-ifunc.c: Likewise.
24144 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24146         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
24148 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
24150         * resolv/netdb.h: Use __glibc_reserved instead __unused.
24151         * rt/aio.h: Likewise.
24152         * sysdeps/gnu/bits/utmp.h: Likewise.
24153         * sysdeps/gnu/bits/utmpx.h: Likewise.
24154         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
24155         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
24156         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
24157         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
24158         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
24159         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
24160         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
24161         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
24162         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
24163         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
24164         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
24165         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
24166         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
24167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
24168         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
24169         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
24170         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
24171         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
24172         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
24173         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
24174         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
24175         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
24176         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
24177         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
24178         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
24179         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
24180         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
24181         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
24182         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
24183         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
24184         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
24185         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
24186         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
24187         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
24188         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
24189         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
24190         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
24191         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
24192         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
24193         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
24194         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
24195         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24197 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
24199         [BZ #16245]
24200         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
24201         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
24203 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
24205         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
24206         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
24207         Likewise.
24209 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24211         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
24212         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
24213         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
24214         (__fesetround): Remove define.
24215         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
24216         rounding and exceptions handling.
24217         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
24218         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
24219         (__fe_nomask_env): Likewise.
24220         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
24221         __fegetround instead of fegetround.
24222         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
24223         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
24225 2013-11-21  Roland McGrath  <roland@hack.frob.com>
24227         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
24228         it's there.
24230         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
24232 2013-11-21  Meador Inge  <meadori@codesourcery.com>
24234         [BZ #11157]
24235         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
24236         (encrypt_r): Likewise.
24237         * malloc/obstack.h (obstack_free): Likewise.
24238         * posix/unistd.h (encrypt): Likewise.
24240 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
24242         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
24243         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
24244         DL_CALL_DT_FINI() that call the functions directly.
24245         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
24246         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
24247         * elf/dl-fini.c: Likewise.
24249 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
24251         * malloc/hooks.c (memalign_check): Add alignment rounding.
24252         * malloc/malloc.c (_mid_memalign): New function.
24253         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
24254         Implement by calling _mid_memalign.
24255         * manual/probes.texi (Memory Allocation Probes): Remove
24256         memory_valloc_retry and memory_pvalloc_retry.
24258 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24260         * locale/programs/locarchive.c (open_archive): Add const
24261         qualifier to ARCHIVEFNAME and copy default fname to
24262         DEFAULT_FNAME.
24264         [BZ #15601]
24265         * libio/tst-widetext.input: Rename Oriya to Odia.
24266         * locale/iso-639.def: Likewise.
24268         * manual/probes.texi (Mathematical Function Probes): Add
24269         documentation for sin, cos, asin and acos probes.
24270         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
24271         (__sin32): Add slowasin probe.
24272         (__cos32): Add slowacos probe.
24273         (__mpsin): Add slowsin probe.
24274         (__mpcos): Add slowcos probe.
24276 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
24278         [BZ #15483]
24279         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
24280         thread-local __sim_exceptions_thread and global
24281         __sim_exceptions_global.
24282         (__sim_disabled_exceptions): Change to thread-local
24283         __sim_disabled_exceptions_thread and global
24284         __sim_disabled_exceptions_global.
24285         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24286         and global __sim_round_mode_global.
24287         (__simulate_exceptions): Use thread-local floating-point state and
24288         set global state from it as needed.
24289         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
24290         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
24291         __sim_round_mode_thread.
24292         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
24293         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
24294         and global __sim_exceptions_global.
24295         (__sim_disabled_exceptions): Change to thread-local
24296         __sim_disabled_exceptions_thread and global
24297         __sim_disabled_exceptions_global.
24298         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
24299         and global __sim_round_mode_global.
24300         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
24301         (SIM_SET_GLOBAL): Likewise.
24302         * sysdeps/powerpc/soft-fp/sfp-machine.h
24303         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
24304         __sim_round_mode_thread.
24305         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
24306         __sim_disabled_exceptions_thread.
24307         (__sim_exceptions): Change to __sim_exceptions_thread.
24308         (__sim_disabled_exceptions): Change to
24309         __sim_disabled_exceptions_thread.
24310         (__sim_round_mode): Change to __sim_round_mode_thread.
24311         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
24312         thread-local floating-point state and set global state from it as
24313         needed.
24314         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
24315         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
24316         (__sim_disabled_exceptions): Remove extern declaration.
24317         (feenableexcept): Use thread-local floating-point state and set
24318         global state from it as needed.
24319         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
24320         extern declaration.
24321         (__sim_disabled_exceptions): Likewise.
24322         (__sim_round_mode): Likewise.
24323         (__fegetenv): Use thread-local floating-point state.
24324         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
24325         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
24326         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
24327         floating-point state and set global state from it as needed.
24328         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
24329         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
24330         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
24331         Likewise.
24332         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
24333         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
24334         Likewise.
24335         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
24336         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
24337         Use __sim_round_mode_thread.
24338         * math/test-fenv-tls.c: New file.
24339         * math/Makefile (tests): Add test-fenv-tls.
24340         ($(objpfx)test-fenv-tls): Depend on
24341         $(common-objpfx)nptl/libpthread.so.
24343 2013-11-19  Andreas Schwab  <schwab@suse.de>
24345         * locale/programs/locale.c (show_info): Decode wordarray elements.
24346         * locale/categories.def (LC_MONETARY): Add element for
24347         _NL_MONETARY_CRNCYSTR.
24348         * locale/C-monetary.c (conversion_rate): New variable.
24349         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
24350         element.
24352 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
24354         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
24355         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
24357 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24359         * elf/Makefile (tst-auxv): New test.
24360         * elf/tst-auxv.c: New
24361         * elf/rtld.c (dl_main): Adjust AT_EXECFN
24363 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
24365         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
24366         (hidden_proto): Caller changed.
24367         (hidden_tls_proto): New macro.
24368         (libc_hidden_tls_proto): Likewise.
24369         (rtld_hidden_tls_proto): Likewise.
24370         (libm_hidden_tls_proto): Likewise.
24371         (libresolv_hidden_tls_proto): Likewise.
24372         (librt_hidden_tls_proto): Likewise.
24373         (libdl_hidden_tls_proto): Likewise.
24374         (libnss_files_hidden_tls_proto): Likewise.
24375         (libnsl_hidden_tls_proto): Likewise.
24376         (libnss_nisplus_hidden_tls_proto): Likewise.
24377         (libutil_hidden_tls_proto): Likewise.
24379 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
24381         [BZ #10253]
24382         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
24383         (decompose_rpath): Defer expansion to fillin_rpath.
24384         (_dl_init_paths): Pass linkmap to fillin_rpath.
24386 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24388         * benchtests/Makefile: Add strsep.
24389         * benchtests/bench-strsep.c: New file: strsep benchtest.
24390         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
24392 2013-11-18  Andreas Schwab  <schwab@suse.de>
24394         * locale/programs/locale.c (show_info) [case byte]: Check for
24395         '\377' instead of '\177'.
24396         * locale/C-monetary.c (not_available): Always use "\377".
24397         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
24398         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
24399         detect unavailable sign_posn locale elements.
24400         * locale/localeconv.c (__localeconv): For grouping and
24401         mon_grouping handle "\177" and "\377" like no grouping.
24402         (INT_ELEM): New macro.  Use it to set all numeric members.
24403         * locale/programs/ld-monetary.c (monetary_read)
24404         <tok_mon_grouping>: Normalize single -1 to the empty string.
24405         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
24406         Likewise.
24408 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24410         [BZ #16055]
24411         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
24412         when we match (nil).
24413         * stdio-common/tst-sscanf.c (struct test): Add testcase.
24415 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
24417         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
24418         (NO_TEST_INLINE): Update value.
24419         (ERRNO_UNCHANGED): Likewise.
24420         (ERRNO_EDOM): Likewise.
24421         (ERRNO_ERANGE): Likewise.
24422         (IGNORE_RESULT): Likewise.
24423         (check_float_internal): Check signs of NaN results if
24424         TEST_NAN_SIGN used.
24425         (check_complex): Pass TEST_NAN_SIGN flag through to second
24426         check_float_internal call.
24427         (copysign_test_data): Add tests with quiet NaNs as second
24428         argument.  Use TEST_NAN_SIGN.
24429         (fabs_test_data): Add test of negative quiet NaN argument.  Use
24430         TEST_NAN_SIGN.
24431         (signbit_test_data): Add tests of quiet NaN argument.
24432         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
24434         * math/gen-libm-test.pl (show_exceptions): Take extra argument
24435         $ignore_result.
24436         (parse_args): Handle function results specified as IGNORE.
24437         * math/libm-test.inc (IGNORE_RESULT): New macro.
24438         (check_float_internal): Do not check numerical result if flag
24439         IGNORE_RESULT set.
24440         (check_complex): Pass through IGNORE_RESULT to second
24441         check_float_internal call.
24442         (check_int): Do not check numerical result if flag IGNORE_RESULT
24443         set.
24444         (check_long): Likewise.
24445         (check_bool): Likewise.
24446         (check_longlong): Likewise.
24447         (lrint_test_data): Add tests of infinite and NaN arguments.
24448         (lrint_tonearest_test_data): Likewise.
24449         (lrint_towardzero_test_data): Likewise.
24450         (lrint_downward_test_data): Likewise.
24451         (lrint_upward_test_data): Likewise.
24452         (llrint_test_data): Likewise.
24453         (llrint_tonearest_test_data): Likewise.
24454         (llrint_towardzero_test_data): Likewise.
24455         (llrint_downward_test_data): Likewise.
24456         (llrint_upward_test_data): Likewise.
24457         (lround_test_data): Likewise.
24458         (llround_test_data): Likewise.
24460         * math/libm-test.inc (NO_TEST_INLINE): New macro.
24461         (ERRNO_UNCHANGED): Update value.
24462         (ERRNO_EDOM): Likewise.
24463         (ERRNO_ERANGE): Likewise.
24464         (NO_TEST_INLINE_FLOAT): New macro.
24465         (NO_TEST_INLINE_DOUBLE): Likewise.
24466         (enable_test): New function.
24467         (RUN_TEST_f_f): Check enable_test before running test.
24468         (RUN_TEST_2_f): Likewise.
24469         (RUN_TEST_fff_f): Likewise.
24470         (RUN_TEST_c_f): Likewise.
24471         (RUN_TEST_f_f1): Likewise.
24472         (RUN_TEST_fF_f1): Likewise.
24473         (RUN_TEST_fI_f1): Likewise.
24474         (RUN_TEST_ffI_f1): Likewise.
24475         (RUN_TEST_c_c): Likewise.
24476         (RUN_TEST_cc_c): Likewise.
24477         (RUN_TEST_f_i): Likewise.
24478         (RUN_TEST_f_i_tg): Likewise.
24479         (RUN_TEST_ff_i_tg): Likewise.
24480         (RUN_TEST_f_b): Likewise.
24481         (RUN_TEST_f_b_tg): Likewise.
24482         (RUN_TEST_f_l): Likewise.
24483         (RUN_TEST_f_L): Likewise.
24484         (RUN_TEST_fFF_11): Likewise.
24485         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
24486         conditionals.
24487         (cosh_test_data): Likewise.
24488         (exp_test_data): Likewise.
24489         (expm1_test_data): Likewise.
24490         (hypot_test_data): Likewise.
24491         (pow_test_data): Likewise.
24492         (sinh_test_data): Likewise.
24493         (tanh_test_data): Likewise.
24494         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
24495         flags argument.
24497         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
24498         tests with quiet NaN input and output.
24499         (acosh_test_data): Likewise.
24500         (asin_test_data): Likewise.
24501         (asinh_test_data): Likewise.
24502         (atan_test_data): Likewise.
24503         (atanh_test_data): Likewise.
24504         (atan2_test_data): Likewise.
24505         (cbrt_test_data): Likewise.
24506         (cos_test_data): Likewise.
24507         (cosh_test_data): Likewise.
24508         (erf_test_data): Likewise.
24509         (erfc_test_data): Likewise.
24510         (exp_test_data): Likewise.
24511         (exp10_test_data): Likewise.
24512         (exp2_test_data): Likewise.
24513         (expm1_test_data): Likewise.
24514         (hypot_test_data): Likewise.
24515         (j0_test_data): Likewise.
24516         (j1_test_data): Likewise.
24517         (jn_test_data): Likewise.
24518         (lgamma_test_data): Likewise.
24519         (log_test_data): Likewise.
24520         (log10_test_data): Likewise.
24521         (log1p_test_data): Likewise.
24522         (log2_test_data): Likewise.
24523         (pow_test_data): Likewise.
24524         (scalb_test_data): Likewise.
24525         (sin_test_data): Likewise.
24526         (sincos_test_data): Likewise.
24527         (sinh_test_data): Likewise.
24528         (tan_test_data): Likewise.
24529         (tanh_test_data): Likewise.
24530         (tgamma_test_data): Likewise.
24531         (y0_test_data): Likewise.
24532         (y1_test_data): Likewise.
24533         (yn_test_data): Likewise.
24535         [BZ #16167]
24536         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
24537         argument being NaN and avoid computations with second argument in
24538         that case.
24539         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24540         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24541         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24543 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
24545         * locale/iso-639.def: Add Chitwani Tharu (the).
24547 2013-11-14  Andreas Schwab  <schwab@suse.de>
24549         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
24550         word instead of empty string.
24552 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24555         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
24556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24557         (__fe_nomask_env): Likewise.
24559 2013-11-13  Steve Ellcey  <sellcey@mips.com>
24561         * benchtests/bench-timing.h: Include time.h.
24563 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
24565         [BZ #15997]
24566         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
24567         to 3.4.0 for x32.
24568         * sysdeps/unix/sysv/linux/configure: Regenerated.
24570 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
24572         [BZ #16151]
24573         * stdlib/strtod_l.c (round_and_return): Do not consider
24574         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
24575         exponent one less than half the least subnormal exponent.
24576         * stdlib/test-strtod-round-data: Add more tests.
24577         * stdlib/tst-strtod-round.c (tests): Regenerated.
24579 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24581         [BZ #14143]
24582         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
24583         (__fe_mask_env): Likewise.
24584         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
24585         libm_hidden_proto and add function prototype.
24586         (__fe_mask_env): Add function prototype.
24587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
24588         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
24589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
24590         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
24591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
24592         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
24594 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24596         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
24597         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
24599 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24601         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
24602         of htab_find_slot().
24604 2013-11-11  David S. Miller  <davem@davemloft.net>
24606         [BZ #16150]
24607         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
24608         symbol in the non-vis3 case in static builds.
24609         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
24610         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
24611         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
24612         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
24614 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
24616         [BZ #387]
24617         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
24618         it is empty.
24620 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24622         * benchtests/Makefile: Add bench-strtod.
24623         * benchtests/bench-strtod.c: New file: strtod benchtest
24625 2013-11-11  Andreas Schwab  <schwab@suse.de>
24627         [BZ #16153]
24628         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
24629         terminating NUL in key length.
24631 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24633         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
24634         Add artificial ODP entry for vDSO symbol for PPC64.
24635         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
24636         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
24638 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
24640         [BZ #15374]
24641         * nss/getent.c (services_keys): Recognize services starting with digit.
24643 2013-11-06  David S. Miller  <davem@davemloft.net>
24645         [BZ #15985]
24646         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
24647         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
24649 2013-11-06  Will Newton  <will.newton@linaro.org>
24651         * manual/memory.texi (Malloc Examples): Remove register
24652         keyword from examples.
24654 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
24656         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
24658 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
24660         [BZ #6981]
24661         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
24662         depending on [__GCC_IEC_559 > 0].
24663         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
24664         depending on [__GCC_IEC_559_COMPLEX > 0].
24666 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
24668         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
24669         to iso-639.def.
24671 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
24673         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
24675 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
24677         [BZ #16112]
24678         * malloc/malloc (malloc_info): Do not handle first bin as
24679         special case.
24681 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
24683         * locale/iso-639.def: Add Central Nahuatl (nhn).
24685 2013-11-01  Bruno Haible  <bruno@clisp.org>
24687         [BZ #7003]
24688         * manual/math.texi (BSD Random): Specify range upper bound as
24689         in POSIX.
24691 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
24693         * locale/iso-639.def: Add Meadow Mari (mhr).
24695 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
24697         [BZ #14752], [BZ #15763]
24698         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
24699         Validate name.
24700         * rt/tst_shm.c: Add test for escaping directory.
24702 2013-10-31  Andreas Schwab  <schwab@suse.de>
24704         [BZ #15917]
24705         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24706         followed by 'x' as part of digit sequence.
24707         * stdio-common/tst-sscanf.c (double_tests2): New tests.
24709 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24711         [BZ #16037]
24712         * configure.ac: allow GNU Make 4.0 and greater.
24713         * configure: Regenerated.
24715 2013-10-30  Will Newton  <will.newton@linaro.org>
24717         [BZ #16038]
24718         * malloc/hooks.c (memalign_check): Limit alignment to the
24719         maximum representable power of two.
24720         * malloc/malloc.c (__libc_memalign): Likewise.
24721         * malloc/tst-memalign.c (do_test): Add test for very
24722         large alignment values.
24723         * malloc/tst-posix_memalign.c (do_test): Likewise.
24725 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24727         [BZ #11087]
24728         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24729         (munmap_chunk): Likewise.
24730         (mremap_chunk): Likewise.
24732 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24734         [BZ #15799]
24735         * stdlib/div.c (div): Remove obsolete code.
24736         * stdlib/ldiv.c (ldiv): Likewise.
24737         * stdlib/lldiv.c (lldiv): Likewise.
24739 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24741         [BZ #16071]
24742         * nss/nss_files/files-XXX.c (get_contents_ret): New
24743         enumerator.
24744         (get_contents): New function.
24745         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24747 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24749         * configure.in: Moved to ...
24750         * configure.ac: ... here. Change reference to configure.in
24751         to configure.ac.
24752         * sysdeps/arm/preconfigure.ac: ... here.
24753         configure.in to configure.ac.
24754         * sysdeps/gnu/configure.in: Moved to ...
24755         * sysdeps/gnu/configure.ac: ... here.
24756         * sysdeps/i386/configure.in: Moved to ...
24757         * sysdeps/i386/configure.ac: ... here.
24758         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24759         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24760         * sysdeps/mach/configure.in: Moved to ...
24761         * sysdeps/mach/configure.ac: ... here.
24762         * sysdeps/mach/hurd/configure.in: Moved to ...
24763         * sysdeps/mach/hurd/configure.ac: ... here.
24764         * sysdeps/powerpc/configure.in: Moved to ...
24765         * sysdeps/powerpc/configure.ac: ... here.
24766         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24767         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24768         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24769         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24770         * sysdeps/s390/s390-32/configure.in: Moved to ...
24771         * sysdeps/s390/s390-32/configure.ac: ... here.
24772         * sysdeps/s390/s390-64/configure.in: Moved to ...
24773         * sysdeps/s390/s390-64/configure.ac: ... here.
24774         * sysdeps/sh/configure.in: Moved to ...
24775         * sysdeps/sh/configure.ac: ... here.
24776         * sysdeps/sparc/configure.in: Moved to ...
24777         * sysdeps/sparc/configure.ac: ... here.
24778         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24779         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24780         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24781         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24782         * sysdeps/x86_64/configure.in: Moved to ...
24783         * sysdeps/x86_64/configure.ac: ... here.
24784         * sysdeps/x86_64/preconfigure.in: Moved to ...
24785         * sysdeps/x86_64/preconfigure.ac: ... here.
24786         * aclocal.m4: Change reference to configure.in to configure.ac.
24787         * config.h.in: Likewise.
24788         * manual/install.texi: Likewise.
24789         * manual/maint.texi: Likewise.
24790         * Makefile: Likewise.
24791         * malloc/Makefile: Likewise.
24792         * nscd/Makefile: Likewise.
24793         * Makeconfig: Change reference to configure.in and
24794         preconfigure.in to configure.ac and preconfigure.ac
24795         respectively.
24796         * INSTALL: Regenerated.
24797         * configure: Likewise.
24798         * sysdeps/gnu/configure: Likewise.
24799         * sysdeps/i386/configure: Likewise.
24800         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24801         * sysdeps/mach/configure: Likewise.
24802         * sysdeps/mach/hurd/configure: Likewise.
24803         * sysdeps/powerpc/configure: Likewise.
24804         * sysdeps/powerpc/powerpc32/configure: Likewise.
24805         * sysdeps/powerpc/powerpc64/configure: Likewise.
24806         * sysdeps/s390/s390-32/configure: Likewise.
24807         * sysdeps/s390/s390-64/configure: Likewise.
24808         * sysdeps/sh/configure: Likewise.
24809         * sysdeps/sparc/configure: Likewise.
24810         * sysdeps/unix/sysv/linux/configure: Likewise.
24811         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24812         * sysdeps/x86_64/configure: Likewise.
24813         * sysdeps/x86_64/preconfigure: Likewise.
24815 2013-10-29  Andreas Schwab  <schwab@suse.de>
24817         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24819 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24821         * benchtests/pow-inputs: Add new inputs.
24823         * benchtests/exp-inputs: Add new inputs.
24825         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24826         conditional check for return value.
24827         (__cos32): Likewise.
24829 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24831         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24832         to provide a boost for large inputs with word alignment.
24833         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24834         implementation based on optimized PPC64 strcpy.
24835         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24836         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24837         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24838         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24840 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24842         [BZ #2801]
24843         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24845 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24847         [BZ #14876]
24848         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24849         * time/tst-strptime.c (day_tests): Add testcase.
24851 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24853         [BZ #14029]
24854         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24856 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24858         [BZ #16074]
24859         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24860         MAP_FAILED on error.
24862 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24864         [BZ #16072]
24865         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24866         heap for large requests.
24868 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24870         [BZ #9954]
24871         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24872         result if the result has no associated interface.
24873         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24874         interface for all 127.X.Y.Z addresses.
24876 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24878         * locale/iso-639.def: Add Ligurian (lij)
24880 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24882         [BZ #15825]
24883         * sunrpc/rpc_main.c: Document rpcgen -5.
24885 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24887         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24889 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24891         [BZ #10278]
24892         * posix/glob.c: Match only directories when trailing slash is present.
24893         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24894         (main): Add testcase.
24896 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24898         [BZ #15670]
24899         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24901 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24903         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24904         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24905         AUTH_DES and cindex for FIPS 140-2.
24906         (DES Encryption): Add cindex FIPS 46-3.
24908         * locale/locarchive.h (struct locarhandle): Add fname.
24909         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24910         if an optional argument was specified to --list-archive,
24911         otherwise NULL.
24912         * locale/programs/locarchive.c (show_archive_content): Take new
24913         argument fname and pass it via ah.fname to open_archive.
24914         * locale/programs/localedef.h: Update decl.
24915         (open_archive): If AH->fname is non-null, open that file
24916         rather than the default file name, and don't ignore ENOENT.
24917         (create_archive): Set AH.fname to NULL.
24918         (delete_locales_from_archive): Likewise.
24919         (add_locales_to_archive): Likewise.
24920         * locale/programs/locfile.c (write_all_categories): Likewise.
24922 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24923             Aldy Hernandez  <aldyh@redhat.com>
24925         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24926         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24927         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24928         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24929         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24930         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24931         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24932         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24933         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24934         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24935         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24936         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24937         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24938         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24939         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24940         Likewise.
24941         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24942         Likewise.
24943         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24944         Likewise.
24945         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24946         Likewise.
24947         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24948         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24949         Likewise.
24950         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24951         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24952         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24953         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24954         Likewise.
24955         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24956         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24957         * sysdeps/powerpc/preconfigure: Likewise.
24958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24959         Likewise.
24960         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24961         Replace contents of file by #include of <fenv_libc.h>.
24962         * sysdeps/powerpc/soft-fp/sfp-machine.h
24963         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24964         and <sys/prctl.h>.
24965         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24966         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24968         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24969         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24971         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24972         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24975         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24978         Allow copysignl PLT reference to be missing.
24980 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24981             Joseph Myers  <joseph@codesourcery.com
24983         [BZ #15948]
24984         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24985         single character.
24986         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24988 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24990         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24991         * elf/tst-tls1.c: Likewise.
24992         * elf/tst-tls10.h: Likewise.
24993         * elf/tst-tls14.c: Likewise.
24994         * elf/tst-tls2.c: Likewise.
24995         * elf/tst-tls3.c: Likewise.
24996         * elf/tst-tls4.c: Likewise.
24997         * elf/tst-tls5.c: Likewise.
24998         * elf/tst-tls6.c: Likewise.
24999         * elf/tst-tls7.c: Likewise.
25000         * elf/tst-tls8.c: Likewise.
25001         * elf/tst-tls9.c: Likewise.
25002         * elf/tst-tlsmod1.c: Likewise.
25003         * elf/tst-tlsmod13.c: Likewise.
25004         * elf/tst-tlsmod13a.c: Likewise.
25005         * elf/tst-tlsmod14a.c: Likewise.
25006         * elf/tst-tlsmod16a.c: Likewise.
25007         * elf/tst-tlsmod16b.c: Likewise.
25008         * elf/tst-tlsmod2.c: Likewise.
25009         * elf/tst-tlsmod3.c: Likewise.
25010         * elf/tst-tlsmod4.c: Likewise.
25011         * elf/tst-tlsmod5.c: Likewise.
25012         * elf/tst-tlsmod6.c: Likewise.
25014 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
25016         [BZ #12486]
25017         * malloc/malloc.c: remove checks for statistics.
25019 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25021         [BZ #15277]
25022         * inet/inet_net.c (inet_network): Detect additional invalid strings.
25023         * inet/tst-network.c: Add testcase.
25025 2013-10-17  Andreas Schwab  <schwab@suse.de>
25027         [BZ #15218]
25028         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
25029         to determine canonical name.
25031 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
25033         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
25034         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
25035         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25036         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
25037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25038         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
25039         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
25040         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
25041         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
25042         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
25043         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
25044         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
25045         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25046         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
25047         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
25048         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
25049         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25050         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25051         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
25052         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
25053         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25054         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25055         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25056         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
25057         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
25058         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
25059         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
25060         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
25061         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
25062         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
25063         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
25064         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25065         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
25066         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
25067         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
25068         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25069         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25070         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
25071         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
25072         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
25073         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
25074         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
25075         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
25076         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
25077         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
25078         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25079         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
25080         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
25081         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
25082         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
25083         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
25084         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
25085         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25086         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
25087         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25088         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
25089         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25090         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
25092 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
25094         [BZ #16041]
25095         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
25096         make result into a quiet NaN.
25098 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
25100         * soft-fp/adddf3.c: Fix horizontal whitespace.
25101         * soft-fp/addsf3.c: Likewise.
25102         * soft-fp/addtf3.c: Likewise.
25103         * soft-fp/divdf3.c: Likewise.
25104         * soft-fp/divsf3.c: Likewise.
25105         * soft-fp/divtf3.c: Likewise.
25106         * soft-fp/double.h: Likewise.
25107         * soft-fp/eqdf2.c: Likewise.
25108         * soft-fp/eqsf2.c: Likewise.
25109         * soft-fp/eqtf2.c: Likewise.
25110         * soft-fp/extenddftf2.c: Likewise.
25111         * soft-fp/extended.h: Likewise.
25112         * soft-fp/extendsfdf2.c: Likewise.
25113         * soft-fp/extendsftf2.c: Likewise.
25114         * soft-fp/extendxftf2.c: Likewise.
25115         * soft-fp/fixdfdi.c: Likewise.
25116         * soft-fp/fixdfsi.c: Likewise.
25117         * soft-fp/fixdfti.c: Likewise.
25118         * soft-fp/fixsfdi.c: Likewise.
25119         * soft-fp/fixsfsi.c: Likewise.
25120         * soft-fp/fixsfti.c: Likewise.
25121         * soft-fp/fixtfdi.c: Likewise.
25122         * soft-fp/fixtfsi.c: Likewise.
25123         * soft-fp/fixtfti.c: Likewise.
25124         * soft-fp/fixunsdfdi.c: Likewise.
25125         * soft-fp/fixunsdfsi.c: Likewise.
25126         * soft-fp/fixunsdfti.c: Likewise.
25127         * soft-fp/fixunssfdi.c: Likewise.
25128         * soft-fp/fixunssfsi.c: Likewise.
25129         * soft-fp/fixunssfti.c: Likewise.
25130         * soft-fp/fixunstfdi.c: Likewise.
25131         * soft-fp/fixunstfsi.c: Likewise.
25132         * soft-fp/fixunstfti.c: Likewise.
25133         * soft-fp/floatdidf.c: Likewise.
25134         * soft-fp/floatdisf.c: Likewise.
25135         * soft-fp/floatditf.c: Likewise.
25136         * soft-fp/floatsidf.c: Likewise.
25137         * soft-fp/floatsisf.c: Likewise.
25138         * soft-fp/floatsitf.c: Likewise.
25139         * soft-fp/floattidf.c: Likewise.
25140         * soft-fp/floattisf.c: Likewise.
25141         * soft-fp/floattitf.c: Likewise.
25142         * soft-fp/floatundidf.c: Likewise.
25143         * soft-fp/floatundisf.c: Likewise.
25144         * soft-fp/floatunditf.c: Likewise.
25145         * soft-fp/floatunsidf.c: Likewise.
25146         * soft-fp/floatunsisf.c: Likewise.
25147         * soft-fp/floatunsitf.c: Likewise.
25148         * soft-fp/floatuntidf.c: Likewise.
25149         * soft-fp/floatuntisf.c: Likewise.
25150         * soft-fp/floatuntitf.c: Likewise.
25151         * soft-fp/fmadf4.c: Likewise.
25152         * soft-fp/fmasf4.c: Likewise.
25153         * soft-fp/fmatf4.c: Likewise.
25154         * soft-fp/gedf2.c: Likewise.
25155         * soft-fp/gesf2.c: Likewise.
25156         * soft-fp/getf2.c: Likewise.
25157         * soft-fp/ledf2.c: Likewise.
25158         * soft-fp/lesf2.c: Likewise.
25159         * soft-fp/letf2.c: Likewise.
25160         * soft-fp/muldf3.c: Likewise.
25161         * soft-fp/mulsf3.c: Likewise.
25162         * soft-fp/multf3.c: Likewise.
25163         * soft-fp/negdf2.c: Likewise.
25164         * soft-fp/negsf2.c: Likewise.
25165         * soft-fp/negtf2.c: Likewise.
25166         * soft-fp/op-1.h: Likewise.
25167         * soft-fp/op-2.h: Likewise.
25168         * soft-fp/op-4.h: Likewise.
25169         * soft-fp/op-8.h: Likewise.
25170         * soft-fp/op-common.h: Likewise.
25171         * soft-fp/quad.h: Likewise.
25172         * soft-fp/single.h: Likewise.
25173         * soft-fp/soft-fp.h: Likewise.
25174         * soft-fp/sqrtdf2.c: Likewise.
25175         * soft-fp/sqrtsf2.c: Likewise.
25176         * soft-fp/sqrttf2.c: Likewise.
25177         * soft-fp/subdf3.c: Likewise.
25178         * soft-fp/subsf3.c: Likewise.
25179         * soft-fp/subtf3.c: Likewise.
25180         * soft-fp/truncdfsf2.c: Likewise.
25181         * soft-fp/trunctfdf2.c: Likewise.
25182         * soft-fp/trunctfsf2.c: Likewise.
25183         * soft-fp/trunctfxf2.c: Likewise.
25184         * soft-fp/unorddf2.c: Likewise.
25185         * soft-fp/unordsf2.c: Likewise.
25186         * soft-fp/unordtf2.c: Likewise.
25188 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
25190         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
25191         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
25193 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
25195         * elf/dl-libc.c: Clear initfini list after freeing.
25197 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
25199         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
25200         * soft-fp/addsf3.c: Likewise.
25201         * soft-fp/addtf3.c: Likewise.
25202         * soft-fp/divdf3.c: Likewise.
25203         * soft-fp/divsf3.c: Likewise.
25204         * soft-fp/divtf3.c: Likewise.
25205         * soft-fp/double.h: Likewise.
25206         * soft-fp/eqdf2.c: Likewise.
25207         * soft-fp/eqsf2.c: Likewise.
25208         * soft-fp/eqtf2.c: Likewise.
25209         * soft-fp/extenddftf2.c: Likewise.
25210         * soft-fp/extended.h: Likewise.
25211         * soft-fp/extendsfdf2.c: Likewise.
25212         * soft-fp/extendsftf2.c: Likewise.
25213         * soft-fp/extendxftf2.c: Likewise.
25214         * soft-fp/fixdfdi.c: Likewise.
25215         * soft-fp/fixdfsi.c: Likewise.
25216         * soft-fp/fixdfti.c: Likewise.
25217         * soft-fp/fixsfdi.c: Likewise.
25218         * soft-fp/fixsfsi.c: Likewise.
25219         * soft-fp/fixsfti.c: Likewise.
25220         * soft-fp/fixtfdi.c: Likewise.
25221         * soft-fp/fixtfsi.c: Likewise.
25222         * soft-fp/fixtfti.c: Likewise.
25223         * soft-fp/fixunsdfdi.c: Likewise.
25224         * soft-fp/fixunsdfsi.c: Likewise.
25225         * soft-fp/fixunsdfti.c: Likewise.
25226         * soft-fp/fixunssfdi.c: Likewise.
25227         * soft-fp/fixunssfsi.c: Likewise.
25228         * soft-fp/fixunssfti.c: Likewise.
25229         * soft-fp/fixunstfdi.c: Likewise.
25230         * soft-fp/fixunstfsi.c: Likewise.
25231         * soft-fp/fixunstfti.c: Likewise.
25232         * soft-fp/floatdidf.c: Likewise.
25233         * soft-fp/floatdisf.c: Likewise.
25234         * soft-fp/floatditf.c: Likewise.
25235         * soft-fp/floatsidf.c: Likewise.
25236         * soft-fp/floatsisf.c: Likewise.
25237         * soft-fp/floatsitf.c: Likewise.
25238         * soft-fp/floattidf.c: Likewise.
25239         * soft-fp/floattisf.c: Likewise.
25240         * soft-fp/floattitf.c: Likewise.
25241         * soft-fp/floatundidf.c: Likewise.
25242         * soft-fp/floatundisf.c: Likewise.
25243         * soft-fp/floatunsidf.c: Likewise.
25244         * soft-fp/floatunsisf.c: Likewise.
25245         * soft-fp/floatuntidf.c: Likewise.
25246         * soft-fp/floatuntisf.c: Likewise.
25247         * soft-fp/floatuntitf.c: Likewise.
25248         * soft-fp/fmadf4.c: Likewise.
25249         * soft-fp/fmasf4.c: Likewise.
25250         * soft-fp/fmatf4.c: Likewise.
25251         * soft-fp/gedf2.c: Likewise.
25252         * soft-fp/gesf2.c: Likewise.
25253         * soft-fp/getf2.c: Likewise.
25254         * soft-fp/ledf2.c: Likewise.
25255         * soft-fp/lesf2.c: Likewise.
25256         * soft-fp/letf2.c: Likewise.
25257         * soft-fp/muldf3.c: Likewise.
25258         * soft-fp/mulsf3.c: Likewise.
25259         * soft-fp/multf3.c: Likewise.
25260         * soft-fp/negdf2.c: Likewise.
25261         * soft-fp/negsf2.c: Likewise.
25262         * soft-fp/negtf2.c: Likewise.
25263         * soft-fp/op-1.h: Likewise.
25264         * soft-fp/op-2.h: Likewise.
25265         * soft-fp/op-4.h: Likewise.
25266         * soft-fp/op-8.h: Likewise.
25267         * soft-fp/op-common.h: Likewise.
25268         * soft-fp/quad.h: Likewise.
25269         * soft-fp/single.h: Likewise.
25270         * soft-fp/soft-fp.h: Likewise.
25271         * soft-fp/sqrtdf2.c: Likewise.
25272         * soft-fp/sqrtsf2.c: Likewise.
25273         * soft-fp/sqrttf2.c: Likewise.
25274         * soft-fp/subdf3.c: Likewise.
25275         * soft-fp/subsf3.c: Likewise.
25276         * soft-fp/subtf3.c: Likewise.
25277         * soft-fp/truncdfsf2.c: Likewise.
25278         * soft-fp/trunctfdf2.c: Likewise.
25279         * soft-fp/trunctfsf2.c: Likewise.
25280         * soft-fp/trunctfxf2.c: Likewise.
25281         * soft-fp/unorddf2.c: Likewise.
25282         * soft-fp/unordsf2.c: Likewise.
25283         * soft-fp/unordtf2.c: Likewise.
25285 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
25287         [BZ #15672]
25288         * misc/error.c (error_tail): Fix possible buffer overflow.
25290 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
25292         [BZ #13028]
25293         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
25294         address.
25296 2013-10-14  P. J. McDermott  <pj@pehjota.net>
25298         [BZ #832]
25299         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
25300         testing pipefail option.
25302 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25304         * soft-fp/double.h: Indent preprocessor directives inside #if.
25305         * soft-fp/extended.h: Likewise.
25306         * soft-fp/op-2.h: Likewise.
25307         * soft-fp/op-4.h: Likewise.
25308         * soft-fp/op-common.h: Likewise.
25309         * soft-fp/quad.h: Likewise.
25310         * soft-fp/single.h: Likewise.
25311         * soft-fp/soft-fp.h: Likewise.
25313 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
25315         * iconv/iconv_prog.c: Fix typos.
25316         * stdio-common/psiginfo-data.h: Likewise.
25318 2013-10-12   Reuben Thomas <rrt@sc3d.org>
25320         [BZ #15764]
25321         * locale/setlocale.c: Fix typo.
25323 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
25325         [BZ #16036]
25326         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
25327         signaling NaN arguments.
25328         * soft-fp/unordsf2.c (__unordsf2): Likewise.
25329         * soft-fp/unordtf2.c (__unordtf2): Likewise.
25331         [BZ #14910]
25332         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
25333         unordered operands.
25334         * soft-fp/gesf2.c (__gesf2): Likewise.
25335         * soft-fp/getf2.c (__getf2): Likewise.
25336         * soft-fp/ledf2.c (__ledf2): Likewise.
25337         * soft-fp/lesf2.c (__lesf2): Likewise.
25338         * soft-fp/letf2.c (__letf2): Likewise.
25340         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
25341         * soft-fp/eqsf2.c (__eqsf2): Likewise.
25342         * soft-fp/eqtf2.c (__eqtf2): Likewise.
25343         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
25344         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
25345         * soft-fp/fixdfti.c (__fixdfti): Likewise.
25346         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
25347         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
25348         * soft-fp/fixsfti.c (__fixsfti): Likewise.
25349         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
25350         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
25351         * soft-fp/fixtfti.c (__fixtfti): Likewise.
25352         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
25353         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
25354         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
25355         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
25356         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
25357         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
25358         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
25359         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
25360         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
25361         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
25362         * soft-fp/floatdisf.c (__floatdisf): Likewise.
25363         * soft-fp/floatsisf.c (__floatsisf): Likewise.
25364         * soft-fp/floattidf.c (__floattidf): Likewise.
25365         * soft-fp/floattisf.c (__floattisf): Likewise.
25366         * soft-fp/floattitf.c (__floattitf): Likewise.
25367         * soft-fp/floatundidf.c (__floatundidf): Likewise.
25368         * soft-fp/floatundisf.c (__floatundisf): Likewise.
25369         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
25370         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
25371         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
25372         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
25373         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
25374         * soft-fp/gesf2.c (__gesf2): Likewise.
25375         * soft-fp/getf2.c (__getf2): Likewise.
25376         * soft-fp/ledf2.c (__ledf2): Likewise.
25377         * soft-fp/lesf2.c (__lesf2): Likewise.
25378         * soft-fp/letf2.c (__letf2): Likewise.
25380         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
25381         Undefine and redefine.
25382         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
25383         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
25384         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
25385         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
25386         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25387         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
25388         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25389         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
25390         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25391         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
25392         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25393         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
25394         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25395         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
25396         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
25398         [BZ #16032]
25399         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
25400         without decrementing exponent if mantissa >= that for the
25401         denominator, not >.
25402         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
25403         denominator, not >.  Decrement exponent in < case instead of
25404         incrementing in >= case.
25405         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
25406         without decrementing exponent if mantissa >= that for the
25407         denominator, not >.
25409         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
25410         computing saturated result for unsigned overflow.
25412 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25413             Jeff Law  <law@redhat.com>
25415         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
25416         (atan2Mp): Add systemtap probe marker.
25417         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
25418         (__ieee754_log): Add systemtap probe marker.
25419         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
25420         (atanMp): Add systemtap probe marker.
25421         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
25422         (tanMp): Add systemtap probe marker.
25423         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
25424         (__slowexp): Add systemtap probe marker.
25425         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
25426         (__slowpow): Add systemtap probe marker.
25427         * manual/probes.texi: Document probes.
25429 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
25431         [BZ #15362]
25432         * libio/fileops.c (_IO_new_file_write): Return count of bytes
25433         written.
25434         (_IO_new_file_xsputn): Don't return EOF if nothing has been
25435         written.
25436         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
25437         written to buffer but not flushed.
25438         * libio/iofwrite_u.c:  Likewise.
25439         * libio/iopadn.c:  Return bytes returned even if EOF was
25440         encountered.
25441         * libio/iowpadn.c:  Likewise.
25442         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
25443         if _IO_padn does not write the whole buffer.
25444         [!COMPILE_WPRINTF] (PAD): Likewise.
25446 2013-10-10  David S. Miller  <davem@davemloft.net>
25448         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
25449         directory block.
25451 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25453         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
25454         instead of FSF address.
25455         * soft-fp/fixdfti.c: Likewise.
25456         * soft-fp/fixsfti.c: Likewise.
25457         * soft-fp/fixtfti.c: Likewise.
25458         * soft-fp/fixunsdfti.c: Likewise.
25459         * soft-fp/fixunssfti.c: Likewise.
25460         * soft-fp/fixunstfti.c: Likewise.
25461         * soft-fp/floattidf.c: Likewise.
25462         * soft-fp/floattisf.c: Likewise.
25463         * soft-fp/floattitf.c: Likewise.
25464         * soft-fp/floatuntidf.c: Likewise.
25465         * soft-fp/floatuntisf.c: Likewise.
25466         * soft-fp/floatuntitf.c: Likewise.
25467         * soft-fp/trunctfxf2.c: Likewise.
25469         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
25470         * soft-fp/fixdfti.c: Likewise.
25471         * soft-fp/fixsfti.c: Likewise.
25472         * soft-fp/fixtfti.c: Likewise.
25473         * soft-fp/fixunsdfti.c: Likewise.
25474         * soft-fp/fixunssfti.c: Likewise.
25475         * soft-fp/fixunstfti.c: Likewise.
25476         * soft-fp/floattidf.c: Likewise.
25477         * soft-fp/floattisf.c: Likewise.
25478         * soft-fp/floattitf.c: Likewise.
25479         * soft-fp/floatuntidf.c: Likewise.
25480         * soft-fp/floatuntisf.c: Likewise.
25481         * soft-fp/floatuntitf.c: Likewise.
25482         * soft-fp/trunctfxf2.c: Likewise.
25484 2013-10-10  David S. Miller  <davem@davemloft.net>
25486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25488 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
25490         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
25491         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
25492         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
25493         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
25494         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
25495         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
25496         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
25498         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
25499         for NaNs before doing comparisons on argument.
25500         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
25501         Likewise.
25503 2013-10-10  Will Newton  <will.newton@linaro.org>
25505         * malloc/hooks.c (memalign_check): Ensure the value of bytes
25506         passed to _int_memalign does not overflow.
25508 2013-10-10  Torvald Riegel  <triegel@redhat.com>
25510         * scripts/bench.pl: Add include-sources directive.
25511         * benchtests/README: Update documentation.
25513 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
25515         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
25516         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
25517         instead of FP_INIT_ROUNDMODE.
25518         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
25519         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
25521         [BZ #16034]
25522         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
25523         copy class of input value.
25524         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
25525         not handle exceptions.
25526         * soft-fp/negsf2.c (__negsf2): Likewise.
25527         * soft-fp/negtf2.c (__negtf2): Likewise.
25528         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
25530 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
25532         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
25533         semicolon.  From Linux kernel.
25535 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
25537         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
25539 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
25541         [BZ #156]
25542         * manual/socket.texi: Added statement about buffer
25543         for gethostbyname2_r.
25545 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
25547         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
25548         Use .p2align directive instead, throughout.
25549         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25550         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
25551         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
25552         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25553         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25554         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
25555         * sysdeps/x86_64/strchr.S: Likewise.
25556         * sysdeps/x86_64/strrchr.S: Likewise.
25558 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
25560         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
25562         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
25564         * sysdeps/generic/math_private.h (__mpsin1): Remove
25565         declaration.
25566         (__mpcos1): Likewise.
25567         (__mpsin): New argument __range_reduce.
25568         (__mpcos): Likewise.
25569         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25570         (slow): Use __mpsin and __mpcos.
25571         (slow1): Likewise.
25572         (slow2): Likewise.
25573         (sloww): Likewise.
25574         (sloww1): Likewise.
25575         (sloww2): Likewise.
25576         (bsloww): Likewise.
25577         (bsloww1): Likewise.
25578         (bsloww2): Likewise.
25579         (cslow2): Likewise.
25580         (csloww): Likewise.
25581         (csloww1): Likewise.
25582         (csloww2): Likewise.
25583         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
25584         range_reduce.  Merge in __mpsin1.
25585         (__mpcos): Likewise.
25586         (__mpsin1): Remove.
25587         (__mpcos1): Likewise.
25589 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
25591         * locale/loadlocale.c (_nl_intern_locale_data): Use
25592         LOCFILE_ALIGNED_P.
25593         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
25594         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
25595         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
25596         obstack data is appropriately aligned.
25597         (obstack_int32_grow_fast): Likewise.
25598         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
25599         * locale/programs/locfile.c (add_locale_uint32): Likewise.
25600         (add_locale_uint32_array): Likewise.
25602 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25604         * benchtests/Makefile: Remove ARGLIST and RET variables.
25605         ($(objpfx)bench-%.c): Pass only function name to the script.
25606         * benchtests/README: Update documentation.
25607         * benchtests/acos-inputs: Add new directives.
25608         * benchtests/acosh-inputs: Likewise.
25609         * benchtests/asin-inputs: Likewise.
25610         * benchtests/asinh-inputs: Likewise.
25611         * benchtests/atan-inputs: Likewise.
25612         * benchtests/atanh-inputs: Likewise.
25613         * benchtests/cos-inputs: Likewise.
25614         * benchtests/cosh-inputs: Likewise.
25615         * benchtests/exp-inputs: Likewise.
25616         * benchtests/log-inputs: Likewise.
25617         * benchtests/pow-inputs: Likewise.
25618         * benchtests/rint-inputs: Likewise.
25619         * benchtests/sin-inputs: Likewise.
25620         * benchtests/sinh-inputs: Likewise.
25621         * benchtests/tan-inputs: Likewise.
25622         * benchtests/tanh-inputs: Likewise.
25623         * scripts/bench.pl: Add support for new directives.
25625 2013-10-07  Alan Modra  <amodra@gmail.com>
25627         * README: Fix careless merge.
25629 2013-10-05  Alan Modra  <amodra@gmail.com>
25631         * NEWS: Mention powerpc64le support and bugs fixed.
25632         * README: Both big-endian and little-endian powerpc64 supported.
25634 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25636         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
25637         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
25638         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
25639         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
25641 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
25643         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
25644         match prototype.
25646 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
25648         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
25649         Move -mhard-float appending from
25650         ports/sysdeps/powerpc/powerpc32/Makefile.
25651         [$(with-fp) = yes] (ASFLAGS): Likewise.
25652         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
25653         * sysdeps/powerpc/nofpu: Move directory from
25654         ports/sysdeps/powerpc/nofpu.
25655         * sysdeps/powerpc/soft-fp: Move directory from
25656         ports/sysdeps/powerpc/soft-fp.
25657         * sysdeps/powerpc/powerpc32/405: Move directory from
25658         ports/sysdeps/powerpc/powerpc32/405.
25659         * sysdeps/powerpc/powerpc32/440: Move directory from
25660         ports/sysdeps/powerpc/powerpc32/440.
25661         * sysdeps/powerpc/powerpc32/464: Move directory from
25662         ports/sysdeps/powerpc/powerpc32/464.
25663         * sysdeps/powerpc/powerpc32/476: Move directory from
25664         ports/sysdeps/powerpc/powerpc32/476.
25665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
25666         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
25667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
25668         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
25669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
25670         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
25671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
25672         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
25673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
25674         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
25675         * README: Update for powerpc-*-linux-gnu software floating point
25676         support in libc.
25678         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
25679         case to powerpc/powerpc32*.
25680         * sysdeps/unix/sysv/linux/configure: Regenerated.
25682         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
25683         (_FPU_MASK_OM): Define as 0x04.
25684         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
25685         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
25686         0x00c10080.
25687         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
25688         0x0000003c.
25689         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
25691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
25692         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25693         getcontext_e500.
25694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
25695         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
25696         setcontext_e500.
25697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
25698         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
25699         and setcontext_e500.
25701 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
25703         * locale/iso-3166.def: Update iso-1366.def and related occurrences
25705 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25707         * manual/threads.texi (Default Thread Attributes): Fix typo.
25709 2013-10-04  Will Newton  <will.newton@linaro.org>
25711         * malloc/Makefile: Add tst-memalign.
25712         * malloc/tst-memalign.c: New file.
25714         * malloc/tst-posix_memalign.c: Add comments.
25715         (do_test): Add comments and call free on all potentially
25716         allocated pointers. Add space after cast.
25718         * malloc/tst-pvalloc.c: Add comments.
25719         (do_test): Add comments and call free on all potentially
25720         allocated pointers. Remove duplicate check for NULL pointer.
25721         Add space after cast.
25723         * malloc/tst-valloc.c: Add comments.
25724         (do_test): Add comments and call free on all potentially
25725         allocated pointers. Remove duplicate check for NULL pointer.
25726         Add space after cast.
25728 2013-10-04  Alan Modra  <amodra@gmail.com>
25730         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25731         Use stdint types in rather than __attribute__((mode())).
25732         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25734 2013-10-04  Alan Modra  <amodra@gmail.com>
25736         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25737         Correct handling of unaligned relocs for little-endian.
25738         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25740 2013-10-04  Alan Modra  <amodra@gmail.com>
25742         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25743         * configure: Regenerate.
25744         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25745         * shlib-versions: Likewise.
25747 2013-10-04  Alan Modra  <amodra@gmail.com>
25749         * string/tester.c (test_memrchr): Increment reported test cycle.
25751 2013-10-04  Alan Modra  <amodra@gmail.com>
25753         * string/test-memcpy.c (do_one_test): When reporting errors, print
25754         string address and don't overrun end of string.
25756 2013-10-04  Alan Modra  <amodra@gmail.com>
25758         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25759         insrdi.  Make better use of reg selection to speed exit slightly.
25760         Schedule entry path a little better.  Remove useless "are we done"
25761         checks on entry to main loop.  Handle wrapping around zero address.
25762         Correct main loop count.  Handle single left-over word from main
25763         loop inline rather than by using loop_small.  Remove extra word
25764         case in loop_small caused by wrong loop count.  Add little-endian
25765         support.
25766         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25767         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25768         cache hint.
25769         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25770         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25771         support.  Avoid rlwimi.
25772         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25774 2013-10-04  Alan Modra  <amodra@gmail.com>
25776         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25777         insrdi.  Formatting.
25778         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25779         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25780         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25781         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25782         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25783         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25785 2013-10-04  Alan Modra  <amodra@gmail.com>
25787         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25788         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25789         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25790         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25791         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25792         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25793         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25794         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25795         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25796         use of regs.  Use power7 mtocrf.  Tidy function tails.
25798 2013-10-04  Alan Modra  <amodra@gmail.com>
25800         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25801         Formatting.  Consistently use rXXX register defines or rN defines.
25802         Use early exit labels that avoid restoring unused non-volatile regs.
25803         Make cr field use more consistent with rWORDn compares.  Rename
25804         regs used as shift registers for unaligned loop, using rN defines
25805         for short lifetime/multiple use regs.
25806         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25807         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25808         addi 1,1,64 to pop stack frame.  Simplify return value code.
25809         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25811 2013-10-04  Alan Modra  <amodra@gmail.com>
25813         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25814         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25815         rather than rlwimi.
25816         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25817         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25818         little-endian support.  Correct typos.
25819         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25820         rather than rlwimi.
25821         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25822         in loop and entry code to keep "and." results.
25823         (strchr): Add little-endian support.  Comment.  Move cntlzd
25824         earlier in tail.
25825         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25827 2013-10-04  Alan Modra  <amodra@gmail.com>
25829         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25830         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25831         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25832         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25834 2013-10-04  Alan Modra  <amodra@gmail.com>
25836         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25837         (rTMP): Define as r11.
25838         (strcmp): Add little-endian support.  Optimise tail.
25839         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25840         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25841         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25842         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25843         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25844         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25845         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25847 2013-10-04  Alan Modra  <amodra@gmail.com>
25849         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25850         little-endian support.  Remove unnecessary "are we done" tests.
25851         Handle "s" wrapping around zero and extremely large "size".
25852         Correct main loop count.  Handle single left-over word from main
25853         loop inline rather than by using small_loop.  Correct comments.
25854         Delete "zero" tail, use "end_max" instead.
25855         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25857 2013-10-04  Alan Modra  <amodra@gmail.com>
25859         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25860         support.  Don't branch over align.
25861         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25862         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25863         support.  Rearrange tmp reg use to suit.  Comment.
25864         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25866 2013-10-04  Alan Modra  <amodra@gmail.com>
25868         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25870 2013-10-04  Alan Modra  <amodra@gmail.com>
25872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25873         conditional form of branch and link when obtaining pc.
25874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25876 2013-10-04  Alan Modra  <amodra@gmail.com>
25878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25879         HIWORD/LOWORD.
25880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25883 2013-10-04  Alan Modra  <amodra@gmail.com>
25885         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25886         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25887         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25888         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25889         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25890         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25891         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25892         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25893         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25894         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25896 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25897             Alistair Popple <alistair@ozlabs.au.ibm.com>
25898             Alan Modra <amodra@gmail.com>
25900         [BZ #15723]
25901         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25902         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25903         _dl_hwcap access for little-endian.
25904         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25905         destroy vmx regs when saving unaligned.
25906         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25907         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25908         destroy vmx regs when saving unaligned.
25910 2013-10-04  Alan Modra  <amodra@gmail.com>
25912         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25913         Don't use a union to pack hi/low value.
25915 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25917         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25918         for little-endian.
25919         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25920         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25921         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25922         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25923         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25925 2013-10-04  Alan Modra  <amodra@gmail.com>
25927         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25928         constants to usual value for .cst8 section, and remove redundant
25929         high address load.
25930         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25931         constant for 0x1p52.  Load little-endian words of double from
25932         correct stack offsets.
25934 2013-10-04  Alan Modra  <amodra@gmail.com>
25936         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25937         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25938         words of double from correct stack offsets.
25939         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25940         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25941         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25942         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25943         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25944         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25945         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25946         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25947         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25948         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25949         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25950         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25951         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25952         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25953         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25954         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25955         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25957 2013-10-04  Alan Modra  <amodra@gmail.com>
25959         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25960         64-bit int/double union.
25961         (_FPU_SETCW): Likewise.
25962         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25963         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25965 2013-10-04  Alan Modra  <amodra@gmail.com>
25967         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25968         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25970 2013-10-04  Alan Modra  <amodra@gmail.com>
25972         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25973         use vector int constants.
25974         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25976 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25978         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25979         array with long long.
25980         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25981         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25982         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25983         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25984         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25985         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25986         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25987         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25988         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25989         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25990         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25991         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25992         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25994 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25996         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25997         (__signbit): Likewise.  Correct for little-endian.
25998         (__signbitl): Call __signbit.
25999         (lrint): Correct for little-endian.
26000         (lrintf): Call lrint.
26002 2013-10-04  Alan Modra  <amodra@gmail.com>
26004         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
26005         union 32-bit int array member with 64-bit int array.
26006         (t515, tm256): Double rather than long double.
26007         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
26009 2013-10-04  Alan Modra  <amodra@gmail.com>
26011         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
26012         Delete.
26013         (IEEE854_LONG_DOUBLE_BIAS): Delete.
26014         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
26015         version of math_ldbl.h.
26017 2013-10-04  Alan Modra  <amodra@gmail.com>
26019         [BZ #15734], [BZ #15735]
26020         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
26021         all uses of ieee875 long double macros and unions.  Simplify test
26022         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
26023         ldbl_extract_mantissa value for ix,iy exponents.  Properly
26024         normalize after ldbl_extract_mantissa, and don't add hidden bit
26025         already handled.  Don't treat low word of ieee854 mantissa like
26026         low word of IBM long double and mask off bit when testing for
26027         zero.
26028         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
26029         all uses of ieee875 long double macros and unions.  Simplify tests
26030         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
26031         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
26032         two1022, instead use their values.  Recognise that tests for large
26033         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
26034         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
26035         Rewrite all uses of ieee875 long double macros and unions.  Simplify
26036         test for 0.0L and nan.  Correct negation.
26037         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
26038         ieee875 long double macros and unions.  Correct output for large
26039         magnitude x.  Correct absolute value calculation.
26040         (__erfcl): Likewise.
26041         * math/libm-test.inc: Add tests for errors discovered in IBM long
26042         double versions of fmodl, remainderl, erfl and erfcl.
26044 2013-10-04  Alan Modra  <amodra@gmail.com>
26046         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
26047         all uses of ieee854 long double macros and unions.  Simplify tests
26048         for long doubles that are fully specified by the high double.
26049         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
26050         Likewise.
26051         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
26052         Remove dead code too.
26053         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
26054         (__ieee754_ynl): Likewise.
26055         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
26056         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
26057         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
26058         Remove dead code too.
26059         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
26060         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
26061         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
26062         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
26063         Simplify.
26064         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
26065         Simplify.
26066         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
26067         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
26068         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
26069         Comment on variable precision.
26070         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
26071         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26072         Likewise.
26073         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
26074         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26075         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26076         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
26077         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
26079 2013-10-04  Alan Modra  <amodra@gmail.com>
26081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
26082         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
26083         all uses of ieee854 long double macros and unions.
26084         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
26085         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
26086         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
26087         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
26088         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
26089         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26090         Likewise.
26091         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
26092         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
26093         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
26094         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26095         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
26096         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
26097         Simplify sign and nan test too.
26098         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
26099         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
26100         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
26101         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
26102         Likewise.
26103         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26104         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
26105         Likewise.
26106         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26107         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
26108         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
26109         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
26110         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
26111         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
26113 2013-10-04  Alan Modra  <amodra@gmail.com>
26115         * stdio-common/printf_size.c (__printf_size): Don't use
26116         union ieee854_long_double in fpnum union.
26117         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
26118         signbit macro to retrieve sign from long double.
26119         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
26120         retrieve sign from long double.
26121         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
26122         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
26123         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
26124         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
26125         * math/test-misc.c (main): Don't use union ieee854_long_double.
26127 2013-10-04  Alan Modra  <amodra@gmail.com>
26129         [BZ #15680]
26130         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
26131         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
26132         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
26133         calculation.  Remove unnecessary test for denormal exponent.
26134         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
26135         Correct handling of denormals.  Avoid undefined shift behaviour.
26136         Correct normalisation of low mantissa when low double is denormal.
26137         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
26138         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
26139         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
26140         Correct normalisation of low mantissa.  Test for overflow of high
26141         mantissa and normalise.
26142         (ldbl_nearbyint): Use more readable constant for two52.
26143         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
26144         (__mpn_construct_long_double): Fix test for overflow of high
26145         mantissa and correct normalisation.  Avoid undefined shift.
26147 2013-10-04  Alan Modra  <amodra@gmail.com>
26149         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26150         (union ibm_extended_long_double): Define as an array of ieee754_double.
26151         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
26152         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
26153         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
26154         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
26155         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26156         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
26157         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26158         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26159         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
26160         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
26161         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
26163 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
26165         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
26166         page size instead of calling getpagesize.
26168         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
26169         (LOCFILE_ALIGN_MASK): Likewise.
26170         (LOCFILE_ALIGN_UP): Likewise.
26171         (LOCFILE_ALIGNED_P): Likewise.
26172         * locale/programs/ld-collate.c (collate_output): Use the new
26173         macros instead of __alignof__ (int32_t).
26174         * locale/weight.h (findidx): Likewise.
26176 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
26178         [BZ #431]
26179         * manual/string.texi: Fix strncat and wcsncat.
26181 2013-10-03  Brooks Moses  <bmoses@google.com>
26183         [BZ #15915]
26184         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
26185         * Makerules: ...here, and adjust associated comments.
26187 2013-10-02  Will Newton  <will.newton@linaro.org>
26189         * malloc/Makefile: Add tst-pvalloc.
26190         * malloc/tst-pvalloc.c: New file.
26192 2013-10-02  Will Newton  <will.newton@linaro.org>
26194         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
26195         improve test coverage.
26197 2013-10-02  Will Newton  <will.newton@linaro.org>
26199         * malloc/Makefile: Add tst-posix_memalign.
26200         * malloc/tst-posix_memalign.c: New file.
26202 2013-10-01  Eric Blake  <eblake@redhat.com>
26204         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
26205         Use __THROWNL rather than __THROW on static functions.
26207 2013-09-30  Petr Machata  <pmachata@redhat.com>
26209         * elf/elf.h (R_AARCH64_ABS16): New macro.
26210         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
26211         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
26212         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
26213         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
26214         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
26215         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
26216         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
26217         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
26218         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
26219         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
26220         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
26221         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
26222         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
26223         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
26224         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
26225         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
26226         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
26227         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
26228         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
26229         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
26230         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
26231         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
26232         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
26233         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
26234         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
26235         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
26236         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
26237         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
26238         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
26239         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
26240         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
26241         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
26242         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
26243         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
26244         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
26245         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
26246         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
26247         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
26248         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
26249         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
26250         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
26251         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
26252         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
26253         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
26254         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
26255         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
26256         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
26257         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
26258         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
26259         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
26260         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
26261         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
26262         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
26263         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
26264         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
26265         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
26266         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
26267         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
26268         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
26269         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
26270         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
26271         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
26272         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
26273         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
26274         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
26275         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
26276         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
26277         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
26278         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
26279         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
26280         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
26281         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
26282         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
26283         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
26284         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
26285         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
26286         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
26287         (R_AARCH64_TLSDESC_LDR): Likewise.
26288         (R_AARCH64_TLSDESC_ADD): Likewise.
26289         (R_AARCH64_TLSDESC_CALL): Likewise.
26291 2013-09-30  Andreas Schwab  <schwab@suse.de>
26293         [BZ #15048]
26294         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
26295         the nss database lookup.
26296         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26297         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26299 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
26301         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
26303 2013-09-28  P. J. McDermott  <pj@pehjota.net>
26305         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
26306         ${Bash-specific parameter/pattern/string} parameter expansion.
26307         * sysdeps/unix/make-syscalls.sh: Likewise.
26309 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26311         * sysdeps/sh/stackguard-macros.h: New file.
26313 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
26315         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
26316         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
26317         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
26318         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
26319         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26320         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
26322 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26324         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
26325         Fix thread ID register.
26327 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
26329         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
26330         [POSIX || UNIX98]: Require rather than permitting all symbols from
26331         <time.h>.
26332         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
26333         element of struct sched_param.
26334         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
26335         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
26336         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
26337         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
26338         constant.
26340 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
26342         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
26343         argument calculation.
26345 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26347         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
26348         Expect macro.
26349         [POSIX] (pthread_attr_t): Do not require type.
26350         [POSIX] (pthread_cond_t): Likewise.
26351         [POSIX] (pthread_condattr_t): Likewise.
26352         [POSIX] (pthread_key_t): Likewise.
26353         [POSIX] (pthread_mutex_t): Likewise.
26354         [POSIX] (pthread_mutexattr_t): Likewise.
26355         [POSIX] (pthread_once_t): Likewise.
26356         [POSIX] (pthread_t): Likewise.
26357         [POSIX-based standards] (pthread_atfork): Expect function.
26359 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
26360             Richard Sandiford  <richard@codesourcery.com>
26362         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
26363         (swap_endianness_p): New extern variable.
26364         (set_big_endian): New inline function.
26365         (maybe_swap_uint32): Likewise.
26366         (maybe_swap_uint32_array): Likewise.
26367         (maybe_swap_uint32_obstack): Likewise.
26368         * locale/programs/locfile.c: Include <stdbool.h>.
26369         (swap_endianness_p): New variable.
26370         (add_locale_uint32): Call maybe_swap_uint32.
26371         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
26372         (write_locale_data): Call maybe_swap_uint32_array.
26373         * locale/programs/ld-collate.c (obstack_int32_grow): Call
26374         maybe_swap_uint32.
26375         (obstack_int32_grow_fast): Likewise.
26376         (output_weightwc): Call maybe_swap_uint32_obstack.
26377         (collate_output): Likewise.
26378         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
26379         (OPT_LITTLE_ENDIAN): Likewise.
26380         (options): Add --little-endian and --big-endian options.
26381         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
26382         * locale/programs/locarchive.c: Include "locfile.h".
26383         (GET): New macro.
26384         (SET): Likewise.
26385         (INC): Likewise.
26386         (create_archive): Use the new macros to access fields of
26387         structures directly mapped from or written to locale archives.
26388         (oldlocrecentcmp): Likewise.
26389         (enlarge_archive): Likewise.
26390         (insert_name): Likewise.
26391         (add_alias): Likewise.
26392         (add_locale): Likewise.
26393         (delete_locales_from_archive): Likewise.
26394         (show_archive_content): Likewise.
26395         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
26396         locale data.
26398 2013-09-24  Roland McGrath  <roland@hack.frob.com>
26400         * manual/freemanuals.texi: Updated from (newly) canonical copy at
26401         http://www.gnu.org/doc/freemanuals.texi.
26402         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
26404 2013-09-24  Will Newton  <will.newton@linaro.org>
26406         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
26407         macro.
26409 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
26411         * locale/hashval.h (compute_hashval): Interpret bytes of key as
26412         unsigned char.
26414 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
26416         * manual/threads.texi (POSIX Threads): Fix a typo.
26418 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420         [BZ #14547]
26421         * string/tst-strcoll-overflow.c: New test case.
26422         * string/Makefile (xtests): Add tst-strcoll-overflow.
26423         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
26424         cache if string sizes may cause integer overflow.
26426         [BZ #14547]
26427         * string/strcoll_l.c (coll_seq): New members rule, idx,
26428         save_idx and back_us.
26429         (get_next_seq_nocache): New function.
26430         (do_compare_nocache): New function.
26431         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
26432         when malloc fails.
26434 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
26436         [BZ #15754]
26437         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
26438         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
26439         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
26441         [BZ #15754]
26442         * elf/Makefile (tests): Add tst-ptrguard1.
26443         (tests-static): Add tst-ptrguard1-static.
26444         (tst-ptrguard1-ARGS): Define.
26445         (tst-ptrguard1-static-ARGS): Define.
26446         * elf/tst-ptrguard1.c: New file.
26447         * elf/tst-ptrguard1-static.c: New file.
26448         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
26449         * sysdeps/i386/stackguard-macros.h: Likewise.
26450         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
26451         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
26452         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
26453         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
26454         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
26455         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
26457 2013-09-23  Hector Marco  <hecmargi@upv.es>
26458             Ismael Ripoll  <iripoll@disca.upv.es>
26459             Carlos O'Donell  <carlos@redhat.com>
26461         [BZ #15754]
26462         * sysdeps/generic/stackguard-macros.h: Define
26463         __pointer_chk_guard_local and POINTER_CHK_GUARD.
26464         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
26465         Define __pointer_chk_guard_local.
26466         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
26467         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
26469 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
26471         [BZ #15859]
26472         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
26474 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
26476         * include/string.h (__ffs): Declare as hidden.
26477         * string/ffs.c (__ffs): Define as hidden.
26478         * sysdeps/i386/ffs.c (__ffs): Likewise.
26479         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
26480         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
26481         * sysdeps/s390/ffs.c (__ffs): Likewise.
26482         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
26484 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
26486         * NEWS: Mention malloc probes.
26488         * malloc/arena.c (new_heap): New memory_heap_new probe.
26489         (grow_heap): New memory_heap_more probe.
26490         (shrink_heap): New memory_heap_less probe.
26491         (heap_trim): New memory_heap_free probe.
26492         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
26493         (systrim): New memory_sbrk_less probe.
26494         * manual/probes.texi: Document them.
26496         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
26497         * manual/probes.texi: Document it.
26499         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
26500         (__libc_realloc): Add memory_realloc_retry probe.
26501         (__libc_memalign): Add memory_memalign_retry probe.
26502         (__libc_valloc): Add memory_valloc_retry probe.
26503         (__libc_pvalloc): Add memory_pvalloc_retry probe.
26504         (__libc_calloc): Add memory_calloc_retry probe.
26505         * manual/probes.texi: Document them.
26507         * malloc/arena.c (get_free_list): Add probe
26508         memory_arena_reuse_free_list.
26509         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
26510         and memory_arena_reuse.
26511         (arena_get2) [!PER_THREAD]: Likewise.
26512         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
26513         memory_arena_reuse_realloc.
26514         * manual/probes.texi: Document them.
26516         * malloc/malloc.c (__libc_free): Add
26517         memory_mallopt_free_dyn_thresholds probe.
26518         (__libc_mallopt): Add multiple memory_mallopt probes.
26519         * manual/probes.texi: Document them.
26521         * malloc/malloc.c: Include stap-probe.h.
26522         (__libc_mallopt): Add memory_mallopt probe.
26523         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
26524         * manual/probes.texi: New.
26525         * manual/Makefile (chapters): Add probes.
26526         * manual/threads.texi: Set next node.
26528 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
26530         [BZ #15963, #13985]
26531         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
26532         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
26533         Add `Chinese' to `nan' entry name.
26535 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26537         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
26538         (POLYNOMIAL): Likewise.
26539         (TAYLOR_SINCOS): Likewise.
26540         (TAYLOR_SLOW): Likewise.
26541         (__sin): Use TAYLOR_SINCOS.
26542         (__cos): Likewise.
26543         (slow): Use TAYLOR_SLOW.
26544         (sloww): Likewise.
26545         (bsloww): Likewise.
26546         (csloww): Likewise.
26548 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26550         * stdlib/strtod_l.c: Fix buffer overrun.
26552 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26554         * benchtests/Makefile (bench): Add sincos.
26555         * benchtests/bench-sincos.c: New file.
26557         * math/libm-test.inc (cos_test_data): New test inputs.
26558         (sin_test_data): Likewise.
26560         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
26561         macro.
26562         (__sin): Use it.
26563         (__cos): Likewise.
26564         (slow1): Likewise.
26565         (slow2): Likewise.
26566         (sloww1): Likewise.
26567         (sloww2): Likewise.
26568         (bsloww1): Likewise.
26569         (bsloww2): Likewise.
26570         (cslow2): Likewise.
26571         (csloww1): Likewise.
26572         (csloww2): Likewise.
26574         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
26575         function.
26576         (__sin): Use it.
26577         (__cos): Likewise.
26579         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
26580         gotos.
26581         (__cos): Likewise.
26583 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
26585         * config.h.in (HAVE_MIPS_NAN2008): New macro.
26586         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
26587         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
26588         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
26589         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
26590         * elf/cache.c (print_entry): Handle the new cache flags.
26592 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26593             Aldy Hernandez  <aldyh@redhat.com>
26595         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
26596         Change condition to [_SOFT_FLOAT].
26597         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
26598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
26599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
26600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
26601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
26602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
26603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
26604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
26605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
26606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
26607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
26608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
26609         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
26610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
26611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
26612         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
26613         declaration.
26615 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
26617         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
26618         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26619         (__longjmp): Use LOAD_GP to load saved GPRs.
26620         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
26621         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
26622         (__sigsetjmp): Use SAVE_GP to save GPRs.
26624         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
26625         Do not append -msoft-float.
26626         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
26628 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26630         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
26632 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
26634         [BZ #15966]
26635         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
26636         (_FPU_GETCW): Use initial "__" on variable and field names but not
26637         on macro parameter name.
26638         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
26639         parentheses around reference to macro parameter.
26641 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
26643         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
26644         prototype.
26645         (ctype_startup): Use uint32_t in cast and sizeof for
26646         ctype->charnames.
26648 2013-09-11  Jia Liu  <proljc@gmail.com>
26650         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
26651         __daddr_t_defined.
26652         [__FreeBSD__]: Likewise.
26654 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
26656         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
26657         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
26658         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
26659         (strchr): Remove __strchr_sse42 ifunc selection.
26660         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
26661         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
26663 2013-09-11  Will Newton  <will.newton@linaro.org>
26665         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
26666         parameter to RES. Remove hardcoded 1000 value.
26667         * benchtests/bench-skeleton.c (main): Pass RES parameter
26668         to TIMING_INIT and multiply result by 1000.
26670 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26674 2013-09-11  Andreas Schwab  <schwab@suse.de>
26676         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
26677         if not defined.
26678         (O_TMPFILE) [__USE_GNU]: Define.
26679         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
26680         Define.
26682 2013-09-11  Will Newton  <will.newton@linaro.org>
26684         [BZ #15857]
26685         * malloc/malloc.c (__libc_memalign): Check the value of bytes
26686         does not overflow.
26688 2013-09-11  Will Newton  <will.newton@linaro.org>
26690         [BZ #15856]
26691         * malloc/malloc.c (__libc_valloc): Check the value of bytes
26692         does not overflow.
26694 2013-09-11  Will Newton  <will.newton@linaro.org>
26696         [BZ #15855]
26697         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
26698         does not overflow.
26700 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
26702         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
26703         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26704         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26705         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26706         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26708 2013-09-10  Allan McRae  <allan@archlinux.org>
26710         [BZ #15748]
26711         * manual/arith.texi (Parsing of Floats): Clarify
26712         cross-reference.
26714         [BZ #15849]
26715         * manual/install.texi (Running make install): Mention
26716         --enable-pt-chown.
26717         * INSTALL: Regenerated.
26719 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26721         * csu/init-first.c (_init): Remove the !SHARED condition around
26722         FPU control word initialization.
26723         * elf/dl-support.c (_dl_fpu_control): New variable.
26724         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26725         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26726         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26727         * math/test-fpucw-static.c: New file.
26728         * math/test-fpucw-ieee.c: New file.
26729         * math/test-fpucw-ieee-static.c: New file.
26730         * math/Makefile (tests): Add `test-fpucw-ieee' and
26731         `$(tests-static)'.
26732         (tests-static): New variable.
26733         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26734         dependency to...
26735         [($(build-shared),yes)]
26736         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26737         ... this.
26738         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26739         New dependency.
26741 2013-09-09  Allan McRae  <allan@archlinux.org>
26743         [BZ #15939]
26744         * manual/string.texi (Collation Functions): Fix typo in
26745         strcoll example.
26746         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26748         [BZ #15893]
26749         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26751         [BZ #15892]
26752         * libio/memstream.c (open_memstream): Fix memory leak.
26753         * libio/wmemstream.c (open_wmemstream): Likewise.
26755         [BZ #15895]
26756         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26758 2013-09-09  Will Newton  <will.newton@linaro.org>
26760         * malloc/Makefile: Add tst-realloc to tests.
26761         * malloc/tst-realloc.c: New file.
26763 2013-09-09  Allan McRae  <allan@archlinux.org>
26765         [BZ #15844]
26766         * COPYING: Update from GNU website to fix FSF address.
26767         * COPYING.LIB: Likewise.
26769 2013-09-06  David S. Miller  <davem@davemloft.net>
26771         * po/zh_TW.po: Update Chinese (traditional) translation from
26772         translation project.
26774 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26775             Joseph Myers  <joseph@codesourcery.com>
26777         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26778         "localeinfo.h".
26779         (obstack_chunk_alloc): New macro.
26780         (obstack_chunk_free): Likewise.
26781         (record_offset): New function.
26782         (init_locale_data): Likewise.
26783         (align_locale_data): Likewise.
26784         (add_locale_empty): Likewise.
26785         (add_locale_raw_data): Likewise.
26786         (add_locale_raw_obstack): Likewise.
26787         (add_locale_string): Likewise.
26788         (add_locale_wstring): Likewise.
26789         (add_locale_uint32): Likewise.
26790         (add_locale_uint32_array): Likewise.
26791         (add_locale_char): Likewise.
26792         (start_locale_structure): Likewise.
26793         (end_locale_structure): Likewise.
26794         (start_locale_prelude): Likewise.
26795         (end_locale_prelude): Likewise.
26796         (write_locale_data): Take locale_file structure rather than an
26797         iovec.
26798         * locale/programs/locfile.h: Include "obstack.h".
26799         (struct locale_file): Change to store locale file contents instead
26800         of header.
26801         (init_locale_data): New prototype.
26802         (align_locale_data): Likewise.
26803         (add_locale_empty): Likewise.
26804         (add_locale_raw_data): Likewise.
26805         (add_locale_raw_obstack): Likewise.
26806         (add_locale_string): Likewise.
26807         (add_locale_wstring): Likewise.
26808         (add_locale_uint32): Likewise.
26809         (add_locale_uint32_array): Likewise.
26810         (add_locale_char): Likewise.
26811         (start_locale_structure): Likewise.
26812         (end_locale_structure): Likewise.
26813         (start_locale_prelude): Likewise.
26814         (end_locale_prelude): Likewise.
26815         (write_locale_data): Update prototype.
26816         * locale/programs/3level.h (struct TABLE): Remove result field.
26817         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26818         Use new locale_file interface.
26819         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26820         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26821         * locale/programs/ld-address.c (address_output): Use new
26822         locale_file interface.
26823         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26824         NO_ADD_LOCALE.
26825         (collate_finish): Don't call collseq_table_finalize.
26826         (collate_output): Use new locale_file interface.
26827         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26828         in file.
26829         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26830         (TABLE): Move defines earlier in file.
26831         (ELEMENT): Likewise.
26832         (DEFAULT): Likewise.
26833         (wctrans_table_add): Move macro and inline function earlier in
26834         file.
26835         (struct wctype_table): Move type earlier in file.
26836         (add_locale_wctype_table): New static prototype.
26837         (struct locale_ctype_t): Use logical types instead of struct iovec
26838         pointers for members.
26839         (ctype_output): Use new locale_file interface.
26840         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26841         new locale_file interface.
26842         (allocate_arrays): Update for use of new locale_file interface.
26843         * locale/programs/ld-identification.c (identification_output): Use
26844         new locale_file interface.
26845         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26846         * locale/programs/ld-messages.c (messages_output): Likewise.
26847         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26848         * locale/programs/ld-name.c (name_output): Likewise.
26849         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26850         * locale/programs/ld-paper.c (paper_output): Likewise.
26851         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26852         * locale/programs/ld-time.c (time_output): Likewise.
26854 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26856         * benchtests/Makefile: Add memrchr benchmark.
26857         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26858         benchmark as memrchr.
26859         * benchtests/bench-memrchr-ifunc.c: New file.
26860         * benchtests/bench-memrchr.c: New file.
26862 2013-09-06   Will Newton  <will.newton@linaro.org>
26864         * benchtests/Makefile (string-bench): Add memcpy.
26866 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26867             Cong Wang  <amwang@redhat.com>
26869         [BZ #15850]
26870         * sysdeps/unix/sysv/linux/bits/in.h
26871         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26872         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26873         before __USE_KERNEL_IPV6_DEFS uses.
26874         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26875         IPPROTO_BEETPH.
26876         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26877         sockaddr_in6, or ipv6_mreq.
26879 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26881         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26882         memory access for final bytes in some large inputs.
26883         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26885 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26887         * string/test-memrchr.c: New file.
26888         * string/test-memrchr-ifunc.c: New file.
26889         * string/Makefile: Add new memrchr testcase.
26891 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26893         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26894         fanotify_init returns EPERM.
26896 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26898         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26899         errors.
26900         (top level): Treat second token from macro or constant entries for
26901         allowed headers as allowed.
26902         * include/complex.h: Condition internal declarations on
26903         [!_ISOMAC].
26904         * include/fenv.h: Condition include of <stdbool.h> and internal
26905         declarations on [!_ISOMAC].
26907 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26909         [BZ #15923]
26910         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26912 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26914         * configure.in (--enable-versioning): Remove configure option.
26915         (libc_cv_asm_symver_directive): Remove configure test.
26916         (libc_cv_ld_version_script_option): Likewise.
26917         (VERSIONING): Remove variable and AC_SUBST.
26918         (DO_VERSIONING): Remove AC_DEFINE.
26919         * configure: Regenerated.
26920         * config.h.in (DO_VERSIONING): Remove macro.
26921         * Makerules [$(versioning) = yes]: Change conditionals to
26922         [$(build-shared) = yes].
26923         * config.make.in (versioning): Remove variable.
26924         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26925         [$(build-shared) = yes].
26926         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26927         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26928         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26929         [$(build-shared) = yes].
26930         * extra-lib.mk [$(versioning) = yes]: Likewise.
26931         * hurd/Makefile [$(versioning) = yes]: Likewise.
26932         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26933         [SHARED].
26934         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26935         [SHARED].
26936         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26937         [SHARED && !NO_HIDDEN].
26938         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26939         [SHARED].
26940         [SHARED && DO_VERSIONING]: Likewise..
26941         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26942         [$(build-shared) = yes].
26943         * manual/install.texi (--disable-versioning): Remove
26944         documentation.
26945         * INSTALL: Regenerated.
26946         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26947         to [SHARED].
26948         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26949         [$(build-shared) = yes].
26950         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26951         * sysdeps/i386/i686/multiarch/strstr-c.c
26952         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26953         [SHARED && !NO_HIDDEN].
26954         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26955         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26956         * sysdeps/powerpc/powerpc32/dl-machine.c
26957         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26958         * sysdeps/powerpc/powerpc32/sysdep.h
26959         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26960         to [SHARED && PIC && !NO_HIDDEN].
26961         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26962         conditional to [SHARED].
26964 2013-09-04   Will Newton  <will.newton@linaro.org>
26966         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26967         * benchtests/bench-string.h: Include bench-timing.h instead
26968         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26969         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26970         call to HP_TIMING_DIFF_INIT.
26971         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26972         instead of hp-timing.h macros.
26973         * benchtests/bench-memchr.c: Likewise.
26974         * benchtests/bench-memcmp.c: Likewise.
26975         * benchtests/bench-memcpy.c: Likewise.
26976         * benchtests/bench-memmem.c: Likewise.
26977         * benchtests/bench-memmove.c: Likewise.
26978         * benchtests/bench-memset.c: Likewise.
26979         * benchtests/bench-rawmemchr.c: Likewise.
26980         * benchtests/bench-strcasecmp.c: Likewise.
26981         * benchtests/bench-strcasestr.c: Likewise.
26982         * benchtests/bench-strcat.c: Likewise.
26983         * benchtests/bench-strchr.c: Likewise.
26984         * benchtests/bench-strcmp.c: Likewise.
26985         * benchtests/bench-strcpy.c: Likewise.
26986         * benchtests/bench-strcpy_chk.c: Likewise.
26987         * benchtests/bench-strlen.c: Likewise.
26988         * benchtests/bench-strncasecmp.c: Likewise.
26989         * benchtests/bench-strncat.c: Likewise.
26990         * benchtests/bench-strncmp.c: Likewise.
26991         * benchtests/bench-strncpy.c: Likewise.
26992         * benchtests/bench-strnlen.c: Likewise.
26993         * benchtests/bench-strpbrk.c: Likewise.
26994         * benchtests/bench-strrchr.c: Likewise.
26995         * benchtests/bench-strspn.c: Likewise.
26996         * benchtests/bench-strstr.c: Likewise.
26998 2013-09-04  Will Newton  <will.newton@linaro.org>
27000         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
27002 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
27004         [BZ #15427]
27005         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
27006         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
27007         * math/libm-test.inc (lgamma_test_data): Add more tests.
27008         * sysdeps/i386/fpu/libm-test-ulps: Update.
27009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27011 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
27013         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
27014         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27015         Add ifunc.
27016         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27017         Add strcmp-sse2-unaligned
27018         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
27020 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27022         * Versions.def (libc): Add GLIBC_2.19.
27024 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
27026         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
27027         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
27029 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
27031         [BZ #14155]
27032         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
27033         intermediate calculations in recurrence.
27034         (__ieee754_ynf): Likewise.
27035         * math/libm-test.inc (jn_test_data): Do not allow spurious
27036         underflow exception.  Add more tests.
27037         (yn_test_data): Add more tests.
27038         * sysdeps/i386/fpu/libm-test-ulps: Update.
27039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27041 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
27043         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
27045 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27047         * csu/init-first.c: Fix then/than typos.
27048         * locale/programs/ld-collate.c: Likewise.
27049         * locale/programs/linereader.h: Likewise.
27050         * manual/charset.texi: Likewise.
27051         * manual/filesys.texi: Likewise.
27052         * manual/stdio.texi: Likewise.
27053         * manual/string.texi: Likewise.
27054         * stdlib/fmtmsg.c: Likewise.
27055         * sysdeps/i386/stpncpy.S: Likewise.
27056         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27057         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
27058         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27059         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
27061 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
27063         * elf/dl-open.c: Fix typos.
27064         * iconvdata/gbbig5.c: Likewise.
27065         * iconvdata/iso-2022-jp.c: Likewise.
27066         * iconv/gconv_int.h: Likewise.
27067         * iconv/loop.c: Likewise.
27068         * nis/rpcsvc/nis.h: Likewise.
27069         * resolv/ns_name.c: Likewise.
27070         * stdio-common/vfscanf.c: Likewise.
27071         * streams/stropts.h: Likewise.
27072         * sunrpc/rpc_thread.c: Likewise.
27073         * sysdeps/i386/strpbrk.S: Likewise.
27074         * sysdeps/ieee754/k_standard.c: Likewise.
27075         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27076         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27077         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
27078         * sysdeps/mach/hurd/profil.c: Likewise.
27079         * sysdeps/s390/dl-procinfo.h: Likewise.
27080         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
27081         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
27082         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
27083         * sysdeps/x86_64/dl-trampoline.S: Likewise.
27084         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
27086 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
27088         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
27089         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
27091 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
27093         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
27094         aix specific files.
27095         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
27096         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
27097         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
27098         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
27099         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
27100         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
27101         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
27102         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
27104 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27105             Roland McGrath  <roland@hack.frob.com>
27107         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
27108         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
27110 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27112         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
27113         __executable_start symbol instead of _start.
27115 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
27117         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
27118         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
27119         Move macros to...
27120         * sysdeps/gnu/ldsodefs.h: ... this new file.
27122         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
27123         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
27124         instead of ELFOSABI_LINUX.
27126         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
27127         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
27128         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
27129         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
27130         Likewise.
27131         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
27132         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
27133         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
27134         Likewise.
27135         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
27136         (ibm_extended_long_double): Add ieee_nan member.
27137         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
27138         (do_test): New function.
27140         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
27141         TEST_TRUNC.
27142         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
27143         functions, renamed from truncdfsf_test, trunctfsf_test,
27144         trunctfdf_test.
27145         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
27146         functions.
27147         (do_test): Run all these.
27149 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
27151         * argp/argp-help.c: Fix typos.
27152         * argp/argp-parse.c: Likewise.
27153         * debug/backtracesyms.c: Likewise.
27154         * elf/elf.h: Likewise.
27155         * malloc/malloc.c: Likewise.
27156         * nis/nis_print.c: Likewise.
27157         * resolv/res_comp.c: Likewise.
27158         * stdlib/stdlib.h: Likewise.
27159         * sunrpc/clnt_tcp.c: Likewise.
27160         * sunrpc/clnt_udp.c: Likewise.
27161         * sunrpc/clnt_unix.c: Likewise.
27162         * sysdeps/unix/bsd/ptsname.c: Likewise.
27163         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
27164         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
27165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
27166         Likewise.
27167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
27168         Likewise.
27169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
27170         Likewise.
27171         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
27173 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27175         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
27176         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
27178 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
27180         [BZ #15897]
27181         * dlfcn/Makefile (tests): Add bug-dl-leaf.
27182         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
27183         ($(objpfx)bug-dl-leaf): New rule.
27184         ($(objpfx)bug-dl-leaf.so): Likewise.
27185         ($(objpfx)bug-dl-leaf.out): Likewise.
27186         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
27187         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
27188         * dlfcn/bug-dl-leaf.c: New test.
27189         * dlfcn/bug-dl-leaf-lib.c: Likewise.
27190         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
27191         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
27192         (dlclose): Likewise.
27193         (dlmopen): Likewise.
27195 2013-08-27  Roland McGrath  <roland@hack.frob.com>
27197         * include/netdb.h [!_ISOMAC]:
27198         Don't include <tls.h>.
27199         (h_errno, __libc_h_errno): Move declaration and macros out of
27200         [_LIBC_REENTRANT].
27202         * include/resolv.h [_RESOLV_H_]:
27203         Don't include <tls.h>.
27204         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
27205         * resolv/res_libc.c: Don't include <tls.h>.
27206         (_res): Use __attribute__ ((nocommon)) in place of
27207         __attribute__ ((section (".bss"))).
27209         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
27210         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
27212         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
27214         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
27215         only under [SIOCGIFCONF && SIOCGIFNETMASK].
27217         * resolv/res_mkquery.c: Include <sys/time.h>.
27219         * inet/ifreq.c: Moved to ...
27220         * sysdeps/unix/ifreq.c: ... here.
27221         * inet/ifreq.c: New file, true stub version.
27223         * socket/sa_len.c: New file.
27224         * socket/Makefile (aux): Add it.
27225         * sysdeps/unix/sysv/linux/Makefile
27226         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
27227         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
27228         and #include <socket/sa_len.c>.
27229         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
27230         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
27232         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
27233         * bits/socket.h: ... here.
27235         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
27236         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
27237         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
27239 2013-08-27  Andreas Schwab  <schwab@suse.de>
27241         [BZ #15736]
27242         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
27243         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
27244         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
27245         * string/test-strcasecmp.c (test_main): Run tests in several
27246         locales.
27247         * string/test-strncasecmp.c (test_main): Likewise.
27249         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
27250         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
27251         to __strcasecmp_nonascii and __strncasecmp_nonascii.
27252         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
27253         (__strncasecmp_ssse3) [PIC]: Likewise.
27255 2013-08-26  Roland McGrath  <roland@hack.frob.com>
27257         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
27259         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
27260         instead of explicitly declaring xdecrypt.
27261         * nis/nss_nis/nis-publickey.c: Likewise.
27263 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27265         [BZ #15890]
27266         * nscd/aicache.c: Include res_hconf.h.
27267         (addhstaiX): Initialize res_hconf.
27269 2013-08-26  Andreas Schwab  <schwab@suse.de>
27271         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
27272         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
27274 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27276         * nscd/aicache.c (addhstaiX): Fix indentation.
27278 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
27280         * configure.ac: Quote $build_pt_chown test.
27281         * configure: Regenerated.
27283 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
27285         [BZ #15532]
27286         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
27287         * math/s_cexpf.c (__cexpf): Likewise.
27288         * math/s_cexpl.c (__cexpl): Likewise.
27289         * math/libm-test.inc (cexp_test_data): Correct expected return
27290         value for NaN + i0.  Add another test.
27292 2013-08-22  David S. Miller  <davem@davemloft.net>
27294         * po/ca.po: Update Catalan translation from translation project.
27295         * po/uk.po: Add Ukrainian translations from translation project.
27297 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
27299         [BZ #15797]
27300         * math/s_fdim.c (__fdim): Check for infinite arguments if result
27301         is infinite, not alongside NaN test.
27302         * math/s_fdimf.c (__fdimf): Likewise.
27303         * math/s_fdiml.c (__fdiml): Likewise.
27304         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
27305         errno is unchanged.
27307 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
27309         * argp/argp-help.c: Fix typos.
27310         * crypt/speeds.c: Likewise.
27311         * csu/check_fds.c: Likewise.
27312         * elf/dl-load.c: Likewise.
27313         * elf/dl-open.c: Likewise.
27314         * elf/reldep3.c: Likewise.
27315         * elf/reldep.c: Likewise.
27316         * elf/sprof.c: Likewise.
27317         * iconv/iconv_charmap.c: Likewise.
27318         * iconv/skeleton.c: Likewise.
27319         * iconv/strtab.c: Likewise.
27320         * io/lockf64.c: Likewise.
27321         * libio/libioP.h: Likewise.
27322         * resolv/gai_notify.c: Likewise.
27323         * resolv/ns_name.c: Likewise.
27324         * resolv/ns_samedomain.c: Likewise.
27325         * resolv/res_send.c: Likewise.
27326         * stdlib/random.c: Likewise.
27327         * sunrpc/rpc/xdr.h: Likewise.
27328         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
27329         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
27330         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
27331         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
27332         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
27333         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
27334         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
27335         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
27336         * sysdeps/mach/hurd/check_fds.c: Likewise.
27337         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27338         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
27339         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27340         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27341         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
27342         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27343         * sysdeps/pthread/aio_notify.c: Likewise.
27344         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
27345         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
27346         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
27347         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
27348         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
27350 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27352         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
27353         version if bit_Slow_SSE4_2 is set.
27354         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27355         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27357 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27359         [BZ #15867]
27360         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
27361         trampoline stack frame information.
27362         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
27363         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
27364         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
27365         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
27366         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
27367         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27368         (_libc_vdso_platform_setup): Initialize the signal trampolines.
27369         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
27370         sa_flags value.
27371         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
27372         interrupting a syscall and set with option SA_SIGINFO.
27374 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27376         [BZ #15531]
27377         * math/s_cproj.c (__cproj): Only return an infinity if one part of
27378         argument is infinite.
27379         * math/s_cprojf.c (__cprojf): Likewise.
27380         * math/s_cprojl.c (__cprojl): Likewise.
27381         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
27382         * math/libm-test.inc (cproj_test_data): Add more tests.
27384         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
27386         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
27387         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
27388         size.  Use __ffs to determine corresponding shift.
27390 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
27391             Roland McGrath  <roland@hack.frob.com>
27393         * Makefile (INSTALL): Remove trailing blank lines from output of
27394         makeinfo.
27396 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27398         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
27399         Align 32 bit compat elf_greg to 8 bytes.
27401 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
27403         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
27405 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27407         * string/strcoll_l.c (coll_seq): New structure.
27408         (get_next_seq_cached): New function.
27409         (get_next_seq): New function.
27410         (do_compare): New function.
27411         (STRCOLL): Use GNU style definition.  Simplify implementation
27412         by using get_next_seq, get_next_seq_cached and do_compare.
27414 2013-08-16  Florian Weimer  <fweimer@redhat.com>
27416         [BZ #14699]
27417         CVE-2013-4237
27418         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
27419         member.
27420         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
27421         member.
27422         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
27423         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
27424         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
27425         conditional.
27426         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
27427         GETDENTS_64BIT_ALIGNED.
27428         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27429         * manual/filesys.texi (Reading/Closing Directory): Document
27430         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
27431         strongly.
27432         * manual/conf.texi (Limits for Files): Add portability note to
27433         NAME_MAX, PATH_MAX.
27434         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
27436 2013-08-13  Andreas Schwab  <schwab@suse.de>
27438         [BZ #15749]
27439         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
27440         of fabs.
27441         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
27442         LDBL_MAX_EXP >= 16384]: Add tests for it.
27444 2013-08-12  David S. Miller  <davem@davemloft.net>
27446         * version.h (RELEASE): Set to "development".
27447         (VERSION): Set to "2.18.90".
27448         * NEWS: Add 2.19 section.
27450 2013-08-03  David S. Miller  <davem@davemloft.net>
27452         * po/ko.po: Update Korean translation from translation project.
27454 2013-08-01  David S. Miller  <davem@davemloft.net>
27456         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
27457         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
27458         Bilka.
27460 2013-07-30  David S. Miller  <davem@davemloft.net>
27462         * po/fr.po: Update French translation from translation project.
27464 2013-07-28  David S. Miller  <davem@davemloft.net>
27466         * po/cs.po: Update Czech translation from translation project.
27468         * po/sv.po: Update Swedish translation from translation project.
27470 2013-07-27  David S. Miller  <davem@davemloft.net>
27472         * po/eo.po: Update Esperanto translation from translation project.
27474         * po/vi.po: Update Vietnamese translation from translation project.
27476         * po/de.po: Update German translation from translation project.
27478 2013-07-26  David S. Miller  <davem@davemloft.net>
27480         * po/bg.po: Update Bulgarian translation from translation project.
27482         * po/nl.po: Update Dutch translation from translation project.
27483         * po/pl.po: Update Polish translation from translation project.
27484         * po/ru.po: Update Russian translation from translation project.
27486 2013-07-24  David S. Miller  <davem@davemloft.net>
27488         * po/libc.pot: Update.
27490 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27492         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
27493         variable page size.
27494         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
27495         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
27496         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
27498 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27500         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
27502 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27503             Andreas Schwab  <schwab@suse.de>
27504             Roland McGrath  <roland@hack.frob.com>
27505             Joseph Myers  <joseph@codesourcery.com>
27506             Carlos O'Donell  <carlos@redhat.com>
27508         [BZ #15755]
27509         * config.h.in: Define HAVE_PT_CHOWN.
27510         * config.make.in (build-pt-chown): New variable.
27511         * configure.in (--enable-pt_chown): New configure option.
27512         * configure: Regenerate.
27513         * login/Makefile: Include Makeconfig.  Build pt_chown only if
27514         build-pt-chown is enabled.
27515         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
27516         pt_chown to fix pty ownership.
27517         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
27518         CLOSE_ALL_FDS.
27519         * manual/install.texi (Configuring and compiling): Mention
27520         --enable-pt_chown. Add @findex for grantpt.
27521         * INSTALL: Regenerate.
27523 2013-07-20  David S. Miller  <davem@davemloft.net>
27525         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
27526         difference between 32-bit and 64-bit.
27528 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
27530         [BZ #15711]
27531         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
27532         Avoid system header dependency with -ffreestanding.
27533         ($(objpfx)bits/syscall%d): Likewise.
27535 2013-07-13  David S. Miller  <davem@davemloft.net>
27537         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
27538         underflows from atanl/atan2l due to bug 15319.
27539         (casinh_test_data): Likewise.
27541 2013-07-07  David S. Miller  <davem@davemloft.net>
27543         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
27545 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
27547         * sysdeps/i386/fpu/libm-test-ulps: Update.
27548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27550 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27552         * configure.in (--enable-lock-elision): Fix message text.
27553         * INSTALL: Regenerate.
27554         * configure: Regenerate.
27556 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27560 2013-07-03  Andreas Jaeger  <aj@suse.de>
27562         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
27563         define.
27564         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
27565         (ptrace_peeksiginfo_args): Add.
27566         (__ptrace_peeksiginfo_flags): Add.
27567         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
27568         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
27569         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
27571 2013-07-03  Allan McRae  <allan@archlinux.org>
27573         * sysdeps/i386/fpu/libm-test-ulps: Update.
27575 2013-07-02  David S. Miller  <davem@davemloft.net>
27577         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27579 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
27581         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27583 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27585         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
27586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27588 2013-07-02  Andi Kleen <ak@linux.intel.com>
27590         * config.h.in (ENABLE_LOCK_ELISION): Add.
27591         * configure.in (--enable-lock-elision): Add option.
27592         * manual/install.texi: Document --enable lock elision.
27593         * configure: Regenerate
27594         * INSTALL: Regenerate.
27596 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
27598         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
27599         SSE4.2 strcasecmp for libc.a.
27600         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
27602 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
27604         [BZ #13304]
27605         * soft-fp/op-common.h (_FP_FMA): New macro.
27606         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
27607         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
27608         (_FP_MUL_MEAT_1_imm): ... here.
27609         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
27610         (_FP_MUL_MEAT_1_wide): ... here.
27611         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
27612         (_FP_MUL_MEAT_1_hard): ... here.
27613         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
27614         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
27615         (_FP_MUL_MEAT_2_wide): ... here.
27616         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
27617         (_FP_MUL_MEAT_2_wide_3mul): ... here.
27618         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
27619         (_FP_MUL_MEAT_2_gmp): ... here.
27620         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
27621         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
27622         (_FP_MUL_MEAT_4_wide): ... here.
27623         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
27624         (_FP_MUL_MEAT_4_gmp): ... here.
27625         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
27626         (_FP_WFRACBITS_DW_S): Likewise.
27627         (_FP_WFRACXBITS_DW_S): Likewise.
27628         (_FP_HIGHBIT_DW_S): Likewise.
27629         (FP_FMA_S): Likewise.
27630         (_FP_FRAC_HIGH_DW_S): Likewise.
27631         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
27632         (_FP_WFRACBITS_DW_D): Likewise.
27633         (_FP_WFRACXBITS_DW_D): Likewise.
27634         (_FP_HIGHBIT_DW_D): Likewise.
27635         (FP_FMA_D): Likewise.
27636         (_FP_FRAC_HIGH_DW_D): Likewise.
27637         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
27638         (_FP_WFRACBITS_DW_E): Likewise.
27639         (_FP_WFRACXBITS_DW_E): Likewise.
27640         (_FP_HIGHBIT_DW_E): Likewise.
27641         (FP_FMA_E): Likewise.
27642         (_FP_FRAC_HIGH_DW_E): Likewise.
27643         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
27644         (_FP_WFRACBITS_DW_Q): Likewise.
27645         (_FP_WFRACXBITS_DW_Q): Likewise.
27646         (_FP_HIGHBIT_DW_Q): Likewise.
27647         (FP_FMA_Q): Likewise.
27648         (_FP_FRAC_HIGH_DW_Q): Likewise.
27649         * soft-fp/fmasf4.c: New file.
27650         * soft-fp/fmadf4.c: Likewise.
27651         * soft-fp/fmatf4.c: Likewise.
27653 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
27656         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
27657         Silvermont.
27658         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
27659         macro.
27660         (index_Slow_SSE4_2): Likewise.
27661         (index_Prefer_PMINUB_for_stringop): Likewise.
27662         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
27663         bit_Slow_SSE4_2 is set.
27664         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
27665         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
27667 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27669         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
27670         rtld_global._dl_hwcap2.
27671         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
27672         POWER8.
27673         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
27674         POWER8 feature descriptions defined in _dl_hwcap2.
27675         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
27676         string handling for POWER8 feature bits.
27677         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
27678         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
27679         _dl_powerpc_cap_flags.
27680         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
27681         * sysdeps/powerpc/rtld-global-offsets.sym
27682         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
27683         _dl_hwcap2 in the rtld_global_ro structure.
27685 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27687         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
27688         hardware capabilities in support of AT_HWCAP2.
27689         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
27690         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
27691         GLRO(dl_hwcap2).
27692         (_dl_show_auxv): Add support for calling _dl_procinfo to display
27693         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
27694         explicitly the unknown a_type display mechanism is used.
27695         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
27696         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
27697         struct member.
27698         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
27699         to macro prototype for AT_HWCAP2 support.
27700         * sysdeps/i386/dl-procinfo.h: Likewise.
27701         * sysdeps/s390/dl-procinfo.h: Likewise.
27702         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
27703         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
27704         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
27705         return -1 for unknown a_type display fallback.
27706         * sysdeps/sparc/dl-procinfo.h: Likewise.
27707         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27708         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27710 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
27712         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27713         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27715 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27717         [BZ #12492]
27718         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27719         mprotect making __stack_prot writable.
27721 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27722             Joseph Myers  <joseph@codesourcery.com>
27724         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27725         as being properly aligned.
27727 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27729         * dlfcn/modstatic5.c: New file.
27730         * dlfcn/tststatic5.c: New file.
27731         * dlfcn/Makefile (tests): Add tststatic5.
27732         (tests-static): Likewise.
27733         (modules-names): Add modstatic5.
27734         (tststatic5-ENV): New variable.
27735         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27737         [BZ #15022]
27738         * elf/dl-support.c (_dl_main_map): New variable.
27739         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27740         (_dl_nns, _dl_load_adds): Set to 1.
27741         (_dl_initial_searchlist): Refer to _dl_main_map.
27742         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27743         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27744         call to _dl_get_origin.
27745         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27746         around call_map.
27747         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27748         * dlfcn/modstatic3.c: New file.
27749         * dlfcn/tststatic3.c: New file.
27750         * dlfcn/tststatic4.c: New file.
27751         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27752         (tests-static): Likewise.
27753         (modules-names): Add modstatic3.
27754         (tststatic3-ENV, tststatic4-ENV): New variables.
27755         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27756         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27758 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27760         * configure.in (CC): Require GCC version 4.4 or later.
27761         * configure: Regenerated.
27762         * manual/install.texi (Tools for Compilation): Update GCC version
27763         requirement.
27764         * INSTALL: Regenerated.
27766 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27768         [BZ #15674]
27769         * string/test-memcmp.c (check2): New.
27770         (main): Call check2.
27772         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27774 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27776         [BZ #15022]
27777         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27778         over to...
27779         (dl_open_worker) [!SHARED]: ... here.
27781 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27783         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27785 2013-06-25  Richard Henderson  <rth@redhat.com>
27787         * locale/programs/locarchive.c: Include <libc-internal.h>
27789 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27791         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27792         trailing whitespace removed.
27794 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27796         [BZ #10283]
27797         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27798         * locale/programs/locarchive.c: Include libc-mmap.h.
27799         (prepare_address_space): Take two new outputs (the mmap base and len).
27800         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27801         values.
27802         (create_archive): Declare new mmap base and len values for
27803         prepare_address_space, and store the result in ah.
27804         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27805         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27806         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27807         Declare new mmap base and len values for
27808         prepare_address_space, and store the result in new_ah.
27809         (open_archive): Declare new mmap base and len values for
27810         prepare_address_space, and store the result in ah.
27811         (close_archive): If ah->mmap_base is not NULL, use that and
27812         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27813         * sysdeps/generic/libc-mmap.h: New file.
27815 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27817         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27818         (ALIGN_UP): Likewise.
27819         (PTR_ALIGN_DOWN): Likewise.
27820         (PTR_ALIGN_UP): Likewise.
27822 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27824         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27825         entry mapped to PPC_PLATFORM_POWER8.
27826         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27827         POWER8.
27828         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27829         (_dl_string_platform): Add case for exporting platform position for
27830         POWER8.
27831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27832         search path to sysdeps/powerpc/powerpc32/power8 directory.
27833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27834         search path to sysdeps/powerpc/powerpc64/power8 directory.
27835         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27836         power7 directories.
27837         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27838         power7 directories.
27840 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27842         * INSTALL: Regenerate.
27844         * nscd/connections.c (nscd_init): Fix comment.
27846 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27848         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27850         [BZ #15667]
27851         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27852         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27854 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27856         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27857         DL_DST_REQ_STATIC.
27858         (DL_DST_REQ_STATIC): Remove macro.
27860 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27862         [BZ #7006]
27863         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27864         with a shift of 0 bits.
27866 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27868         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27869         $(tststatic-ENV).
27871 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27873         [BZ #15655]
27874         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27876 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27878         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27879         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27880         accepts -fno-tree-loop-distribute-patterns.
27881         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27882         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27883         recursive call.
27884         * string/memset.c (memset): Likewise.
27885         * string/test-memmove.c (simple_memmove): Disable loop transformation
27886         to library calls.
27887         * string/test-memset.c (simple_memset): Likewise.
27888         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27889         * benchtests/bench-memset.c (simple_memset): Likewise.
27890         * configure: Regenerated.
27892 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27894         * math/test-misc.c (main): Ignore fesetround failure when failures
27895         of subsequent rounding tests would be ignored.
27897         [BZ #15654]
27898         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27899         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27900         * math/fegetenv.c (__fegetenv): Return 0.
27901         * math/fegetexcept.c (fegetexcept): Return 0.
27902         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27903         FE_TONEAREST.
27904         * math/feholdexcpt.c (feholdexcept): Return 0.
27905         * math/fesetenv.c (__fesetenv): Return 0.
27906         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27907         argument FE_TONEAREST.
27908         * math/feupdateenv.c (__feupdateenv): Return 0.
27909         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27911 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27913         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27914         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27915         ($(objpfx)rtld-%.os rules): Use them.
27917 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27919         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27920         fields.
27922 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27924         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27925         length of target pattern, then descending length of dependency pattern.
27926         * configure.in (AWK): Require gawk 3.1.2 or newer.
27927         * manual/install.texi (Tools for Compilation): Say that we do.
27928         * configure: Regenerated.
27930         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27931         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27932         * scripts/sysd-rules.awk: ... this new script.
27933         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27934         than a glob-style pattern.
27936 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27938         * math/test-misc.c (main): Do not treat incorrectly rounded
27939         conversions as failure unless ROUNDING_TESTS passes.
27941 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27943         [BZ #15631]
27944         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27945         restore exception state around main square root computation, then
27946         check for inexactness explicitly.
27948         * math/libm-test.inc (fma_test_data): Add another test.
27950 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27952         * manual/threads.texi (Non-POSIX Extensions): New document
27953         node.  Document pthread_getattr_default_np and
27954         pthread_setattr_default_np.
27956         * Versions.def (libpthread): Add GLIBC_2.18.
27957         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27959         Likewise.
27960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27961         Likewise.
27962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27963         Likewise.
27964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27965         Likewise.
27966         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27967         Likewise.
27968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27969         Likewise.
27970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27971         Likewise.
27972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27973         Likewise.
27974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27975         Likewise.
27977 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27980         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27982 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27983             H.J. Lu  <hjl.tools@gmail.com>
27985         [BZ #15627]
27986         * sysdeps/x86_64/rtld-memset.c: Remove file.
27987         * sysdeps/x86_64/rtld-memset.S: New file.
27989 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27991         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27992         (test_in_one_mode): Take arguments for whether the rounding mode
27993         is supported for each floating-point type.
27994         (do_test): Pass new arguments to test_in_one_mode using
27995         ROUNDING_TESTS.
27997 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27999         * posix/tst-waitid.c (do_test): Distinguish different instances of
28000         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
28001         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
28002         before entering the kernel for waitpid.
28004 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28006         * NEWS: Fix note on clock function precision.  Text by Roland
28007         McGrath.
28009 2013-06-13  Roland McGrath  <roland@hack.frob.com>
28011         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
28012         it into place only when and if the sanity check passes.
28014 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
28016         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
28017         output for whether conversion result is exact.  Take argument
28018         indicating whether type is IBM long double.
28019         (round_for_all): Change need_exact field to ibm_ld.
28020         * stdlib/tst-strtod-round.c (struct exactness): New type.
28021         (struct test): Change bool ld_ok field to struct exactness exact.
28022         (TEST): Update all definitions for change to field.
28023         (tests): Regenerate array contents.
28024         (test_in_one_mode): Take pointer to new field instead of old ld_ok
28025         field value.  Check for IBM long double here.
28026         (do_test): Update calls to test_in_one_mode.
28028 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28030         [BZ #12515]
28031         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
28032         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
28034 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28036         [BZ #15605]
28037         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
28038         generated by the compiler on loop optimizations.
28039         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
28040         general definitions.
28042 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
28044         * math/bug-nextafter.c: Include <math-tests.h>.
28045         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28046         the relevant type.
28047         * math/bug-nexttoward.c: Include <math-tests.h>.
28048         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28049         the relevant type.
28050         * math/test-misc.c: Include <math-tests.h>.
28051         (main): Only test for exceptions if EXCEPTION_TESTS is true for
28052         the relevant type.
28054 2013-06-12  Andreas Jaeger  <aj@suse.de>
28056         * po/ia.po: Update Interlingua translation from translation
28057         project.
28059 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28061         * include/fenv.h: Include stdbool.h.
28062         (struct rm_ctx): New structure.
28063         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
28064         Define macro.
28065         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
28066         (SET_RESTORE_ROUNDF): Likewise.
28067         (SET_RESTORE_ROUNDL): Likewise.
28068         (SET_RESTORE_ROUND_NOEX): Likewise.
28069         (SET_RESTORE_ROUND_NOEXF): Likewise.
28070         (SET_RESTORE_ROUND_NOEXL): Likewise.
28071         (SET_RESTORE_ROUND_53BIT): Likewise.
28072         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
28073         (libc_feresetround_noexf_ctx): Likewise.
28074         (libc_feresetround_noexl_ctx): Likewise.
28075         (libc_feholdsetround_53bit_ctx): Likewise.
28076         (libc_feresetround_53bit_ctx): Likewise.
28077         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
28078         (libc_feholdexcept_setround_sse_ctx): New function.
28079         (libc_fesetenv_sse_ctx): Likewise.
28080         (libc_feupdateenv_sse_ctx): Likewise.
28081         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
28082         (libc_feholdexcept_setround_387_ctx): Likewise.
28083         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
28084         (libc_feholdsetround_387_prec_ctx): Likewise.
28085         (libc_feholdsetround_387_ctx): Likewise.
28086         (libc_feholdsetround_387_53bit_ctx): Likewise.
28087         (libc_feholdsetround_sse_ctx): Likewise.
28088         (libc_feresetround_sse_ctx): Likewise.
28089         (libc_feresetround_387_ctx): Likewise.
28090         (libc_feupdateenv_387_ctx): Likewise.
28091         (libc_feholdexcept_setroundf_ctx): Define macro.
28092         (libc_fesetenvf_ctx): Likewise.
28093         (libc_feupdateenvf_ctx): Likewise.
28094         (libc_feholdsetroundf_ctx): Likewise.
28095         (libc_feresetroundf_ctx): Likewise.
28096         (libc_feholdexcept_setround_ctx): Likewise.
28097         (libc_fesetenv_ctx): Likewise.
28098         (libc_feupdateenv_ctx): Likewise.
28099         (libc_feholdsetround_ctx): Likewise.
28100         (libc_feresetround_ctx): Likewise.
28101         (libc_feholdexcept_setroundl_ctx): Likewise.
28102         (libc_feupdateenvl_ctx): Likewise.
28103         (libc_feholdsetroundl_ctx): Likewise.
28104         (libc_feresetroundl_ctx): Likewise.
28105         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
28106         (libc_feresetround_53bit_ctx): Likewise.
28108 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28110         * locale/iso-639.def: Convert to UTF-8.
28112 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
28114         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
28115         (EXCEPTION_TESTS_double): Likewise.
28116         (EXCEPTION_TESTS_long_double): Likewise.
28117         (EXCEPTION_TESTS): Likewise.
28118         * math/libm-test.inc (test_exceptions): Only test exceptions if
28119         EXCEPTION_TESTS (FLOAT).
28121 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28123         * benchtests/Makefile (string-bench): Add strcpy_chk and
28124         stpcpy_chk.
28125         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
28126         * benchtests/bench-stpcpy_chk.c: New file.
28127         * benchtests/bench-strcpy_chk-ifunc.c: New file.
28128         * benchtests/bench-strcpy_chk.c: New file.
28129         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
28130         code.
28131         (do_test): Likewise.
28133 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28135         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
28136         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
28137         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
28138         with tabs where appropriate.
28139         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
28140         dl-procinfo.h.
28141         [PPC_PLATFORM_PPC440]: Likewise.
28142         [PPC_PLATFORM_PPC464]: Likewise.
28143         [PPC_PLATFORM_PPC476]: Likewise.
28144         (_dl_string_platform): Add support for detecting ppc405, ppc440,
28145         ppc464, and ppc476 platform strings merging from ports/
28146         dl-procinfo.h.
28148 2013-06-11  Andreas Schwab  <schwab@suse.de>
28150         [BZ #14991]
28151         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
28152         (from_ucs4_idx): Regenerate.
28153         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
28154         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
28155         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
28156         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
28157         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
28158         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
28159         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
28160         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
28161         from FROM_LOOP and TO_LOOP specific macros.
28162         (BODY): Handle combining characters.
28163         * iconvdata/BIG5HKSCS.irreversible: Update.
28164         * iconvdata/BIG5HKSCS.precomposed: New file.
28165         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
28166         characters.
28167         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
28169 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28171         * include/sys/time.h: Fix indentation and add copyright header.
28173         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
28174         (do_test): Likewise.
28175         * string/test-memchr.c (do_one_test): Likewise.
28176         (do_test): Likewise.
28177         * string/test-memcmp.c (do_one_test): Likewise.
28178         (do_test): Likewise.
28179         * string/test-memcpy.c (do_one_test): Likewise.
28180         (do_test): Likewise.
28181         * string/test-memmem.c (do_one_test): Likewise.
28182         (do_test): Likewise.
28183         (do_random_tests): Likewise.
28184         * string/test-memmove.c (do_one_test): Likewise.
28185         (do_test): Likewise.
28186         * string/test-memset.c (do_one_test): Likewise.
28187         (do_test): Likewise.
28188         * string/test-rawmemchr.c (do_one_test): Likewise.
28189         (do_test): Likewise.
28190         * string/test-strcasecmp.c (do_one_test): Likewise.
28191         (do_test): Likewise.
28192         * string/test-strcasestr.c (do_one_test): Likewise.
28193         (do_test): Likewise.
28194         * string/test-strcat.c (do_one_test): Likewise.
28195         (do_test): Likewise.
28196         * string/test-strchr.c (do_one_test): Likewise.
28197         (do_test): Likewise.
28198         * string/test-strcmp.c (do_one_test): Likewise.
28199         (do_test): Likewise.
28200         * string/test-strcpy.c (do_one_test): Likewise.
28201         (do_test): Likewise.
28202         * string/test-string.h: Likewise.
28203         (test_init): Likewise.
28204         * string/test-strlen.c (do_one_test): Likewise.
28205         (do_test): Likewise.
28206         * string/test-strncasecmp.c (do_one_test): Likewise.
28207         (do_test): Likewise.
28208         * string/test-strncat.c (do_one_test): Likewise.
28209         (do_test): Likewise.
28210         * string/test-strncmp.c (do_one_test): Likewise.
28211         (do_test_limit): Likewise.
28212         (do_test): Likewise.
28213         * string/test-strncpy.c (do_one_test): Likewise.
28214         (do_test): Likewise.
28215         * string/test-strnlen.c (do_one_test): Likewise.
28216         (do_test): Likewise.
28217         * string/test-strpbrk.c (do_one_test): Likewise.
28218         (do_test): Likewise.
28219         * string/test-strrchr.c (do_one_test): Likewise.
28220         (do_test): Likewise.
28221         * string/test-strspn.c (do_one_test): Likewise.
28222         (do_test): Likewise.
28223         * string/test-strstr.c (do_one_test): Likewise.
28224         (do_test): Likewise.
28226         * benchtests/Makefile (string-bench): Add string benchmarks.
28227         * benchtests/bench-bcopy-ifunc.c: New file.
28228         * benchtests/bench-bcopy.c: New file.
28229         * benchtests/bench-bzero-ifunc.c: New file.
28230         * benchtests/bench-bzero.c: New file.
28231         * benchtests/bench-memccpy-ifunc.c: New file.
28232         * benchtests/bench-memccpy.c: New file.
28233         * benchtests/bench-memchr-ifunc.c: New file.
28234         * benchtests/bench-memchr.c: New file.
28235         * benchtests/bench-memcmp-ifunc.c: New file.
28236         * benchtests/bench-memcmp.c: New file.
28237         * benchtests/bench-memmem-ifunc.c: New file.
28238         * benchtests/bench-memmem.c: New file.
28239         * benchtests/bench-memmove-ifunc.c: New file.
28240         * benchtests/bench-memmove.c: New file.
28241         * benchtests/bench-mempcpy-ifunc.c: New file.
28242         * benchtests/bench-mempcpy.c: New file.
28243         * benchtests/bench-memset-ifunc.c: New file.
28244         * benchtests/bench-memset.c: New file.
28245         * benchtests/bench-rawmemchr-ifunc.c: New file.
28246         * benchtests/bench-rawmemchr.c: New file.
28247         * benchtests/bench-stpcpy-ifunc.c: New file.
28248         * benchtests/bench-stpcpy.c: New file.
28249         * benchtests/bench-stpncpy-ifunc.c: New file.
28250         * benchtests/bench-stpncpy.c: New file.
28251         * benchtests/bench-strcasecmp-ifunc.c: New file.
28252         * benchtests/bench-strcasecmp.c: New file.
28253         * benchtests/bench-strcasestr-ifunc.c: New file.
28254         * benchtests/bench-strcasestr.c: New file.
28255         * benchtests/bench-strcat-ifunc.c: New file.
28256         * benchtests/bench-strcat.c: New file.
28257         * benchtests/bench-strchr-ifunc.c: New file.
28258         * benchtests/bench-strchr.c: New file.
28259         * benchtests/bench-strchrnul-ifunc.c: New file.
28260         * benchtests/bench-strchrnul.c: New file.
28261         * benchtests/bench-strcmp-ifunc.c: New file.
28262         * benchtests/bench-strcmp.c: New file.
28263         * benchtests/bench-strcpy-ifunc.c: New file.
28264         * benchtests/bench-strcpy.c: New file.
28265         * benchtests/bench-strcspn-ifunc.c: New file.
28266         * benchtests/bench-strcspn.c: New file.
28267         * benchtests/bench-strlen-ifunc.c: New file.
28268         * benchtests/bench-strlen.c: New file.
28269         * benchtests/bench-strncasecmp-ifunc.c: New file.
28270         * benchtests/bench-strncasecmp.c: New file.
28271         * benchtests/bench-strncat-ifunc.c: New file.
28272         * benchtests/bench-strncat.c: New file.
28273         * benchtests/bench-strncmp-ifunc.c: New file.
28274         * benchtests/bench-strncmp.c: New file.
28275         * benchtests/bench-strncpy-ifunc.c: New file.
28276         * benchtests/bench-strncpy.c: New file.
28277         * benchtests/bench-strnlen-ifunc.c: New file.
28278         * benchtests/bench-strnlen.c: New file.
28279         * benchtests/bench-strpbrk-ifunc.c: New file.
28280         * benchtests/bench-strpbrk.c: New file.
28281         * benchtests/bench-strrchr-ifunc.c: New file.
28282         * benchtests/bench-strrchr.c: New file.
28283         * benchtests/bench-strspn-ifunc.c: New file.
28284         * benchtests/bench-strspn.c: New file.
28285         * benchtests/bench-strstr-ifunc.c: New file.
28286         * benchtests/bench-strstr.c: New file.
28288         * benchtests/Makefile: Disable parallel execution of targets.
28289         (string-bench): Add memcpy.
28290         (benchset): New variable to store a list of benchmark sets.
28291         (bench-func): Renamed from bench.
28292         (bench-set): New target.
28293         (bench): Depend on bench-func and bench-set.
28294         * benchtests/README: Add section on benchmark sets.
28295         * benchtests/bench-memcpy-ifunc.c: New file.
28296         * benchtests/bench-memcpy.c: New file.
28297         * benchtests/bench-string.h: New file.
28299 2013-06-11  Andreas Schwab  <schwab@suse.de>
28301         [BZ #15577]
28302         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
28303         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
28304         values in the triple.
28305         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
28306         terminator in the group key.
28308 2013-06-11  Andreas Jaeger  <aj@suse.de>
28310         * po/zh_TW.po: Update Chinese (traditional) translation from
28311         translation project.
28313 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28315         * include/time.h (__clock_gettime): Add libc_hidden_proto.
28316         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
28317         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
28318         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
28319         (clock_getcpuclockid): Likewise.
28320         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
28321         Add weak_alias and libc_hidden_def.
28322         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
28323         * rt/clock_gettime.c (clock_gettime): Rename to
28324         __clock_gettime.  Add weak_alias and libc_hidden_def.
28325         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
28326         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
28327         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
28328         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
28329         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
28330         Likewise.
28331         * rt/clock_settime.c (clock_settime): Rename to
28332         __clock_settime.  Add weak_alias and libc_hidden_def.
28333         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
28335 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
28337         * mach/err_boot.sub: Remove trailing whitespace.
28338         * mach/err_ipc.sub: Likewise.
28339         * mach/err_mach.sub: Likewise.
28341         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
28342         (ROUNDING_TESTS_double): Likewise.
28343         (ROUNDING_TESTS_long_double): Likewise.
28344         (ROUNDING_TESTS): Likewise.
28345         * math/libm-test.inc: Include <math-tests.h>.
28346         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
28347         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28348         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28349         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28351 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28353         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
28354         of assigning.
28356 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
28358         * sysdeps/gnu/errlist.awk: Do not generate space at end of
28359         otherwise empty TRANS lines.
28360         * sysdeps/gnu/errlist.c: Regenerated.
28362         * catgets/gencat.c (error_print): Use (void) in function
28363         definition.
28364         * crypt/crypt_util.c (__init_des): Likewise.
28365         * crypt/speeds.c (Stop): Likewise.
28366         (main): Likewise.
28367         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
28368         * inet/ruserpass.c (token): Likewise.
28369         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
28370         * intl/localealias.c (extend_alias_table): Likewise.
28371         * intl/plural-exp.c (init_germanic_plural): Likewise.
28372         * libio/fcloseall.c (__fcloseall): Likewise.
28373         * libio/genops.c (_IO_flush_all): Likewise.
28374         (_IO_flush_all_linebuffered): Likewise.
28375         (_IO_cleanup): Likewise.
28376         (_IO_iter_begin): Likewise.
28377         (_IO_iter_end): Likewise.
28378         (_IO_list_lock): Likewise.
28379         (_IO_list_unlock): Likewise.
28380         (_IO_list_resetlock): Likewise.
28381         * libio/getchar.c (getchar): Likewise.
28382         * libio/getchar_u.c (getchar_unlocked): Likewise.
28383         * libio/getwchar.c (getwchar): Likewise.
28384         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
28385         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
28386         * login/getpt.c (__getpt): Likewise.
28387         * login/tst-utmp.c (main): Likewise.
28388         * malloc/hooks.c (__malloc_check_init): Likewise.
28389         * malloc/malloc.c (__malloc_stats): Likewise.
28390         * malloc/mtrace.c (tr_break): Likewise.
28391         (mtrace): Likewise.
28392         (muntrace): Likewise.
28393         * misc/fstab.c (endfsent): Likewise.
28394         * misc/getclktck.c (__getclktck): Likewise.
28395         * misc/getdtsz.c (__getdtablesize): Likewise.
28396         * misc/gethostid.c (gethostid): Likewise.
28397         * misc/getpagesize.c (__getpagesize): Likewise.
28398         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
28399         (__get_nprocs): Likewise.
28400         (__get_phys_pages): Likewise.
28401         (__get_avphys_pages): Likewise.
28402         * misc/getttyent.c (getttyent): Likewise.
28403         (setttyent): Likewise.
28404         (endttyent): Likewise.
28405         * misc/getusershell.c (getusershell): Likewise.
28406         (endusershell): Likewise.
28407         (setusershell): Likewise.
28408         (initshells): Likewise.
28409         * misc/hsearch.c (__hdestroy): Likewise.
28410         * misc/sync.c (sync): Likewise.
28411         * misc/syslog.c (closelog_internal): Likewise.
28412         (closelog): Likewise.
28413         * misc/ttyslot.c (ttyslot): Likewise.
28414         * misc/vhangup.c (vhangup): Likewise.
28415         * posix/fork.c (__fork): Likewise.
28416         * posix/getegid.c (__getegid): Likewise.
28417         * posix/geteuid.c (__geteuid): Likewise.
28418         * posix/getgid.c (__getgid): Likewise.
28419         * posix/getpid.c (__getpid): Likewise.
28420         * posix/getppid.c (__getppid): Likewise.
28421         * posix/getuid.c (__getuid): Likewise.
28422         * posix/pause.c (pause): Likewise.
28423         * posix/setpgrp.c (setpgrp): Likewise.
28424         * posix/setsid.c (__setsid): Likewise.
28425         * posix/test-vfork.c (noop): Likewise.
28426         * resolv/gethnamaddr.c (_endhtent): Likewise.
28427         (_gethtent): Likewise.
28428         (ht_endhostent): Likewise.
28429         (gethostent): Likewise.
28430         (dns_service): Likewise.
28431         * stdlib/drand48.c (drand48): Likewise.
28432         * stdlib/lrand48.c (lrand48): Likewise.
28433         * stdlib/mrand48.c (mrand48): Likewise.
28434         * stdlib/rand.c (rand): Likewise.
28435         * stdlib/random.c (__random): Likewise.
28436         * stdlib/setenv.c (clearenv): Likewise.
28437         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
28438         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
28439         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
28440         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
28441         (__get_nprocs): Likewise.
28442         (__get_phys_pages): Likewise.
28443         (__get_avphys_pages): Likewise.
28444         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
28445         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
28446         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
28447         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
28448         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
28449         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
28450         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
28451         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
28452         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
28453         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
28454         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
28455         * sysdeps/mach/hurd/sync.c (sync): Likewise.
28456         * sysdeps/posix/clock.c (clock): Likewise.
28457         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
28458         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
28459         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
28460         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
28461         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
28462         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
28463         (__get_nprocs_conf): Likewise.
28464         (__get_phys_pages): Likewise.
28465         (__get_avphys_pages): Likewise.
28466         * time/clock.c (clock): Likewise.
28467         * time/tzset.c (__tzname_max): Likewise.
28469 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
28471         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
28472         (__bswap_32): Do not use "register".
28473         * crypt/crypt.c (_ufc_doit_r): Likewise.
28474         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
28475         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
28476         * gmon/gmon.c (__monstartup): Likewise.
28477         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
28478         * hurd/hurdmalloc.c (more_memory): Likewise.
28479         (malloc): Likewise.
28480         (free): Likewise.
28481         (realloc): Likewise.
28482         (malloc_fork_prepare): Likewise.
28483         (malloc_fork_parent): Likewise.
28484         (malloc_fork_child): Likewise.
28485         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
28486         (_svcauth_des): Likewise.
28487         * inet/inet_lnaof.c (inet_lnaof): Likewise.
28488         * inet/inet_net.c (inet_network): Likewise.
28489         * inet/inet_netof.c (inet_netof): Likewise.
28490         * inet/rcmd.c (__validuser2_sa): Likewise.
28491         * io/fts.c (fts_open): Likewise.
28492         (fts_load): Likewise.
28493         (fts_close): Likewise.
28494         (fts_read): Likewise.
28495         (fts_children): Likewise.
28496         (fts_build): Likewise.
28497         (fts_stat): Likewise.
28498         (fts_sort): Likewise.
28499         (fts_alloc): Likewise.
28500         (fts_lfree): Likewise.
28501         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
28502         (_IO_file_xsgetn): Likewise.
28503         (_IO_file_xsgetn_mmap): Likewise.
28504         * libio/iofopncook.c (_IO_cookie_read): Likewise.
28505         (_IO_cookie_write): Likewise.
28506         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
28507         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
28508         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
28509         * malloc/obstack.c (_obstack_begin): Likewise.
28510         (_obstack_begin_1): Likewise.
28511         (_obstack_newchunk): Likewise.
28512         (_obstack_allocated_p): Likewise.
28513         (obstack_free): Likewise.
28514         (_obstack_memory_used): Likewise.
28515         * misc/getttyent.c (getttynam): Likewise.
28516         (getttyent): Likewise.
28517         (skip): Likewise.
28518         (value): Likewise.
28519         * misc/getusershell.c (initshells): Likewise.
28520         * misc/syslog.c (__vsyslog_chk): Likewise.
28521         * misc/ttyslot.c (ttyslot): Likewise.
28522         * nis/nis_hash.c (__nis_hash): Likewise.
28523         * posix/fnmatch_loop.c (FCT): Likewise.
28524         * posix/getconf.c (print_all): Likewise.
28525         (main): Likewise.
28526         * posix/getopt.c (exchange): Likewise.
28527         * posix/glob.c (globfree): Likewise.
28528         (prefix_array): Likewise.
28529         (__glob_pattern_type): Likewise.
28530         * resolv/arpa/nameser.h (NS_GET16): Likewise.
28531         (NS_GET32): Likewise.
28532         (NS_PUT16): Likewise.
28533         (NS_PUT32): Likewise.
28534         * resolv/gethnamaddr.c (getanswer): Likewise.
28535         (gethostbyname2): Likewise.
28536         (gethostbyaddr): Likewise.
28537         (_gethtent): Likewise.
28538         (_gethtbyname2): Likewise.
28539         (_gethtbyaddr): Likewise.
28540         * resolv/ns_print.c (dst_s_get_int16): Likewise.
28541         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
28542         * resolv/res_init.c (__res_vinit): Likewise.
28543         (net_mask): Likewise.
28544         * resolv/res_mkquery.c (outchar): Likewise.
28545         (PRINT): Likewise.
28546         * stdio-common/printf_fp.c (outchar): Likewise.
28547         (PRINT): Likewise.
28548         * stdio-common/printf_fphex.c (outchar): Likewise.
28549         (PRINT): Likewise.
28550         * stdio-common/printf_size.c (outchar): Likewise.
28551         (PRINT): Likewise.
28552         * stdio-common/test_rdwr.c (main): Likewise.
28553         * stdio-common/tfformat.c (matches): Likewise.
28554         * stdio-common/vfprintf.c (outchar): Likewise.
28555         (printf_unknown): Likewise.
28556         (buffered_vfprintf): Likewise.
28557         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
28558         * stdio-common/xbug.c (AppendToBuffer): Likewise.
28559         (ReadFile): Likewise.
28560         * stdlib/qsort.c (SWAP): Likewise.
28561         (_quicksort): Likewise.
28562         * stdlib/setenv.c (__add_to_environ): Likewise.
28563         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
28564         * stdlib/strtol_l.c (__strtol_l): Likewise.
28565         * stdlib/tst-strtod.c (main): Likewise.
28566         * stdlib/tst-strtol.c (main): Likewise.
28567         * stdlib/tst-strtoll.c (main): Likewise.
28568         * string/bits/string2.h (__strcmp_cc): Likewise.
28569         (__strcmp_cg): Likewise.
28570         (__strcspn_c1): Likewise.
28571         (__strcspn_c2): Likewise.
28572         (__strcspn_c3): Likewise.
28573         (__strspn_c1): Likewise.
28574         (__strspn_c2): Likewise.
28575         (__strspn_c3): Likewise.
28576         (__strsep_1c): Likewise.
28577         (__strsep_2c): Likewise.
28578         (__strsep_3c): Likewise.
28579         * string/memccpy.c (__memccpy): Likewise.
28580         * string/stpcpy.c (__stpcpy): Likewise.
28581         * string/strcmp.c (strcmp): Likewise.
28582         * string/strrchr.c (strrchr): Likewise.
28583         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
28584         Likewise.
28585         * sysdeps/mach/hurd/getcwd.c
28586         (_hurd_canonicalize_directory_name_internal): Likewise.
28587         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
28588         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
28589         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
28590         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
28591         Likewise, in both definitions.
28592         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
28593         definitions.
28594         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
28595         64] (__bswap_64): Likewise.
28596         * time/test_time.c (main): Likewise.
28597         * time/tzfile.c (__tzfile_read): Likewise.
28598         (__tzfile_compute): Likewise.
28599         * time/tzset.c (__tzset_parse_tz): Likewise.
28600         (tzset_internal): Likewise.
28601         (compute_change): Likewise.
28602         * wcsmbs/wcscat.c (__wcscat): Likewise.
28603         * wcsmbs/wcschr.c (wcschr): Likewise.
28604         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
28605         * wcsmbs/wcscspn.c (wcscspn): Likewise.
28606         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
28607         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
28608         * wcsmbs/wcsspn.c (wcsspn): Likewise.
28609         * wcsmbs/wcsstr.c (wcsstr): Likewise.
28610         * wcsmbs/wmemchr.c (wmemchr): Likewise.
28611         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
28612         * wcsmbs/wmemset.c (wmemset): Likewise.
28614 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
28616         * scripts/config.guess: Update to version 2013-05-16.
28617         * scripts/config.sub: Update to version 2013-04-24.
28618         * scripts/install-sh: Update to version 2011-11-20.07.
28619         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
28620         * scripts/move-if-change: Update to version 2012-01-06 07:23.
28622 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
28624         * debug/fgetws_u_chk.c: Fix leading whitespaces.
28625         * elf/sln.c: Likewise.
28626         * hurd/hurd/ioctl.h: Likewise.
28627         * hurd/hurdmalloc.c: Likewise.
28628         * hurd/xattr.c: Likewise.
28629         * include/shlib-compat.h: Likewise.
28630         * inet/ruserpass.c: Likewise.
28631         * libio/iofgets_u.c: Likewise.
28632         * libio/iofgetws_u.c: Likewise.
28633         * locale/programs/ld-identification.c: Likewise.
28634         * locale/programs/ld-time.c: Likewise.
28635         * mach/msg-destroy.c: Likewise.
28636         * nss/nss_files/files-netgrp.c: Likewise.
28637         * resolv/res_data.c: Likewise.
28638         * soft-fp/op-1.h: Likewise.
28639         * soft-fp/op-2.h: Likewise.
28640         * soft-fp/op-4.h: Likewise.
28641         * soft-fp/op-common.h: Likewise.
28642         * stdio-common/printf_fphex.c: Likewise.
28643         * stdlib/strtod_l.c: Likewise.
28644         * sunrpc/rpc/clnt.h: Likewise.
28645         * sysdeps/generic/framestate.c: Likewise.
28646         * sysdeps/i386/bsd-_setjmp.S: Likewise.
28647         * sysdeps/i386/bsd-setjmp.S: Likewise.
28648         * sysdeps/i386/__longjmp.S: Likewise.
28649         * sysdeps/i386/setjmp.S: Likewise.
28650         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
28651         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
28652         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28653         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
28654         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
28655         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
28656         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
28657         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
28658         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
28659         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28660         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
28661         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
28662         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
28663         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
28664         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
28665         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
28666         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
28667         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
28668         * sysdeps/ieee754/support.c: Likewise.
28669         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
28670         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
28671         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
28672         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
28673         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
28674         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
28675         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
28676         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
28677         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
28678         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
28679         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
28680         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
28681         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
28682         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
28683         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
28684         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
28685         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
28688 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
28690         * posix/transbug.c: Remove executable mode.
28692 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
28694         * crypt/speeds.c: Remove trailing whitespace.
28695         * dlfcn/default.c: Likewise.
28696         * elf/ifuncdep2.c: Likewise.
28697         * elf/ifuncmain1.c: Likewise.
28698         * elf/ifuncmain1vis.c: Likewise.
28699         * elf/testobj.h: Likewise.
28700         * elf/tst-stackguard1.c: Likewise.
28701         * gmon/sys/gmon.h: Likewise.
28702         * hurd/hurdmsg.c: Likewise.
28703         * hurd/new-fd.c: Likewise.
28704         * hurd/ports-get.c: Likewise.
28705         * iconvdata/ibm1008_420.c: Likewise.
28706         * inet/tst-getni1.c: Likewise.
28707         * inet/tst-getni2.c: Likewise.
28708         * libio/ioungetc.c: Likewise.
28709         * libio/wfiledoalloc.c: Likewise.
28710         * manual/libm-err-tab.pl: Likewise.
28711         * math/w_dremf.c: Likewise.
28712         * misc/ftruncate.c: Likewise.
28713         * posix/bug-glob2.c: Likewise.
28714         * posix/tst-pcre.c: Likewise.
28715         * posix/wait4.c: Likewise.
28716         * resolv/README: Likewise.
28717         * resolv/res_debug.h: Likewise.
28718         * resolv/tst-inet_ntop.c: Likewise.
28719         * setjmp/bug269-setjmp.c: Likewise.
28720         * soft-fp/extended.h: Likewise.
28721         * soft-fp/op-1.h: Likewise.
28722         * soft-fp/op-2.h: Likewise.
28723         * soft-fp/op-4.h: Likewise.
28724         * soft-fp/op-8.h: Likewise.
28725         * soft-fp/testit.c: Likewise.
28726         * stdio-common/bug16.c: Likewise.
28727         * stdlib/random.c: Likewise.
28728         * sunrpc/rpcsvc/rquota.x: Likewise.
28729         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28730         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28731         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28732         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28733         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28734         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28735         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28736         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28737         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28738         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28739         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28740         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28741         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28742         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28743         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28744         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28745         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28746         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28747         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28748         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28749         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28750         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28751         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28752         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28753         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28754         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28755         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28756         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28757         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28758         * sysdeps/ieee754/s_lib_version.c: Likewise.
28759         * sysdeps/mach/hurd/check_fds.c: Likewise.
28760         * sysdeps/mach/hurd/getsockname.c: Likewise.
28761         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28762         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28763         * sysdeps/powerpc/bits/link.h: Likewise.
28764         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28765         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28766         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28767         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28768         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28769         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28770         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28771         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28772         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28773         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28774         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28775         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28776         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28777         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28778         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28779         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28780         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28781         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28782         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28783         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28784         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28785         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28786         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28787         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28788         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28789         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28790         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28791         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28792         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28793         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28794         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28795         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28797         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28798         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28799         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28800         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28801         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28802         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28803         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28804         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28805         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28806         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28807         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28808         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28809         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28810         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28811         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28812         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28813         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28814         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28815         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28816         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28817         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28818         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28819         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28820         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28822         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28823         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28824         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28825         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28826         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28827         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28828         * sysdeps/powerpc/sysdep.h: Likewise.
28829         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28830         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28831         * sysdeps/sh/dl-trampoline.S: Likewise.
28832         * sysdeps/sh/memset.S: Likewise.
28833         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28834         * sysdeps/sh/strlen.S: Likewise.
28835         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28836         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28837         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28838         * sysdeps/sparc/sparc32/rem.S: Likewise.
28839         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28840         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28841         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28842         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28843         * sysdeps/sparc/sparc32/urem.S: Likewise.
28844         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28845         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28846         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28847         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28848         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28849         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28850         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28851         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28852         * sysdeps/unix/bsd/times.c: Likewise.
28853         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28854         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28858         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28859         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28860         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28861         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28862         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28863         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28864         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28865         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28866         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28867         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28868         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28869         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28870         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28871         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28872         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28873         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28874         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28875         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28876         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28877         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28878         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28879         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28880         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28881         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28882         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28883         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28884         * sysdeps/x86_64/strcspn.S: Likewise.
28886 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28888         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28889         generated file.  Regenerate properly from gen-translit.pl.
28890         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28891         locale/C-translit.h.
28893 2013-06-05  Andreas Schwab  <schwab@suse.de>
28895         [BZ #15100]
28896         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28897         week as 6 instead of -1.
28898         * time/tst-strptime.c (day_tests): Add test case.
28900 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28902         * sysdeps/generic/math_private.h
28903         (libc_feholdexcept_setround_53bit): Replace with
28904         libc_feholdsetround_53bit.
28905         (libc_feupdateenv_53bit): Replace with
28906         libc_feresetround_53bit.
28907         (SET_RESTORE_ROUND_53BIT): Adjust.
28909 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28911         * string/test-strchrnul.c: Add copyright header.
28913         * posix/tst-getaddrinfo4.c: Increase test timeout.
28915 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28917         [BZ #15536]
28918         * math/libm-test.inc (MAX_EXP): Remove
28919         (MIN_EXP): Define.
28920         (ulp): Use MIN_EXP - MANT_DIG.
28921         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28923 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28925         * po/be.po: Revert last change.
28926         * po/zh_CN.po: Likewise.
28927         * po/header.pot: Likewise.
28929 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28931         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28932         link-libc-deps to empty as target-specific variable.
28933         * Makerules (link-libc-args): New variable.
28934         (libc-for-link): Likewise.
28935         (link-libc-deps): Likewise.
28936         (lib%.so): Depend on $(link-libc-deps).  Link with
28937         $(link-libc-args).
28938         (build-module): Link with $(link-libc-args).
28939         (build-module-asneeded): Likewise.
28940         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28941         list of objects.
28942         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28943         target-specific variable.
28944         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28945         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28946         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28947         libc.
28948         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28949         libc and ld.so.
28950         ($(objpfx)libpcprofile.so): Likewise.
28951         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28952         libc_nonshared.a.
28953         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28954         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28955         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28956         $(link-libc-deps).
28957         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28958         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28959         * login/Makefile ($(objpfx)libutil.so): Likewise.
28960         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28961         * math/Makefile ($(objpfx)libm.so): Likewise.
28962         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28963         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28964         variable instead of depending directly on libc.
28965         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28966         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28967         $(link-libc-deps).
28968         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28969         libc.
28970         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28971         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28972         ($(objpfx)libanl.so): Likewise.
28973         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28974         ld.so.
28975         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28976         $(link-libc-deps).
28977         * sysdeps/i386/fpu/Makefile: Remove file.
28978         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28979         ($(objpfx)libm.so): Remove dependency on ld.so.
28981 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28983         [BZ # 15553]
28984         * nis/yp_xdr.c (XDRMAXNAME): Define.
28985         (XDRMAXRECORD): Define.
28986         (xdr_domainname): Use XDRMAXNAME.
28987         (xdr_mapname): Likewise.
28988         (xdr_peername): Likewise.
28989         (xdr_keydat): Use XDRMAXRECORD.
28990         (xdr_valdat): Likewise.
28992 2013-05-30  Jeff Law  <law@redhat.com>
28994         [BZ #14256]
28995         * manual/errno.texi (ESTALE): Update to account for more than
28996         just NFS file systems.
28997         * sysdeps/gnu/errlist.c: Regenerated.
28999 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29001         [BZ #15465]
29002         * elf/Makefile (tests): Add tst-null-argv.
29003         (modules-names):  Add tst-null-argv-lib.
29004         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
29005         (tst-null-argv-ENV): Set environment for tst-null-argv.
29006         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
29007         (RTLD_PROGNAME): New macro.
29008         * elf/tst-null-argv.c: New test case.
29009         * elf/tst-null-argv-lib.c: Library for test case.
29010         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
29011         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
29012         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
29013         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
29014         * elf/dl-init.c (call_init): Likewise.
29015         (_dl_init): Likewise.
29016         * elf/dl-load.c (print_search_path): Likewise.
29017         (_dl_map_object): Likewise.
29018         * elf/dl-lookup.c (do_lookup_x): Likewise.
29019         (add_dependency): Likewise.
29020         (_dl_lookup_symbol_x): Likewise.
29021         (_dl_debug_bindings): Likewise.
29022         * elf/dl-open.c (_dl_show_scope): Likewise.
29023         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
29024         * elf/dl-version.c (match_symbol): Likewise.
29025         (_dl_check_map_versions): Likewise.
29026         * elf/rtld.c (dl_main): Likewise.
29027         (print_unresolved): Use RTLD_PROGNAME.
29028         (print_missing_version): Likewise.
29029         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
29030         (elf_machine_rela): Likewise.
29031         * sysdeps/powerpc/powerpc32/dl-machine.c
29032         (__process_machine_rela): Likewise.
29033         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
29034         Likewise.
29035         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
29036         Likewise.
29037         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
29038         Likewise.
29039         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
29040         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
29041         Likewise.
29042         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
29043         Likewise.
29044         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
29046 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
29048         * po/be.po: Add descriptive title.
29049         * po/zh_CN.po: Likewise.
29050         * po/header.pot: Likewise.
29052 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
29054         * locale/programs/locarchive.c (create_archive): Inlucde fname in
29055         error message.
29056         (enlarge_archive): Likewise.
29058 2013-05-28  Ben North  <ben@redfrontdoor.org>
29060         * manual/arith.texi (frexp): It is the magnitude of the return
29061         value which lies in [0.5, 1), not the return value itself.
29063 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29067 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
29069         * stdio-common/bug26.c (main): Correct fscanf template.
29071         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
29072         declare _dl_skip_args.
29074         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
29075         Don't declare.
29077         * manual/platform.texi: Add missing @end deftypefun.
29079 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29081         [BZ #15529]
29082         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
29083         bit of mantissa of 2^16382.
29084         * math/libm-test.inc (hypot_test_data): Add more tests.
29086         * math/libm-test.inc: Add drem and pow10 to list of tested
29087         functions.
29088         (pow10_test): New function.
29089         (drem_test): Likewise.
29090         (drem_test_tonearest): Likewise.
29091         (drem_test_towardzero): Likewise.
29092         (drem_test_downward): Likewise.
29093         (drem_test_upward): Likewise.
29094         (main): Call the new functions.
29096         * math/libm-test.inc (finite_test_data): Remove.
29097         (finite_test): Run tests from isfinite_test_data.
29098         (gamma_test_data): Remove.
29099         (gamma_test): Run tests from lgamma_test_data.
29100         * sysdeps/i386/fpu/libm-test-ulps: Update.
29101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29103 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29105         * manual/platform.texi: Add PowerPC PPR function set documentation.
29106         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
29107         implementation.
29109 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
29111         * math/libm-test.inc (MAX_EXP): Define.
29112         (ULPDIFF): Define.
29113         (ulp): New function.
29114         (check_float_internal): Use ULPDIFF.
29115         (cpow_test): Disable failing test.
29116         (check_ulp): Test ulp() implemetnation.
29117         (main): Call check_ulp before starting tests.
29119 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
29121         * math/gen-libm-test.pl (generate_testfile): Do not handle
29122         START_DATA and END_DATA.
29123         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
29124         END_DATA.
29125         (acos_tonearest_test_data): Likewise.
29126         (acos_towardzero_test_data): Likewise.
29127         (acos_downward_test_data): Likewise.
29128         (acos_upward_test_data): Likewise.
29129         (acosh_test_data): Likewise.
29130         (asin_test_data): Likewise.
29131         (asin_tonearest_test_data): Likewise.
29132         (asin_towardzero_test_data): Likewise.
29133         (asin_downward_test_data): Likewise.
29134         (asin_upward_test_data): Likewise.
29135         (asinh_test_data): Likewise.
29136         (atan_test_data): Likewise.
29137         (atanh_test_data): Likewise.
29138         (atan2_test_data): Likewise.
29139         (cabs_test_data): Likewise.
29140         (cacos_test_data): Likewise.
29141         (cacosh_test_data): Likewise.
29142         (carg_test_data): Likewise.
29143         (casin_test_data): Likewise.
29144         (casinh_test_data): Likewise.
29145         (catan_test_data): Likewise.
29146         (catanh_test_data): Likewise.
29147         (cbrt_test_data): Likewise.
29148         (ccos_test_data): Likewise.
29149         (ccosh_test_data): Likewise.
29150         (ceil_test_data): Likewise.
29151         (cexp_test_data): Likewise.
29152         (cimag_test_data): Likewise.
29153         (clog_test_data): Likewise.
29154         (clog10_test_data): Likewise.
29155         (conj_test_data): Likewise.
29156         (copysign_test_data): Likewise.
29157         (cos_test_data): Likewise.
29158         (cos_tonearest_test_data): Likewise.
29159         (cos_towardzero_test_data): Likewise.
29160         (cos_downward_test_data): Likewise.
29161         (cos_upward_test_data): Likewise.
29162         (cosh_test_data): Likewise.
29163         (cosh_tonearest_test_data): Likewise.
29164         (cosh_towardzero_test_data): Likewise.
29165         (cosh_downward_test_data): Likewise.
29166         (cosh_upward_test_data): Likewise.
29167         (cpow_test_data): Likewise.
29168         (cproj_test_data): Likewise.
29169         (creal_test_data): Likewise.
29170         (csin_test_data): Likewise.
29171         (csinh_test_data): Likewise.
29172         (csqrt_test_data): Likewise.
29173         (ctan_test_data): Likewise.
29174         (ctan_tonearest_test_data): Likewise.
29175         (ctan_towardzero_test_data): Likewise.
29176         (ctan_downward_test_data): Likewise.
29177         (ctan_upward_test_data): Likewise.
29178         (ctanh_test_data): Likewise.
29179         (ctanh_tonearest_test_data): Likewise.
29180         (ctanh_towardzero_test_data): Likewise.
29181         (ctanh_downward_test_data): Likewise.
29182         (ctanh_upward_test_data): Likewise.
29183         (erf_test_data): Likewise.
29184         (erfc_test_data): Likewise.
29185         (exp_test_data): Likewise.
29186         (exp_tonearest_test_data): Likewise.
29187         (exp_towardzero_test_data): Likewise.
29188         (exp_downward_test_data): Likewise.
29189         (exp_upward_test_data): Likewise.
29190         (exp10_test_data): Likewise.
29191         (exp2_test_data): Likewise.
29192         (expm1_test_data): Likewise.
29193         (fabs_test_data): Likewise.
29194         (fdim_test_data): Likewise.
29195         (finite_test_data): Likewise.
29196         (floor_test_data): Likewise.
29197         (fma_test_data): Likewise.
29198         (fma_towardzero_test_data): Likewise.
29199         (fma_downward_test_data): Likewise.
29200         (fma_upward_test_data): Likewise.
29201         (fmax_test_data): Likewise.
29202         (fmin_test_data): Likewise.
29203         (fmod_test_data): Likewise.
29204         (fpclassify_test_data): Likewise.
29205         (frexp_test_data): Likewise.
29206         (gamma_test_data): Likewise.
29207         (hypot_test_data): Likewise.
29208         (ilogb_test_data): Likewise.
29209         (isfinite_test_data): Likewise.
29210         (isgreater_test_data): Likewise.
29211         (isgreaterequal_test_data): Likewise.
29212         (isinf_test_data): Likewise.
29213         (isless_test_data): Likewise.
29214         (islessequal_test_data): Likewise.
29215         (islessgreater_test_data): Likewise.
29216         (isnan_test_data): Likewise.
29217         (isnormal_test_data): Likewise.
29218         (issignaling_test_data): Likewise.
29219         (isunordered_test_data): Likewise.
29220         (j0_test_data): Likewise.
29221         (j1_test_data): Likewise.
29222         (jn_test_data): Likewise.
29223         (ldexp_test_data): Likewise.
29224         (lgamma_test_data): Likewise.
29225         (lrint_test_data): Likewise.
29226         (lrint_tonearest_test_data): Likewise.
29227         (lrint_towardzero_test_data): Likewise.
29228         (lrint_downward_test_data): Likewise.
29229         (lrint_upward_test_data): Likewise.
29230         (llrint_test_data): Likewise.
29231         (llrint_tonearest_test_data): Likewise.
29232         (llrint_towardzero_test_data): Likewise.
29233         (llrint_downward_test_data): Likewise.
29234         (llrint_upward_test_data): Likewise.
29235         (log_test_data): Likewise.
29236         (log10_test_data): Likewise.
29237         (log1p_test_data): Likewise.
29238         (log2_test_data): Likewise.
29239         (logb_test_data): Likewise.
29240         (logb_downward_test_data): Likewise.
29241         (lround_test_data): Likewise.
29242         (llround_test_data): Likewise.
29243         (modf_test_data): Likewise.
29244         (nearbyint_test_data): Likewise.
29245         (nextafter_test_data): Likewise.
29246         (nexttoward_test_data): Likewise.
29247         (pow_test_data): Likewise.
29248         (pow_tonearest_test_data): Likewise.
29249         (pow_towardzero_test_data): Likewise.
29250         (pow_downward_test_data): Likewise.
29251         (pow_upward_test_data): Likewise.
29252         (remainder_test_data): Likewise.
29253         (remainder_tonearest_test_data): Likewise.
29254         (remainder_towardzero_test_data): Likewise.
29255         (remainder_downward_test_data): Likewise.
29256         (remainder_upward_test_data): Likewise.
29257         (remquo_test_data): Likewise.
29258         (rint_test_data): Likewise.
29259         (rint_tonearest_test_data): Likewise.
29260         (rint_towardzero_test_data): Likewise.
29261         (rint_downward_test_data): Likewise.
29262         (rint_upward_test_data): Likewise.
29263         (round_test_data): Likewise.
29264         (scalb_test_data): Likewise.
29265         (scalbn_test_data): Likewise.
29266         (scalbln_test_data): Likewise.
29267         (signbit_test_data): Likewise.
29268         (sin_test_data): Likewise.
29269         (sin_tonearest_test_data): Likewise.
29270         (sin_towardzero_test_data): Likewise.
29271         (sin_downward_test_data): Likewise.
29272         (sin_upward_test_data): Likewise.
29273         (sincos_test_data): Likewise.
29274         (sinh_test_data): Likewise.
29275         (sinh_tonearest_test_data): Likewise.
29276         (sinh_towardzero_test_data): Likewise.
29277         (sinh_downward_test_data): Likewise.
29278         (sinh_upward_test_data): Likewise.
29279         (sqrt_test_data): Likewise.
29280         (tan_test_data): Likewise.
29281         (tan_tonearest_test_data): Likewise.
29282         (tan_towardzero_test_data): Likewise.
29283         (tan_downward_test_data): Likewise.
29284         (tan_upward_test_data): Likewise.
29285         (tanh_test_data): Likewise.
29286         (tgamma_test_data): Likewise.
29287         (trunc_test_data): Likewise.
29288         (y0_test_data): Likewise.
29289         (y1_test_data): Likewise.
29290         (yn_test_data): Likewise.
29291         (significand_test_data): Likewise.
29293         * math/gen-libm-test.pl (@functions): Remove variable.
29294         (generate_testfile): Don't handle START and END lines.
29295         * math/libm-test.inc (START): New macro.
29296         (END): Likewise.
29297         (END_COMPLEX): Likewise.
29298         (acos_test): Use END macro without arguments.
29299         (acos_test_tonearest): Likewise.
29300         (acos_test_towardzero): Likewise.
29301         (acos_test_downward): Likewise.
29302         (acos_test_upward): Likewise.
29303         (acosh_test): Likewise.
29304         (asin_test): Likewise.
29305         (asin_test_tonearest): Likewise.
29306         (asin_test_towardzero): Likewise.
29307         (asin_test_downward): Likewise.
29308         (asin_test_upward): Likewise.
29309         (asinh_test): Likewise.
29310         (atan_test): Likewise.
29311         (atanh_test): Likewise.
29312         (atan2_test): Likewise.
29313         (cabs_test): Likewise.
29314         (cacos_test): Use END_COMPLEX macro without arguments.
29315         (cacosh_test): Likewise.
29316         (carg_test): Use END macro without arguments.
29317         (casin_test): Use END_COMPLEX macro without arguments.
29318         (casinh_test): Likewise.
29319         (catan_test): Likewise.
29320         (catanh_test): Likewise.
29321         (cbrt_test): Use END macro without arguments.
29322         (ccos_test): Use END_COMPLEX macro without arguments.
29323         (ccosh_test): Likewise.
29324         (ceil_test): Use END macro without arguments.
29325         (cexp_test): Use END_COMPLEX macro without arguments.
29326         (cimag_test): Use END macro without arguments.
29327         (clog_test): Use END_COMPLEX macro without arguments.
29328         (clog10_test): Likewise.
29329         (conj_test): Likewise.
29330         (copysign_test): Use END macro without arguments.
29331         (cos_test): Likewise.
29332         (cos_test_tonearest): Likewise.
29333         (cos_test_towardzero): Likewise.
29334         (cos_test_downward): Likewise.
29335         (cos_test_upward): Likewise.
29336         (cosh_test): Likewise.
29337         (cosh_test_tonearest): Likewise.
29338         (cosh_test_towardzero): Likewise.
29339         (cosh_test_downward): Likewise.
29340         (cosh_test_upward): Likewise.
29341         (cpow_test): Use END_COMPLEX macro without arguments.
29342         (cproj_test): Likewise.
29343         (creal_test): Use END macro without arguments.
29344         (csin_test): Use END_COMPLEX macro without arguments.
29345         (csinh_test): Likewise.
29346         (csqrt_test): Likewise.
29347         (ctan_test): Likewise.
29348         (ctan_test_tonearest): Likewise.
29349         (ctan_test_towardzero): Likewise.
29350         (ctan_test_downward): Likewise.
29351         (ctan_test_upward): Likewise.
29352         (ctanh_test): Likewise.
29353         (ctanh_test_tonearest): Likewise.
29354         (ctanh_test_towardzero): Likewise.
29355         (ctanh_test_downward): Likewise.
29356         (ctanh_test_upward): Likewise.
29357         (erf_test): Use END macro without arguments.
29358         (erfc_test): Likewise.
29359         (exp_test): Likewise.
29360         (exp_test_tonearest): Likewise.
29361         (exp_test_towardzero): Likewise.
29362         (exp_test_downward): Likewise.
29363         (exp_test_upward): Likewise.
29364         (exp10_test): Likewise.
29365         (exp2_test): Likewise.
29366         (expm1_test): Likewise.
29367         (fabs_test): Likewise.
29368         (fdim_test): Likewise.
29369         (finite_test): Likewise.
29370         (floor_test): Likewise.
29371         (fma_test): Likewise.
29372         (fma_test_towardzero): Likewise.
29373         (fma_test_downward): Likewise.
29374         (fma_test_upward): Likewise.
29375         (fmax_test): Likewise.
29376         (fmin_test): Likewise.
29377         (fmod_test): Likewise.
29378         (fpclassify_test): Likewise.
29379         (frexp_test): Likewise.
29380         (gamma_test): Likewise.
29381         (hypot_test): Likewise.
29382         (ilogb_test): Likewise.
29383         (isfinite_test): Likewise.
29384         (isgreater_test): Likewise.
29385         (isgreaterequal_test): Likewise.
29386         (isinf_test): Likewise.
29387         (isless_test): Likewise.
29388         (islessequal_test): Likewise.
29389         (islessgreater_test): Likewise.
29390         (isnan_test): Likewise.
29391         (isnormal_test): Likewise.
29392         (issignaling_test): Likewise.
29393         (isunordered_test): Likewise.
29394         (j0_test): Likewise.
29395         (j1_test): Likewise.
29396         (jn_test): Likewise.
29397         (ldexp_test): Likewise.
29398         (lgamma_test): Likewise.
29399         (lrint_test): Likewise.
29400         (lrint_test_tonearest): Likewise.
29401         (lrint_test_towardzero): Likewise.
29402         (lrint_test_downward): Likewise.
29403         (lrint_test_upward): Likewise.
29404         (llrint_test): Likewise.
29405         (llrint_test_tonearest): Likewise.
29406         (llrint_test_towardzero): Likewise.
29407         (llrint_test_downward): Likewise.
29408         (llrint_test_upward): Likewise.
29409         (log_test): Likewise.
29410         (log10_test): Likewise.
29411         (log1p_test): Likewise.
29412         (log2_test): Likewise.
29413         (logb_test): Likewise.
29414         (logb_test_downward): Likewise.
29415         (lround_test): Likewise.
29416         (llround_test): Likewise.
29417         (modf_test): Likewise.
29418         (nearbyint_test): Likewise.
29419         (nextafter_test): Likewise.
29420         (nexttoward_test): Likewise.
29421         (pow_test): Likewise.
29422         (pow_test_tonearest): Likewise.
29423         (pow_test_towardzero): Likewise.
29424         (pow_test_downward): Likewise.
29425         (pow_test_upward): Likewise.
29426         (remainder_test): Likewise.
29427         (remainder_test_tonearest): Likewise.
29428         (remainder_test_towardzero): Likewise.
29429         (remainder_test_downward): Likewise.
29430         (remainder_test_upward): Likewise.
29431         (remquo_test): Likewise.
29432         (rint_test): Likewise.
29433         (rint_test_tonearest): Likewise.
29434         (rint_test_towardzero): Likewise.
29435         (rint_test_downward): Likewise.
29436         (rint_test_upward): Likewise.
29437         (round_test): Likewise.
29438         (scalb_test): Likewise.
29439         (scalbn_test): Likewise.
29440         (scalbln_test): Likewise.
29441         (signbit_test): Likewise.
29442         (sin_test): Likewise.
29443         (sin_test_tonearest): Likewise.
29444         (sin_test_towardzero): Likewise.
29445         (sin_test_downward): Likewise.
29446         (sin_test_upward): Likewise.
29447         (sincos_test): Likewise.
29448         (sinh_test): Likewise.
29449         (sinh_test_tonearest): Likewise.
29450         (sinh_test_towardzero): Likewise.
29451         (sinh_test_downward): Likewise.
29452         (sinh_test_upward): Likewise.
29453         (sqrt_test): Likewise.
29454         (tan_test): Likewise.
29455         (tan_test_tonearest): Likewise.
29456         (tan_test_towardzero): Likewise.
29457         (tan_test_downward): Likewise.
29458         (tan_test_upward): Likewise.
29459         (tanh_test): Likewise.
29460         (tgamma_test): Likewise.
29461         (trunc_test): Likewise.
29462         (y0_test): Likewise.
29463         (y1_test): Likewise.
29464         (yn_test): Likewise.
29465         (significand_test): Likewise.
29467 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
29469         [BZ #15381]
29470         * libio/genops.c (_IO_no_init): Initialize wide struct info.
29472 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29474         [BZ #14894]
29475         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
29476         __ppc_mdoio and __ppc_mdoom.
29477         * manual/platform.texi: Document new functions __ppc_yield,
29478         __ppc_mdoio and __ppc_mdoom.
29480 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
29482         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
29483         (main): Mention "tls" pseudo-hwcap is legacy.
29484         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
29486 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29488         * math/gen-libm-test.pl (parse_args): Output only string of
29489         arguments as text for test name, not full call or descriptions of
29490         tests for extra outputs.
29491         (generate_testfile): Do not pass function name to parse_args.
29492         Generate this_func variable from START.
29493         * math/libm-test.inc (struct test_f_f_data): Rename test_name
29494         field to arg_str.
29495         (struct test_ff_f_data): Likewise.
29496         (test_ff_f_data_nexttoward): Likewise.
29497         (struct test_fi_f_data): Likewise.
29498         (struct test_fl_f_data): Likewise.
29499         (struct test_if_f_data): Likewise.
29500         (struct test_fff_f_data): Likewise.
29501         (struct test_c_f_data): Likewise.
29502         (struct test_f_f1_data): Likewise.  Remove field extra_name.
29503         (struct test_fF_f1_data): Likewise.
29504         (struct test_ffI_f1_data): Likewise.
29505         (struct test_c_c_data): Rename test_name field to arg_str.
29506         (struct test_cc_c_data): Likewise.
29507         (struct test_f_i_data): Likewise.
29508         (struct test_ff_i_data): Likewise.
29509         (struct test_f_l_data): Likewise.
29510         (struct test_f_L_data): Likewise.
29511         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
29512         and extra2_name.
29513         (COMMON_TEST_SETUP): New macro.
29514         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
29515         (COMMON_TEST_CLEANUP): Likewise.
29516         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
29517         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
29518         macros.
29519         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
29520         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
29521         macros.
29522         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
29523         (RUN_TEST_fff_f): Take argument string.  Call new setup and
29524         cleanup macros.
29525         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
29526         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
29527         macros.
29528         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
29529         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
29530         macros.
29531         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29532         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
29533         cleanup macros.
29534         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29535         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
29536         cleanup macros.
29537         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29538         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
29539         cleanup macros.
29540         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29541         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
29542         macros.
29543         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
29544         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
29545         macros.
29546         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
29547         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
29548         macros.
29549         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
29550         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
29551         cleanup macros.
29552         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
29553         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
29554         cleanup macros.
29555         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
29556         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
29557         macros.
29558         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
29559         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
29560         cleanup macros.
29561         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
29562         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
29563         macros.
29564         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
29565         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
29566         macros.
29567         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
29568         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
29569         cleanup macros.
29570         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
29572 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
29574         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
29575         to _sifields.sigfault.
29576         (si_addr_lsb): Define new macro.
29577         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29578         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29579         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
29581 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
29583         [BZ #15441]
29584         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
29585         returns -1.
29586         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
29587         null return -1.
29588         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
29589         loading the domain.
29591 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
29593         * math/gen-libm-test.pl (parse_args): Do not include expected
29594         result in test name.
29595         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
29596         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29597         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29598         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29599         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29602 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29604         * benchtests/Makefile: Sort function entries.
29606         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
29607         tanh, asinh, acosh, atanh.
29608         * benchtests/acos-inputs: New file.
29609         * benchtests/acosh-inputs: New file.
29610         * benchtests/asin-inputs: New file.
29611         * benchtests/asinh-inputs: New file.
29612         * benchtests/atanh-inputs: New file.
29613         * benchtests/cosh-inputs: New file.
29614         * benchtests/log-inputs: New file.
29615         * benchtests/sinh-inputs: New file.
29616         * benchtests/tanh-inputs: New file.
29618 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
29620         [BZ #15339]
29621         * posix/tst-getaddrinfo4.c: New test.
29622         * posix/Makefile (tests): Add it.
29624 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29626         [BZ #15339]
29627         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
29628         when no services were used.
29629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
29630         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
29632 2013-05-21  Andreas Schwab  <schwab@suse.de>
29634         [BZ #15014]
29635         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
29636         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
29637         successful.
29638         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
29639         redundant variable declarations and reallocation of buffer when
29640         parsing as IPv6 address.  Always set NSS status when called from
29641         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
29642         buffer too small.  Correct computation of needed size.
29643         * nss/Makefile (tests): Add test-digits-dots.
29644         * nss/test-digits-dots.c: New test.
29646 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29648         * benchtests/Makefile: Remove instructions for adding
29649         benchmark tests.
29650         * benchtests/README: New file to explain how to execute and
29651         enhance the benchmark tests.
29653 2013-05-21  Andreas Schwab  <schwab@suse.de>
29655         [BZ #15493]
29656         * setjmp/Makefile (tests): Add tst-sigsetjmp.
29657         * setjmp/tst-sigsetjmp.c: New test.
29659 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29661         * sysdeps/x86_64/memset.S (memset): New implementation.
29662         (__bzero): Likewise.
29663         (__memset_tail): New function.
29665 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
29667         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
29668         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
29669         __memcpy_sse2_unaligned ifunc selection.
29670         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29671         Add memcpy-sse2-unaligned.S.
29672         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29673         Add: __memcpy_sse2_unaligned.
29675 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
29677         [BZ #15490]
29678         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29679         math_force_eval before restoring floating-point envrionment.
29680         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
29681         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
29682         Likewise.
29683         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
29684         <math_private.h>.
29685         (__nearbyintl): Use math_force_eval before restoring
29686         floating-point environment.
29687         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
29689         * math/gen-libm-test.pl (special_functions): Remove.
29690         (parse_args): Don't handle TEST_extra.  Handle functions with no
29691         return value.
29692         * math/libm-test.inc (struct test_sincos_data): Replace with
29693         struct test_fFF_11_data.
29694         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
29695         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
29696         (sincos_test_data): Change element type to struct
29697         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
29698         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
29699         RUN_TEST_LOOP_sincos.
29700         * math/README.libm-test: Don't mention special handling of
29701         individual functions.
29702         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
29703         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29704         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29705         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29706         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29709         * math/gen-libm-test.pl (get_variable): Remove function.
29710         (parse_args): Don't show pointer parameters to call in test
29711         names.  Use "extra output N" in test names for extra outputs
29712         rather than naming variables.
29714 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29716         [BZ #15488]
29717         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29718         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29719         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29720         double tests.
29721         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29722         disable.
29723         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29724         check_long_double.
29726         * math/gen-libm-test.pl (@tests): Remove variable.
29727         ($count): Likewise.
29728         (new_test): Remove function.
29729         (show_exceptions): New function.
29730         (special_functions): Use show_exceptions instead of new_test.
29731         (parse_args): Likewise.
29732         (generate_testfile): Pass only function name in generated call to
29733         print_max_error or print_complex_max_error.
29734         (get_ulps): Do not handle complex tests specially.
29735         (output_test): Rename to ...
29736         (get_all_ulps_for_test): ... this.  Return a string rather than
29737         printing to a file.  Require ulps to be present.
29738         (output_ulps): Generate arrays rather than #defines.
29739         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29740         (struct ulp_data): New type.
29741         (BUILD_COMPLEX_ULP): Remove macro.
29742         (compare_ulp_data): New function.
29743         (find_ulps): Likewise.
29744         (find_test_ulps): Likewise.
29745         (find_function_ulps): Likewise.
29746         (find_complex_function_ulps): Likewise.
29747         (print_max_error): Determine allowed ulps using
29748         find_function_ulps.
29749         (print_complex_max_error): Determine allowed ulps using
29750         find_complex_function_ulps.
29751         (check_float_internal): Determine max ulps using find_test_ulps.
29752         (check_float): Do not take max_ulp parameter.  Update call to
29753         check_float_internal.
29754         (check_complex): Likewise.
29755         (check_int): Do not take max_ulp parameter.
29756         (check_long): Likewise.
29757         (check_bool): Likewise.
29758         (check_longlong): Likewise.
29759         (struct test_f_f_data): Remove max_ulp field.
29760         (struct test_ff_f_data): Likewise.
29761         (struct test_ff_f_data_nexttoward): Likewise.
29762         (struct test_fi_f_data): Likewise.
29763         (struct test_fl_f_data): Likewise.
29764         (struct test_if_f_data): Likewise.
29765         (struct test_fff_f_data): Likewise.
29766         (struct test_c_f_data): Likewise.
29767         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29768         (struct test_fF_f1_data): Likewise.
29769         (struct test_ffI_f1_data): Likewise.
29770         (struct test_c_c_data): Remove max_ulp field.
29771         (struct test_cc_c_data): Likewise.
29772         (struct test_f_i_data): Likewise.
29773         (struct test_ff_i_data): Likewise.
29774         (struct test_f_l_data): Likewise.
29775         (struct test_f_L_data): Likewise.
29776         (struct test_sincos_data): Likewise.
29777         (RUN_TEST_f_f): Do not handle ulps.
29778         (RUN_TEST_LOOP_f_f): Likewise.
29779         (RUN_TEST_2_f): Likewise.
29780         (RUN_TEST_LOOP_2_f): Likewise.
29781         (RUN_TEST_fff_f): Likewise.
29782         (RUN_TEST_LOOP_fff_f): Likewise.
29783         (RUN_TEST_c_f): Likewise.
29784         (RUN_TEST_LOOP_c_f): Likewise.
29785         (RUN_TEST_f_f1): Likewise.
29786         (RUN_TEST_LOOP_f_f1): Likewise.
29787         (RUN_TEST_fF_f1): Likewise.
29788         (RUN_TEST_LOOP_fF_f1): Likewise.
29789         (RUN_TEST_fI_f1): Likewise.
29790         (RUN_TEST_LOOP_fI_f1): Likewise.
29791         (RUN_TEST_ffI_f1): Likewise.
29792         (RUN_TEST_LOOP_ffI_f1): Likewise.
29793         (RUN_TEST_c_c): Likewise.
29794         (RUN_TEST_LOOP_c_c): Likewise.
29795         (RUN_TEST_cc_c): Likewise.
29796         (RUN_TEST_LOOP_cc_c): Likewise.
29797         (RUN_TEST_f_i): Likewise.
29798         (RUN_TEST_LOOP_f_i): Likewise.
29799         (RUN_TEST_f_i_tg): Likewise.
29800         (RUN_TEST_LOOP_f_i_tg): Likewise.
29801         (RUN_TEST_ff_i_tg): Likewise.
29802         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29803         (RUN_TEST_f_b): Likewise.
29804         (RUN_TEST_LOOP_f_b): Likewise.
29805         (RUN_TEST_f_b_tg): Likewise.
29806         (RUN_TEST_LOOP_f_b_tg): Likewise.
29807         (RUN_TEST_f_l): Likewise.
29808         (RUN_TEST_LOOP_f_l): Likewise.
29809         (RUN_TEST_f_L): Likewise.
29810         (RUN_TEST_LOOP_f_L): Likewise.
29811         (RUN_TEST_sincos): Likewise.
29812         (RUN_TEST_LOOP_sincos): Likewise.
29814 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29816         [BZ #15480]
29817         [BZ #15485]
29818         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29819         main case of finite arguments, set rounding mode to FE_TONEAREST
29820         and discard exceptions.
29821         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29822         exceptions.
29823         (remainder_tonearest_test_data): New variable.
29824         (remainder_test_tonearest): New function.
29825         (remainder_towardzero_test_data): New variable.
29826         (remainder_test_towardzero): New function.
29827         (remainder_downward_test_data): New variable.
29828         (remainder_test_downward): New function.
29829         (remainder_upward_test_data): New variable.
29830         (remainder_test_upward): New function.
29831         (main): Call the new test functions.
29833         * math/libm-test.inc (struct test_f_f1_data): Remove field
29834         extra_init.
29835         (struct test_fF_f1_data): Likewise.
29836         (struct test_ffI_f1_data): Likewise.
29837         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29838         based on value of EXTRA_EXPECTED.
29839         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29840         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29841         EXTRA_VAR based on value of EXTRA_EXPECTED.
29842         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29843         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29844         EXTRA_VAR based on value of EXTRA_EXPECTED.
29845         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29846         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29847         EXTRA_VAR based on value of EXTRA_EXPECTED.
29848         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29849         * math/gen-libm-test.pl (parse_args): Don't output initializers
29850         for extra output values.
29852         * math/libm-test.inc (check_int): Expect result to be exactly
29853         equal to expected value and do not handle ulps.
29854         (check_long): Likewise.
29855         (check_longlong): Likewise.
29857         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29858         exceptions.
29859         (cimag_test_data): Likewise.
29860         (conj_test_data): Likewise.
29861         (copysign_test_data): Likewise.
29862         (cproj_test_data): Likewise.
29863         (creal_test_data): Likewise.
29864         (fabs_test_data): Likewise.
29865         (fdim_test_data): Likewise.
29866         (finite_test_data): Likewise.
29867         (floor_test_data): Likewise.
29868         (fmax_test_data): Likewise.
29869         (fmin_test_data): Likewise.
29870         (fmod_test_data): Likewise.
29871         (fpclassify_test_data): Likewise.
29872         (frexp_test_data): Likewise.
29873         (ilogb_test_data): Likewise.
29874         (isfinite_test_data): Likewise.
29875         (isgreater_test_data): Likewise.
29876         (isgreaterequal_test_data): Likewise.
29877         (isinf_test_data): Likewise.
29878         (isless_test_data): Likewise.
29879         (islessequal_test_data): Likewise.
29880         (islessgreater_test_data): Likewise.
29881         (isnan_test_data): Likewise.
29882         (isnormal_test_data): Likewise.
29883         (issignaling_test_data): Likewise.
29884         (isunordered_test_data): Likewise.
29885         (ldexp_test_data): Likewise.
29886         (lrint_test_data): Likewise.
29887         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29888         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29889         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29890         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29891         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29892         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29893         test input.
29894         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29895         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29896         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29897         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29898         that test input.
29899         (lrint_downward_test_data): Test for "inexact" exceptions.
29900         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29901         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29902         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29903         test input.
29904         (lrint_upward_test_data): Test for "inexact" exceptions.
29905         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29906         test input.
29907         (llrint_test_data): Test for "inexact" exceptions.
29908         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29909         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29910         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29911         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29912         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29913         (llrint_downward_test_data): Test for "inexact" exceptions.
29914         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29915         (llrint_upward_test_data): Test for "inexact" exceptions.
29916         (logb_test_data): Likewise.
29917         (logb_downward_test_data): Likewise.
29918         (nextafter_test_data): Likewise.
29919         (nexttoward_test_data): Likewise.
29920         (remainder_test_data): Likewise.
29921         (remquo_test_data): Likewise.
29922         (scalbn_test_data): Likewise.
29923         (scalbln_test_data): Likewise.
29924         (signbit_test_data): Likewise.
29925         (sqrt_test_data): Likewise.
29926         (significand_test_data): Likewise.
29928 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29930         [BZ #15424]
29931         * benchtests/bench-modf.c (struct args): Mark arg0 as
29932         volatile.
29933         * scripts/bench.pl: Mark members of struct args as volatile.
29935 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29937         [BZ # 15497]
29938         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29939         negative infinity on POWER6 or lower.
29940         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29942 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29944         [BZ #15442]
29945         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29946         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29947         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29948         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29949         (_FP_SETQNAN): New macro.
29950         (_FP_SETQNAN_SEMIRAW): Likewise.
29951         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29952         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29953         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29954         (FP_EXTEND): Use _FP_FRAC_SNANP.
29955         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29956         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29957         into account.
29958         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29959         New macro.
29960         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29961         Likewise.
29963 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29965         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29966         with DIVIDE_BY_ZERO_EXCEPTION.
29967         (gamma_test_data): Likewise.
29968         (lgamma_test_data): Likewise.
29969         (log_test_data): Likewise.
29970         (log10_test_data): Likewise.
29971         (log2_test_data): Likewise.
29972         (tgamma_test_data): Likewise.
29974         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29975         (acos_test_tonearest): Likewise.
29976         (acos_test_towardzero): Likewise.
29977         (acos_test_downward): Likewise.
29978         (acos_test_upward): Likewise.
29979         (acosh_test): Likewise.
29980         (asin_test): Likewise.
29981         (asin_test_tonearest): Likewise.
29982         (asin_test_towardzero): Likewise.
29983         (asin_test_downward): Likewise.
29984         (asin_test_upward): Likewise.
29985         (asinh_test): Likewise.
29986         (atan_test): Likewise.
29987         (atanh_test): Likewise.
29988         (atan2_test): Likewise.
29989         (cabs_test): Likewise.
29990         (cacos_test): Likewise.
29991         (cacosh_test): Likewise.
29992         (casin_test): Likewise.
29993         (casinh_test): Likewise.
29994         (catan_test): Likewise.
29995         (catanh_test): Likewise.
29996         (cbrt_test): Likewise.
29997         (ccos_test): Likewise.
29998         (ccosh_test): Likewise.
29999         (cexp_test): Likewise.
30000         (clog_test): Likewise.
30001         (clog10_test): Likewise.
30002         (cos_test): Likewise.
30003         (cos_test_tonearest): Likewise.
30004         (cos_test_towardzero): Likewise.
30005         (cos_test_downward): Likewise.
30006         (cos_test_upward): Likewise.
30007         (cosh_test): Likewise.
30008         (cosh_test_tonearest): Likewise.
30009         (cosh_test_towardzero): Likewise.
30010         (cosh_test_downward): Likewise.
30011         (cosh_test_upward): Likewise.
30012         (cpow_test): Likewise.
30013         (csin_test): Likewise.
30014         (csinh_test): Likewise.
30015         (csqrt_test): Likewise.
30016         (ctan_test): Likewise.
30017         (ctan_test_tonearest): Likewise.
30018         (ctan_test_towardzero): Likewise.
30019         (ctan_test_downward): Likewise.
30020         (ctan_test_upward): Likewise.
30021         (ctanh_test): Likewise.
30022         (ctanh_test_tonearest): Likewise.
30023         (ctanh_test_towardzero): Likewise.
30024         (ctanh_test_downward): Likewise.
30025         (ctanh_test_upward): Likewise.
30026         (erf_test): Likewise.
30027         (erfc_test): Likewise.
30028         (exp_test): Likewise.
30029         (exp_test_tonearest): Likewise.
30030         (exp_test_towardzero): Likewise.
30031         (exp_test_downward): Likewise.
30032         (exp_test_upward): Likewise.
30033         (exp10_test): Likewise.
30034         (exp2_test): Likewise.
30035         (expm1_test): Likewise.
30036         (fmod_test): Likewise.
30037         (gamma_test): Likewise.
30038         (hypot_test): Likewise.
30039         (j0_test): Likewise.
30040         (j1_test): Likewise.
30041         (jn_test): Likewise.
30042         (lgamma_test): Likewise.
30043         (log_test): Likewise.
30044         (log10_test): Likewise.
30045         (log1p_test): Likewise.
30046         (log2_test): Likewise.
30047         (logb_test_downward): Likewise.
30048         (pow_test): Likewise.
30049         (pow_test_tonearest): Likewise.
30050         (pow_test_towardzero): Likewise.
30051         (pow_test_downward): Likewise.
30052         (pow_test_upward): Likewise.
30053         (remainder_test): Likewise.
30054         (remquo_test): Likewise.
30055         (sin_test): Likewise.
30056         (sin_test_tonearest): Likewise.
30057         (sin_test_towardzero): Likewise.
30058         (sin_test_downward): Likewise.
30059         (sin_test_upward): Likewise.
30060         (sincos_test): Likewise.
30061         (sinh_test): Likewise.
30062         (sinh_test_tonearest): Likewise.
30063         (sinh_test_towardzero): Likewise.
30064         (sinh_test_downward): Likewise.
30065         (sinh_test_upward): Likewise.
30066         (sqrt_test): Likewise.
30067         (tan_test): Likewise.
30068         (tan_test_tonearest): Likewise.
30069         (tan_test_towardzero): Likewise.
30070         (tan_test_downward): Likewise.
30071         (tan_test_upward): Likewise.
30072         (tanh_test): Likewise.
30073         (tgamma_test): Likewise.
30074         (y0_test): Likewise.
30075         (y1_test): Likewise.
30076         (yn_test): Likewise.
30078         * math/gen-libm-test.pl (adjust_arg): Remove function.
30079         (special_function): Remove argument $in_func.  Only handle
30080         generating output for tables of tests, not inside functions.
30081         (parse_args): Likewise.
30082         (generate_testfile): Remove variable $in_func.  Update call to
30083         parse_args.
30084         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
30085         (MINUS_ZERO_INIT): Rename macro to minus_zero.
30086         (PLUS_INFTY_INIT): Rename macro to plus_infty.
30087         (MINUS_INFTY_INIT): Rename macro to minus_infty.
30088         (QNAN_VALUE_INIT): Rename macro to qnan_value.
30089         (MAX_VALUE_INIT): Rename macro to max_value.
30090         (MIN_VALUE_INIT): Rename macro to min_value.
30091         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
30092         (plus_zero): Remove variable.
30093         (minus_zero): Likewise.
30094         (plus_infty): Likewise.
30095         (minus_infty): Likewise.
30096         (qnan_value): Likewise.
30097         (max_value): Likewise.
30098         (min_value): Likewise.
30099         (min_subnorm_value): Likewise.
30101 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30103         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
30104         uint64_t or uint32_t usage.
30105         * crypt/sha256-block.c: Likewise.
30106         * crypt/sha256-crypt.c: Likewise.
30107         * crypt/sha256.c: Likewise.
30108         * crypt/sha512-block.c: Likewise.
30109         * crypt/sha512-crypt.c: Likewise.
30110         * crypt/sha512.c: Likewise.
30111         * debug/backtrace-tst.c: Likewise.
30112         * debug/pcprofiledump.c: Likewise.
30113         * elf/cache.c: Likewise.
30114         * elf/dl-cache.c: Likewise.
30115         * elf/dl-misc.c: Likewise.
30116         * elf/dl-profile.c: Likewise.
30117         * elf/dl-support.c: Likewise.
30118         * elf/ldconfig.c: Likewise.
30119         * elf/sprof.c: Likewise.
30120         * iconv/dummy-repertoire.c: Likewise.
30121         * iconv/iconv_charmap.c: Likewise.
30122         * iconv/skeleton.c: Likewise.
30123         * iconvdata/8bit-generic.c: Likewise.
30124         * iconvdata/cp737.h: Likewise.
30125         * iconvdata/cp775.h: Likewise.
30126         * iconvdata/ibm1008.h: Likewise.
30127         * iconvdata/ibm1025.h: Likewise.
30128         * iconvdata/ibm1046.h: Likewise.
30129         * iconvdata/ibm1097.h: Likewise.
30130         * iconvdata/ibm1112.h: Likewise.
30131         * iconvdata/ibm1122.h: Likewise.
30132         * iconvdata/ibm1123.h: Likewise.
30133         * iconvdata/ibm1124.h: Likewise.
30134         * iconvdata/ibm1129.h: Likewise.
30135         * iconvdata/ibm1130.h: Likewise.
30136         * iconvdata/ibm1132.h: Likewise.
30137         * iconvdata/ibm1133.h: Likewise.
30138         * iconvdata/ibm1137.h: Likewise.
30139         * iconvdata/ibm1140.h: Likewise.
30140         * iconvdata/ibm1141.h: Likewise.
30141         * iconvdata/ibm1142.h: Likewise.
30142         * iconvdata/ibm1143.h: Likewise.
30143         * iconvdata/ibm1144.h: Likewise.
30144         * iconvdata/ibm1145.h: Likewise.
30145         * iconvdata/ibm1146.h: Likewise.
30146         * iconvdata/ibm1147.h: Likewise.
30147         * iconvdata/ibm1148.h: Likewise.
30148         * iconvdata/ibm1149.h: Likewise.
30149         * iconvdata/ibm1153.h: Likewise.
30150         * iconvdata/ibm1154.h: Likewise.
30151         * iconvdata/ibm1155.h: Likewise.
30152         * iconvdata/ibm1156.h: Likewise.
30153         * iconvdata/ibm1157.h: Likewise.
30154         * iconvdata/ibm1158.h: Likewise.
30155         * iconvdata/ibm1160.h: Likewise.
30156         * iconvdata/ibm1161.h: Likewise.
30157         * iconvdata/ibm1162.h: Likewise.
30158         * iconvdata/ibm1163.h: Likewise.
30159         * iconvdata/ibm1164.h: Likewise.
30160         * iconvdata/ibm1166.h: Likewise.
30161         * iconvdata/ibm1167.h: Likewise.
30162         * iconvdata/ibm12712.h: Likewise.
30163         * iconvdata/ibm1390.h: Likewise.
30164         * iconvdata/ibm1399.h: Likewise.
30165         * iconvdata/ibm16804.h: Likewise.
30166         * iconvdata/ibm4517.h: Likewise.
30167         * iconvdata/ibm4899.h: Likewise.
30168         * iconvdata/ibm4909.h: Likewise.
30169         * iconvdata/ibm4971.h: Likewise.
30170         * iconvdata/ibm5347.h: Likewise.
30171         * iconvdata/ibm803.h: Likewise.
30172         * iconvdata/ibm856.h: Likewise.
30173         * iconvdata/ibm901.h: Likewise.
30174         * iconvdata/ibm902.h: Likewise.
30175         * iconvdata/ibm9030.h: Likewise.
30176         * iconvdata/ibm9066.h: Likewise.
30177         * iconvdata/ibm921.h: Likewise.
30178         * iconvdata/ibm922.h: Likewise.
30179         * iconvdata/ibm9448.h: Likewise.
30180         * iconvdata/isiri-3342.h: Likewise.
30181         * iconvdata/jis0201.h: Likewise.
30182         * include/link.h: Likewise.
30183         * include/netdb.h: Likewise.
30184         * inet/check_native.c: Likewise.
30185         * inet/check_pf.c: Likewise.
30186         * inet/getipv4sourcefilter.c: Likewise.
30187         * inet/getnameinfo.c: Likewise.
30188         * inet/getsourcefilter.c: Likewise.
30189         * inet/htonl.c: Likewise.
30190         * inet/setipv4sourcefilter.c: Likewise.
30191         * inet/setsourcefilter.c: Likewise.
30192         * inet/test-inet6_opt.c: Likewise.
30193         * inet/tst-network.c: Likewise.
30194         * locale/C-collate.c: Likewise.
30195         * locale/C-ctype.c: Likewise.
30196         * locale/C-time.c: Likewise.
30197         * locale/C-translit.h: Likewise.
30198         * locale/loadarchive.c: Likewise.
30199         * locale/programs/3level.h: Likewise.
30200         * locale/programs/charmap.c: Likewise.
30201         * locale/programs/charmap.h: Likewise.
30202         * locale/programs/ld-address.c: Likewise.
30203         * locale/programs/ld-collate.c: Likewise.
30204         * locale/programs/ld-ctype.c: Likewise.
30205         * locale/programs/ld-identification.c: Likewise.
30206         * locale/programs/ld-measurement.c: Likewise.
30207         * locale/programs/ld-messages.c: Likewise.
30208         * locale/programs/ld-monetary.c: Likewise.
30209         * locale/programs/ld-name.c: Likewise.
30210         * locale/programs/ld-numeric.c: Likewise.
30211         * locale/programs/ld-paper.c: Likewise.
30212         * locale/programs/ld-telephone.c: Likewise.
30213         * locale/programs/ld-time.c: Likewise.
30214         * locale/programs/linereader.c: Likewise.
30215         * locale/programs/locale.c: Likewise.
30216         * locale/programs/locarchive.c: Likewise.
30217         * locale/programs/locfile.h: Likewise.
30218         * locale/programs/repertoire.c: Likewise.
30219         * locale/programs/simple-hash.c: Likewise.
30220         * locale/programs/simple-hash.h: Likewise.
30221         * malloc/memusage.c: Likewise.
30222         * malloc/memusagestat.c: Likewise.
30223         * nis/nis_defaults.c: Likewise.
30224         * nis/nis_hash.c: Likewise.
30225         * nis/nis_print.c: Likewise.
30226         * nis/nis_xdr.c: Likewise.
30227         * nscd/connections.c: Likewise.
30228         * nscd/hstcache.c: Likewise.
30229         * nscd/nscd_gethst_r.c: Likewise.
30230         * nscd/nscd_getserv_r.c: Likewise.
30231         * nscd/nscd_helper.c: Likewise.
30232         * nscd/servicescache.c: Likewise.
30233         * nss/makedb.c: Likewise.
30234         * nss/nss_db/db-XXX.c: Likewise.
30235         * nss/nss_db/db-initgroups.c: Likewise.
30236         * nss/nss_db/db-netgrp.c: Likewise.
30237         * nss/nss_files/files-network.c: Likewise.
30238         * nss/nss_files/files-parse.c: Likewise.
30239         * posix/bug-regex5.c: Likewise.
30240         * posix/fnmatch_loop.c: Likewise.
30241         * posix/regcomp.c: Likewise.
30242         * posix/regexec.c: Likewise.
30243         * posix/tst-rfc3484-2.c: Likewise.
30244         * posix/tst-rfc3484-3.c: Likewise.
30245         * posix/tst-rfc3484.c: Likewise.
30246         * resolv/nss_dns/dns-canon.c: Likewise.
30247         * resolv/nss_dns/dns-network.c: Likewise.
30248         * resolv/res_init.c: Likewise.
30249         * resolv/res_mkquery.c: Likewise.
30250         * resolv/tst-aton.c: Likewise.
30251         * stdlib/cxa_atexit.c: Likewise.
30252         * stdlib/cxa_finalize.c: Likewise.
30253         * stdlib/gen-fpioconst.c: Likewise.
30254         * stdlib/strtol_l.c: Likewise.
30255         * string/tst-endian.c: Likewise.
30256         * sunrpc/auth_des.c: Likewise.
30257         * sunrpc/clnt_udp.c: Likewise.
30258         * sunrpc/rtime.c: Likewise.
30259         * sunrpc/svcauth_des.c: Likewise.
30260         * sunrpc/xdr.c: Likewise.
30261         * sunrpc/xdr_intXX_t.c: Likewise.
30262         * sunrpc/xdr_rec.c: Likewise.
30263         * sysdeps/generic/ldconfig.h: Likewise.
30264         * sysdeps/generic/ldsodefs.h: Likewise.
30265         * sysdeps/generic/memusage.h: Likewise.
30266         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
30267         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
30268         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
30269         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
30270         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
30271         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
30272         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
30273         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
30274         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
30275         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30276         * sysdeps/posix/getaddrinfo.c: Likewise.
30277         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30278         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30279         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30280         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30281         * sysdeps/powerpc/test-gettimebase.c: Likewise.
30282         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
30283         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
30284         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
30285         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
30286         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
30287         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
30288         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
30289         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
30290         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
30291         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
30292         * sysdeps/x86_64/dl-tls.h: Likewise.
30293         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
30294         * time/alt_digit.c: Likewise.
30295         * time/era.c: Likewise.
30296         * wcsmbs/tst-c16c32-1.c: Likewise.
30298 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30300         * math/libm-test.inc (struct test_sincos_data): New type.
30301         (RUN_TEST_LOOP_sincos): New macro.
30302         (sincos_test_data): New variable.
30303         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
30305 2013-05-16  Richard Henderson  <rth@redhat.com>
30307         * math/atest-exp2.c (LIMB64): New macro.
30308         (CONSTSZ): New macro.
30309         (mp_exp1, mp_exp_m1, mp_log2): New variables.
30310         (hexdig): Move ...
30311         (print_mpn_fp): ... to function scope.
30312         (read_mpn_hex): Remove.
30313         (get_log2): Remove.
30314         (exp2_mpn): Use mp_log2.
30315         (main): Use mp_exp1.
30317 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
30319         * math/libm-test.inc: Remove comment about not testing "inexact"
30320         exceptions.
30321         (INEXACT_EXCEPTION): New macro.
30322         (NO_INEXACT_EXCEPTION): Likewise.
30323         (INVALID_EXCEPTION_OK): Update value.
30324         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
30325         (OVERFLOW_EXCEPTION_OK): Likewise.
30326         (UNDERFLOW_EXCEPTION_OK): Likewise.
30327         (IGNORE_ZERO_INF_SIGN): Likewise.
30328         (ERRNO_UNCHANGED): Likewise.
30329         (ERRNO_EDOM): Likewise.
30330         (ERRNO_ERANGE): Likewise.
30331         (test_exceptions): Handle testing "inexact" exceptions.
30332         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
30333         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
30334         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
30335         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
30336         INEXACT_EXCEPTION.
30337         (rint_towardzero_test_data): Likewise.
30338         (rint_downward_test_data): Likewise.
30339         (rint_upward_test_data): Likewise.
30341         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
30342         with OVERFLOW_EXCEPTION.
30343         (exp10_test_data): Likewise.
30344         (exp2_test_data): Likewise.
30345         (expm1_test_data): Likewise.
30346         (lgamma_test_data): Likewise.
30347         (pow_test_data): Likewise.
30348         (tgamma_test_data): Likewise.
30349         (yn_test_data): Remove duplicate test of overflow.
30351         * math/libm-test.inc (struct test_cc_c_data): New type.
30352         (RUN_TEST_LOOP_cc_c): New macro.
30353         (cpow_test_data): New variable.
30354         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
30356         * math/libm-test.inc (struct test_f_L_data): New type.
30357         (RUN_TEST_LOOP_f_L): New macro.
30358         (llrint_test_data): New variable.
30359         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
30360         (llrint_tonearest_test_data): New variable.
30361         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
30362         (llrint_towardzero_test_data): New variable.
30363         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
30364         (llrint_downward_test_data): New variable.
30365         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
30366         (llrint_upward_test_data): New variable.
30367         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
30368         (llround_test_data): New variable.
30369         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
30371 2013-05-13  Peter Collingbourne  <pcc@google.com>
30373         * math/atest-exp2.c (get_log2): Remove const attribute.
30375 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30377         * math/libm-test.inc (struct test_f_l_data): New type.
30378         (RUN_TEST_LOOP_f_l): New macro.
30379         (lrint_test_data): New variable.
30380         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
30381         (lrint_tonearest_test_data): New variable.
30382         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
30383         (lrint_towardzero_test_data): New variable.
30384         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
30385         (lrint_downward_test_data): New variable.
30386         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
30387         (lrint_upward_test_data): New variable.
30388         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
30389         (lround_test_data): New variable.
30390         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
30392 2013-05-15  Peter Collingbourne  <pcc@google.com>
30394         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
30395         (EXTRACT_WORDS64) Use where appropriate.
30396         (INSERT_WORDS64) Likewise.
30398         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
30399         constraints with x constraints.
30400         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
30402         * malloc/obstack.c (_obstack_compat): Add initializer.
30404 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
30406         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
30407         si_trapno and add si_addr_lsb to _sifields.sigfault.
30408         (si_trapno): Remove macro.
30409         (si_addr_lsb): Define new macro.
30410         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
30412 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
30414         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
30415         instead of TEST_f_l.
30416         (llrint_test_tonearest): Likewise.
30417         (llrint_test_towardzero): Likewise.
30418         (llrint_test_downward): Likewise.
30419         (llrint_test_upward): Likewise.
30420         (llround_test): Likewise.
30422         * math/libm-test.inc (struct test_f_i_data): Add comment.
30423         (RUN_TEST_LOOP_f_b): New macro.
30424         (RUN_TEST_LOOP_f_b_tg): Likewise.
30425         (finite_test_data): New variable.
30426         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
30427         (isfinite_test_data): New variable.
30428         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30429         (isinf_test_data): New variable.
30430         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30431         (isnan_test_data): New variable.
30432         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30433         (isnormal_test_data): New variable.
30434         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30435         (issignaling_test_data): New variable.
30436         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30437         (signbit_test_data): New variable.
30438         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
30440         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
30441         with INVALID_EXCEPTION.
30442         (acosh_test_data): Likewise.
30443         (asin_test_data): Likewise.
30444         (atanh_test_data): Likewise.
30445         (fmod_test_data): Likewise.
30446         (log_test_data): Likewise.
30447         (log10_test_data): Likewise.
30448         (log2_test_data): Likewise.
30449         (pow_test_data): Likewise.
30450         (sqrt_test_data): Likewise.
30451         (y0_test_data): Likewise.
30452         (y1_test_data): Likewise.
30453         (yn_test_data): Likewise.
30455         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
30456         function contents.
30458         * math/libm-test.inc (struct test_ff_i_data): New type.
30459         (RUN_TEST_LOOP_ff_i_tg): New macro.
30460         (isgreater_test_data): New variable.
30461         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30462         (isgreaterequal_test_data): New variable.
30463         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30464         (isless_test_data): New variable.
30465         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30466         (islessequal_test_data): New variable.
30467         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30468         (islessgreater_test_data): New variable.
30469         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30470         (isunordered_test_data): New variable.
30471         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
30473 2013-05-14  David S. Miller  <davem@davemloft.net>
30475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30477 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
30479         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
30481         * math/libm-test.inc (struct test_fF_f1_data): Change type of
30482         extra_test to int.
30483         (struct test_f_i_data): Change type of max_ulp to int.
30485         * math/libm-test.inc (test_ffI_f1_data): New type.
30486         (RUN_TEST_LOOP_ffI_f1): New macro.
30487         (remquo_test_data): New variable.
30488         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
30490         * setjmp/tst-setjmp-fp.c: New file.
30491         * setjmp/Makefile (tests): Add tst-setjmp-fp.
30492         (link-libm): New variable.
30493         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
30495         * math/libm-test.inc (struct test_f_i_data): New type.
30496         (RUN_TEST_LOOP_f_i): New macro.
30497         (RUN_TEST_LOOP_f_i_tg): Likewise.
30498         (fpclassify_test_data): New variable.
30499         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
30500         (ilogb_test_data): New variable.
30501         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
30503         * math/libm-test.inc (scalbln_test): Correct function name in END
30504         call.
30506         * math/libm-test.inc (struct test_f_f1_data): Add comment.
30507         (RUN_TEST_LOOP_fI_f1): New macro.
30508         (frexp_test_data): New variable.
30509         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
30511         * math/libm-test.inc (struct test_fF_f1_data): New type.
30512         (RUN_TEST_LOOP_fF_f1): New macro.
30513         (modf_test_data): New variable.
30514         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
30516         * math/libm-test.inc (struct test_f_f1_data): New type.
30517         (RUN_TEST_LOOP_f_f1): New macro.
30518         (gamma_test_data): New variable.
30519         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30520         (lgamma_test_data): New variable.
30521         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
30523 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
30525         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
30526         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
30527         (main): Comment "tls" pseudo-hwcap.
30529 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
30531         * math/libm-test.inc (struct test_fl_f_data): New type.
30532         (RUN_TEST_LOOP_fl_f): New variable.
30533         (scalbln_test_data): New variable.
30534         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
30536         * math/libm-test.inc (struct test_fi_f_data): New type.
30537         (RUN_TEST_LOOP_fi_f): New macro.
30538         (ldexp_test_data): New variable.
30539         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
30540         (scalbn_test_data): New variable.
30541         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
30543         * math/libm-test.inc (struct test_c_f_data): New type.
30544         (RUN_TEST_LOOP_c_f): New macro.
30545         (cabs_test_data): New variable.
30546         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
30547         (carg_test_data): New variable.
30548         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
30549         (cimag_test_data): New variable.
30550         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
30551         (creal_test_data): New variable.
30552         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
30554         * math/libm-test.inc (struct test_if_f_data): New type.
30555         (RUN_TEST_LOOP_if_f): New macro.
30556         (jn_test_data): New variable.
30557         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
30558         (yn_test_data): New variable.
30559         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
30561         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
30563 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30565         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
30566         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
30568 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30570         * benchtests/Makefile (CPPFLAGS-nonlib): Add
30571         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
30572         (bench-deps): Add bench-timing.h.
30573         * benchtests-bench-skeleton.c: Include bench-timing.h.
30574         (main): Use TIMING_* macros instead of clock_gettime.
30575         * benchtests/bench-timing.h: New file.
30577         [BZ #14582]
30578         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
30579         Renamed from _LIB_VERSION.
30580         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
30582 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
30584         * math/libm-test.inc (struct test_fff_f_data): New type.
30585         (RUN_TEST_LOOP_fff_f): New macro.
30586         (fma_test_data): New variable.
30587         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
30588         (fma_towardzero_test_data): New variable.
30589         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
30590         (fma_downward_test_data): New variable.
30591         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
30592         (fma_upward_test_data): New variable.
30593         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
30595         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
30596         (struct test_c_c_data): New type.
30597         (RUN_TEST_LOOP_c_c): New macro.
30598         (cacos_test_data): New variable.
30599         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
30600         (cacosh_test_data): New variable.
30601         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
30602         (casin_test_data): New variable.
30603         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
30604         (casinh_test_data): New variable.
30605         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
30606         (catan_test_data): New variable.
30607         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
30608         (catanh_test_data): New variable.
30609         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
30610         (ccos_test_data): New variable.
30611         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
30612         (ccosh_test_data): New variable.
30613         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
30614         (cexp_test_data): New variable.
30615         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
30616         (clog_test_data): New variable.
30617         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
30618         (clog10_test_data): New variable.
30619         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
30620         (conj_test_data): New variable.
30621         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
30622         (cproj_test_data): New variable.
30623         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
30624         (csin_test_data): New variable.
30625         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
30626         (csinh_test_data): New variable.
30627         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
30628         (csqrt_test_data): New variable.
30629         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
30630         (ctan_test_data): New variable.
30631         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
30632         (ctan_tonearest_test_data): New variable.
30633         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30634         (ctan_towardzero_test_data): New variable.
30635         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30636         (ctan_downward_test_data): New variable.
30637         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30638         (ctan_upward_test_data): New variable.
30639         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30640         (ctanh_test_data): New variable.
30641         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
30642         (ctanh_tonearest_test_data): New variable.
30643         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
30644         (ctanh_towardzero_test_data): New variable.
30645         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
30646         (ctanh_downward_test_data): New variable.
30647         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
30648         (ctanh_upward_test_data): New variable.
30649         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
30650         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
30651         of BUILD_COMPLEX.
30653         * math/libm-test.inc (struct test_ff_f_data): New type.
30654         (struct test_ff_f_data_nexttoward): Likewise.
30655         (RUN_TEST_LOOP_2_f): New macro.
30656         (RUN_TEST_LOOP_ff_f): Likewise.
30657         (atan2_test_data): New variable.
30658         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
30659         (copysign_test_data): New variable.
30660         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
30661         (fdim_test_data): New variable.
30662         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
30663         (fmax_test_data): New variable.
30664         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
30665         (fmin_test_data): New variable.
30666         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
30667         (fmod_test_data): New variable.
30668         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
30669         (hypot_test_data): New variable.
30670         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
30671         (nextafter_test_data): New variable.
30672         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
30673         (nexttoward_test_data): New variable.
30674         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
30675         (pow_test_data): New variable.
30676         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
30677         (pow_tonearest_test_data): New variable.
30678         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
30679         (pow_towardzero_test_data): New variable.
30680         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
30681         (pow_downward_test_data): New variable.
30682         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
30683         (pow_upward_test_data): New variable.
30684         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
30685         (remainder_test_data): New variable.
30686         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
30687         (scalb_test_data): New variable.
30688         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
30689         * sysdeps/i386/fpu/libm-test-ulps: Update.
30691 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
30693         * math/libm-test.inc (fma_test): Use max_value instead of local
30694         variable fltmax.
30695         (nextafter_test): Likewise.
30697         * math/libm-test.inc (acos_towardzero_test_data): New variable.
30698         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30699         (acos_downward_test_data): New variable.
30700         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30701         (acos_upward_test_data): New variable.
30702         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30703         (acosh_test_data): New variable.
30704         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
30705         (asin_test_data): New variable.
30706         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30707         (asin_tonearest_test_data): New variable.
30708         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30709         (asin_towardzero_test_data): New variable.
30710         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30711         (asin_downward_test_data): New variable.
30712         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30713         (asin_upward_test_data): New variable.
30714         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30715         (asinh_test_data): New variable.
30716         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30717         (atan_test_data): New variable.
30718         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30719         (atanh_test_data): New variable.
30720         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30721         (cbrt_test_data): New variable.
30722         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30723         (ceil_test_data): New variable.
30724         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30725         (cos_test_data): New variable.
30726         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30727         (cos_tonearest_test_data): New variable.
30728         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30729         (cos_towardzero_test_data): New variable.
30730         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30731         (cos_downward_test_data): New variable.
30732         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30733         (cos_upward_test_data): New variable.
30734         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30735         (cosh_test_data): New variable.
30736         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30737         (cosh_tonearest_test_data): New variable.
30738         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30739         (cosh_towardzero_test_data): New variable.
30740         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30741         (cosh_downward_test_data): New variable.
30742         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30743         (cosh_upward_test_data): New variable.
30744         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30745         (erf_test_data): New variable.
30746         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30747         (erfc_test_data): New variable.
30748         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30749         (exp_test_data): New variable.
30750         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30751         (exp_tonearest_test_data): New variable.
30752         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30753         (exp_towardzero_test_data): New variable.
30754         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30755         (exp_downward_test_data): New variable.
30756         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30757         (exp_upward_test_data): New variable.
30758         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30759         (exp10_test_data): New variable.
30760         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30761         (exp2_test_data): New variable.
30762         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30763         (expm1_test_data): New variable.
30764         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30765         (fabs_test_data): New variable.
30766         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30767         (floor_test_data): New variable.
30768         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30769         (j0_test_data): New variable.
30770         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30771         (j1_test_data): New variable.
30772         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30773         (log_test_data): New variable.
30774         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30775         (log10_test_data): New variable.
30776         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30777         (log1p_test_data): New variable.
30778         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30779         (log2_test_data): New variable.
30780         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30781         (logb_test_data): New variable.
30782         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30783         (logb_downward_test_data): New variable.
30784         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30785         (nearbyint_test_data): New variable.
30786         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30787         (rint_test_data): New variable.
30788         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30789         (rint_tonearest_test_data): New variable.
30790         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30791         (rint_towardzero_test_data): New variable.
30792         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30793         (rint_downward_test_data): New variable.
30794         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30795         (rint_upward_test_data): New variable.
30796         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30797         (round_test_data): New variable.
30798         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30799         (sin_test_data): New variable.
30800         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30801         (sin_tonearest_test_data): New variable.
30802         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30803         (sin_towardzero_test_data): New variable.
30804         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30805         (sin_downward_test_data): New variable.
30806         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30807         (sin_upward_test_data): New variable.
30808         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30809         (sinh_test_data): New variable.
30810         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30811         (sinh_tonearest_test_data): New variable.
30812         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30813         (sinh_towardzero_test_data): New variable.
30814         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30815         (sinh_downward_test_data): New variable.
30816         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30817         (sinh_upward_test_data): New variable.
30818         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30819         (sqrt_test_data): New variable.
30820         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30821         (tan_test_data): New variable.
30822         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30823         (tan_tonearest_test_data): New variable.
30824         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30825         (tan_towardzero_test_data): New variable.
30826         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30827         (tan_downward_test_data): New variable.
30828         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30829         (tan_upward_test_data): New variable.
30830         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30831         (tanh_test_data): New variable.
30832         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30833         (tgamma_test_data): New variable.
30834         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30835         (trunc_test_data): New variable.
30836         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30837         (y0_test_data): New variable.
30838         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30839         (y1_test_data): New variable.
30840         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30841         (significand_test_data): New variable.
30842         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30844 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30846         [BZ #12387]
30847         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30849 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30851         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30853 2013-05-10  Andreas Jaeger  <aj@suse.de>
30855         [BZ #15448]
30856         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30857         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30859 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30861         * math/gen-libm-test.pl (adjust_arg): New function.
30862         (special_functions): Handle generating output in both functions
30863         and arrays.
30864         (parse_args): Likewise.
30865         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30866         $in_func argument to parse_args.
30867         * math/libm-test.inc (struct test_f_f_data): New type.
30868         (IF_ROUND_INIT_): New macro.
30869         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30870         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30871         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30872         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30873         (ROUND_RESTORE_): Likewise.
30874         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30875         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30876         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30877         (ROUND_RESTORE_FE_UPWARD): Likewise.
30878         (RUN_TEST_LOOP_f_f): New macro.
30879         (acos_test_data): New variable.
30880         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30881         (acos_tonearest_test_data): New variable.
30882         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30884 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30886         * benchtests/bench-skeleton.c (startup): Fix coding style.
30888 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30890         [BZ #6809]
30891         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30892         negative infinity argument.
30893         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30894         negative infinity argument.
30895         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30896         negative infinity argument.
30897         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30898         domain errors.
30900 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30902         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30903         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30904         * iconv/iconv_prog.c (main): Likewise.
30905         * locale/programs/charmap-dir.c (charmap_readdir)
30906         (fopen_uncompressed): Likewise.
30907         * locale/programs/locfile.c (siblings_uncached)
30908         (write_locale_data): Use lstat64 instead of lstat.
30909         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30910         stat.
30912 2013-05-10  Andreas Jaeger  <aj@suse.de>
30914         [BZ #15395]
30915         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30916         localization.
30917         Include <locale.h>.
30919 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30921         * elf/dl-close.c (_dl_close_worker): Add comments.
30923 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30925         [BZ #15359]
30926         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30927         high part of pi/2.
30928         (__ieee754_rem_pio2l): Update comments.
30930         [BZ #15429]
30931         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30932         high part of pi/2.
30933         (__ieee754_rem_pio2l): Update comments.
30935         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30936         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30938         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30939         M_PI_4l.
30941         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30942         (M_PI_34_LOG10El): Likewise.
30943         (M_PI2_LOG10El): Likewise.
30944         (M_PI4_LOG10El): Likewise.
30945         (M_PI_LOG10El): Likewise.
30947 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30951 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30953         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30954         (MINUS_ZERO_INIT): Likewise.
30955         (PLUS_INFTY_INIT): Likewise.
30956         (MINUS_INFTY_INIT): Likewise.
30957         (QNAN_VALUE_INIT): Likewise.
30958         (MAX_VALUE_INIT): Likewise.
30959         (MIN_VALUE_INIT): Likewise.
30960         (MIN_SUBNORM_VALUE_INIT): Likewise.
30961         (plus_zero): Initialize with PLUS_ZERO_INIT.
30962         (minus_zero): Initialize with MINUS_ZERO_INIT.
30963         (plus_infty): Initialize with PLUS_INFTY_INIT.
30964         (minus_infty): Initialize with MINUS_INFTY_INIT.
30965         (qnan_value): Initialize with QNAN_VALUE_INIT.
30966         (max_value): Initialize with MAX_VALUE_INIT.
30967         (min_value): Initialize with MIN_VALUE_INIT.
30968         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30970         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30971         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30972         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30973         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30975         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30976         (RUN_TEST_2_f): Likewise.
30977         (RUN_TEST_ff_f): Likewise.
30978         (RUN_TEST_fi_f): Likewise.
30979         (RUN_TEST_fl_f): Likewise.
30980         (RUN_TEST_fff_f): Likewise.
30981         (RUN_TEST_c_f): Likewise.
30982         (RUN_TEST_f_f1): Likewise.
30983         (RUN_TEST_fF_f1): Likewise.
30984         (RUN_TEST_fI_f1): Likewise.
30985         (RUN_TEST_ffI_f1): Likewise.
30986         (RUN_TEST_c_c): Likewise.
30987         (RUN_TEST_cc_c): Likewise.
30988         (RUN_TEST_f_i): Likewise.
30989         (RUN_TEST_f_i_tg): Likewise.
30990         (RUN_TEST_ff_i_tg): Likewise.
30991         (RUN_TEST_f_b): Likewise.
30992         (RUN_TEST_f_b_tg): Likewise.
30993         (RUN_TEST_f_l): Likewise.
30994         (RUN_TEST_f_L): Likewise.
30995         (RUN_TEST_sincos): Likewise.
30996         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30997         whether to show exceptions.  Do not include ");\n" in return
30998         value.
30999         (special_functions): Output call to RUN_TEST_sincos instead of
31000         check_float calls.  Update calls to new_test.
31001         (parse_args): Output call to single RUN_TEST_* macro instead of
31002         check_* calls and other assignments.  Update calls to new_test.
31004         [BZ #2546]
31005         [BZ #2560]
31006         [BZ #5159]
31007         [BZ #15426]
31008         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
31009         input to result for tgamma overflow.
31010         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
31011         (gamma_coeff): New variable.
31012         (NCOEFF): New macro.
31013         (gamma_positive): New function.
31014         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
31015         underflow here.  Use gamma_positive instead of exp (lgamma) for
31016         other arguments.
31017         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
31018         (gamma_coeff): New variable.
31019         (NCOEFF): New macro.
31020         (gammaf_positive): New function.
31021         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
31022         underflow here.  Use gamma_positive instead of exp (lgamma) for
31023         other arguments.
31024         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
31025         (gamma_coeff): New variable.
31026         (NCOEFF): New macro.
31027         (gammal_positive): New function.
31028         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
31029         underflow here.  Use gamma_positive instead of exp (lgamma) for
31030         other arguments.
31031         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
31032         (gamma_coeff): New variable.
31033         (NCOEFF): New macro.
31034         (gammal_positive): New function.
31035         (__ieee754_gammal_r): Handle positive infinity, overflow and
31036         underflow here.  Handle NaN the same as positive infinity.  Remove
31037         check x < 0xffffffff for negative integers.  Use gamma_positive
31038         instead of exp (lgamma) for other arguments.
31039         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
31040         (gamma_coeff): New variable.
31041         (NCOEFF): New macro.
31042         (gammal_positive): New function.
31043         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
31044         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
31045         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
31046         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
31047         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
31048         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
31049         * sysdeps/generic/math_private.h (__gamma_productf): New
31050         prototype.
31051         (__gamma_product): Likewise.
31052         (__gamma_productl): Likewise.
31053         * math/Makefile (libm-calls): Add gamma_product.
31054         * math/libm-test.inc (tgamma_test): Add more tests.
31055         * sysdeps/i386/fpu/libm-test-ulps: Update.
31056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31058 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
31060         * benchtests/bench-skeleton.c (main): Preheat CPU.
31062 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
31064         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
31066 2013-05-07  Roland McGrath  <roland@hack.frob.com>
31068         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
31069         and _dl_skip_args_internal.
31071 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
31073         * manual/message.texi (Message Translation): Talk about users.
31074         Message to key mapping impacts design.
31076 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31078         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
31080         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
31082         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
31083         * sysdeps/wordsize-64/glob64.c: ... here.
31085         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
31086         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
31087         New macros.
31089         * debug/getlogin_r_chk.c: Moved to ...
31090         * login/getlogin_r_chk.c: ... here.
31091         * debug/Makefile (routines): Move getlogin_r_chk to ...
31092         * login/Makefile (routines): ... here.
31093         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
31094         * login/Versions (libc: GLIBC_2.4): ... here.
31096         * io/poll.c (__poll): Renamed from poll.
31097         Add libc_hidden_def.
31098         (poll): Define as weak alias.
31100         * debug/ptsname_r_chk.c: Moved to ...
31101         * login/ptsname_r_chk.c: ... here.
31102         * debug/Makefile (routines): Move ptsname_r_chk to ...
31103         * login/Makefile (routines): ... here.
31104         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
31105         * login/Versions (libc: GLIBC_2.4): ... here.
31107         * posix/getlogin.c: Moved to ...
31108         * login/getlogin.c: ... here.
31109         * posix/getlogin_r.c: Moved to ...
31110         * login/getlogin_r.c: ... here.
31111         * posix/getlogin_r.c: Moved to ...
31112         * login/getlogin_r.c: ... here.
31113         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
31114         * login/Makefile (routines): ... here.
31115         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
31116         * login/Versions (libc: GLIBC_2.0): ... here.
31118         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
31119         (setrlimit): Define as weak alias.
31121         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
31122         Call __ names for open, ftruncate, and close.
31123         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
31124         (truncate): Define as weak alias.
31126 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
31128         * math/gen-libm-test.pl (parse_args): Initialize x before each
31129         test of frexp, modf and remquo.
31131         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
31132         test signgam value.
31134 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31136         [BZ #15418]
31137         [BZ #15419]
31138         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
31139         internal tests.
31140         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
31142 2013-05-06  Roland McGrath  <roland@hack.frob.com>
31144         * elf/dl-writev.h: New file.
31145         * elf/dl-misc.c: Include it.
31146         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
31147         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
31149 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
31151         * math/libm-test.inc (noXFails): Remove variable.
31152         (noXPasses): Likewise.
31153         (BUILD_COMPLEX_INT): Remove macro.
31154         (print_screen): Remove xfail argument.
31155         (print_screen_max_error): Likewise.
31156         (update_stats): Likewise.
31157         (print_max_error): Likewise.  Update calls to other affected
31158         functions.
31159         (print_complex_max_error): Likewise.
31160         (test_single_exception): Update calls to print_screen.
31161         (test_single_errno): Likewise.
31162         (check_float_internal): Remove xfail argument.  Update calls to
31163         other affected functions.
31164         (check_float): Likewise.
31165         (check_complex): Likewise.
31166         (check_int): Likewise.
31167         (check_long): Likewise.
31168         (check_bool): Likewise.
31169         (check_longlong): Likewise.
31170         (main): Don't print noXFails and noXPasses.
31171         * math/gen-libm-test.pl (top level): Don't mention expected
31172         failure handling in comment.
31173         (new_test): Don't handle expected failures.
31174         (parse_args): Don't mention expected failure handling in comment.
31175         (generate_testfile): Don't handle expected failures.
31176         (parse_ulps): Likewise.
31177         (print_ulps_file): Likewise.
31178         (get_failure): Remove function.
31179         (output_test): Don't handle expected failures.
31180         * make/README.libm-test: Don't mention expected failure handling.
31182         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
31183         (minus_zero): Likewise.
31184         (plus_infty): Likewise.
31185         (minus_infty): Likewise.
31186         (qnan_value): Likewise.
31187         (max_value): Likewise.
31188         (min_value): Likewise.
31189         (min_subnorm_value): Likewise.
31190         (initialize): Do not initialize those variables dynamically.
31192 2013-05-03  Roland McGrath  <roland@hack.frob.com>
31194         * io/open.c (__open_2): Moved to ...
31195         * io/open_2.c: ... this new file.
31196         * io/open64.c (__open64_2): Moved to ...
31197         * io/open64_2.c: ... this new file.
31198         * io/openat.c (__openat_2): Moved to ...
31199         * io/openat_2.c: ... this new file.
31200         * io/openat64.c (__openat64_2): Moved to ...
31201         * io/openat64_2.c: ... this new file.
31202         * io/Makefile (routines): Add them.
31203         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
31204         * sysdeps/unix/sysv/linux/open_2.c: File removed.
31205         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
31206         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
31207         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
31208         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
31209         (__openat64): Add hidden_ver.
31210         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
31211         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
31213         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
31214         Separately conditionalize setting of GLRO(dl_sysinfo) so
31215         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
31216         as well, but the actual setting is only under [NEED_DL_SYSINFO].
31218 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31220         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
31221         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
31222         definition.
31223         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
31224         * sysdeps/unix/sysv/linux/powerpc/init-first.c
31225         (_libc_vdso_platform_setup): Add __vdso_time initialization.
31226         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
31227         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
31229 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
31231         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
31232         test signgam value.
31234         * math/libm-test.inc (hypot_test): Do not use
31235         IGNORE_ZERO_INF_SIGN.
31237 2013-05-03  Andreas Jaeger  <aj@suse.de>
31239         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
31240         Linux 3.9.
31241         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
31242         (PF_MAX): Adjust for VSOCK change.
31244 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31248 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
31250         [BZ #15264]
31251         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
31252         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
31253         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
31255 2013-05-02  David S. Miller  <davem@davemloft.net>
31257         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31259 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
31261         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
31263 2013-05-01  Roland McGrath  <roland@hack.frob.com>
31265         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
31267 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
31269         [BZ #14952]
31270         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
31271         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31272         Use __attribute__ ((__gnu_inline__)).
31273         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
31274         Don't use __attribute__ ((__gnu_inline__)).
31276 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
31278         [BZ #15423]
31279         * math/s_catan.c (__catan): Handle small real or imaginary part of
31280         input specially to avoid spurious underflow.
31281         * math/s_catanf.c (__catanf): Likewise.
31282         * math/s_catanh.c (__catanh): Likewise.
31283         * math/s_catanhf.c (__catanhf): Likewise.
31284         * math/s_catanhl.c (__catanhl): Likewise.
31285         * math/s_catanl.c (__catanl): Likewise.
31286         * math/libm-test.inc (catan_test): Add more tests.
31287         (catanh_test): Likewise.
31288         * sysdeps/i386/fpu/libm-test-ulps: Update.
31289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31291 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31295 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
31297         [BZ #15416]
31298         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
31299         accurately for denominator in atan2.
31300         * math/s_catanf.c (__catanf): Likewise.
31301         * math/s_catanh.c (__catanh): Likewise.
31302         * math/s_catanhf.c (__catanhf): Likewise.
31303         * math/s_catanhl.c (__catanhl): Likewise.
31304         * math/s_catanl.c (__catanl): Likewise.
31305         * math/libm-test.inc (catan_test): Add more tests.
31306         (catanh_test): Likewise.
31307         * sysdeps/i386/fpu/libm-test-ulps: Update.
31308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31310 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31312         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
31314         * benchtests/Makefile (bench): Remove slow benchmarks.
31315         * benchtests/atan-inputs: Add slow benchmark inputs.
31316         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
31317         (BENCH_FUNC): Accept variant offset.
31318         (VARIANT): Define.
31319         * benchtests/bench-skeleton.c (main): Run benchmark for each
31320         variant.
31321         * benchtests/cos-inputs: Add slow benchmark inputs.
31322         * benchtests/exp-inputs: Likewise.
31323         * benchtests/pow-inputs: Likewise.
31324         * benchtests/sin-inputs: Likewise.
31325         * benchtests/slowatan-inputs: Remove.
31326         * benchtests/slowatan.c: Remove.
31327         * benchtests/slowcos-inputs: Remove.
31328         * benchtests/slowcos.c: Remove.
31329         * benchtests/slowexp-inputs: Remove.
31330         * benchtests/slowexp.c: Remove.
31331         * benchtests/slowpow-inputs: Remove.
31332         * benchtests/slowpow.c: Remove.
31333         * benchtests/slowsin-inputs: Remove.
31334         * benchtests/slowsin.c: Remove.
31335         * benchtests/slowtan-inputs: Remove.
31336         * benchtests/slowtan.c: Remove.
31337         * benchtests/tan-inputs: Add slow benchmark inputs.
31338         * scripts/bench.pl: Parse comments and directives.
31340         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
31341         in CPPFLAGS.
31342         ($(objpfx)bench-%.c): Remove *-ITER.
31343         * benchtests/bench-modf.c: Remove definition of ITER.
31344         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
31345         (main): Loop for DURATION seconds instead of fixed number of
31346         iterations.
31347         * scripts/bench.pl: Don't expect iterations in parameters.
31349 2013-04-29  Roland McGrath  <roland@hack.frob.com>
31351         * io/fchdir.c (__fchdir): Renamed from fchdir.
31352         (fchdir): Define as weak alias.
31354 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31356         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
31357         (ERRNO_EDOM): Likewise.
31358         (ERRNO_ERANGE): Likewise.
31359         (noErrnoTests): New variable.
31360         (init_max_error): Set errno to 0.
31361         (test_single_errno): New function.
31362         (test_errno): Likewise.
31363         (check_float_internal): Call test_errno.  Set errno to 0.
31364         (check_complex): Refer to errno tests in comment.
31365         (check_int): Call test_errno.  Set errno to 0.
31366         (check_long): Likewise.
31367         (check_bool): Likewise.
31368         (check_longlong): Likewise.
31369         (cos_test): Use ERRNO_* flags for errno tests instead of
31370         check_int.
31371         (expm1_test): Likewise.
31372         (fmod_test): Likewise.
31373         (ilogb_test): Likewise.
31374         (lgamma_test): Likewise.
31375         (pow_test): Likewise.
31376         (remainder_test): Likewise.
31377         (sin_test): Likewise.
31378         (tan_test): Likewise.
31379         (yn_test): Likewise.
31380         (initialize): Set errno to 0.
31381         (main): Print number of errno tests.
31382         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
31384 2013-04-29  Andreas Jaeger  <aj@suse.de>
31386         [BZ #15084]
31387         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
31388         and RES_USEVC.
31390         [BZ #15085]
31391         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
31392         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
31393         unimplemented.
31395         [BZ #15380]
31396         * stdlib/random.c (__initstate): Return NULL if
31397         __initstate fails.
31399         [BZ #15086]
31400         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
31401         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
31402         RES_SNGLKUPREOP.
31404 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31408 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
31410         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
31411         of individual tests.
31412         (casin_test): Likewise.
31413         (casinh_test): Likewise.
31415 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
31417         [BZ #15409]
31418         * math/s_catan.c (__catan): Handle arguments with large real or
31419         imaginary part separately without squaring.
31420         * math/s_catanf.c (__catanf): Likewise.
31421         * math/s_catanh.c (__catanh): Likewise.
31422         * math/s_catanhf.c (__catanhf): Likewise.
31423         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31424         and redefine.
31425         (__catanhl): Handle arguments with large real or imaginary part
31426         separately without squaring.
31427         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31428         and redefine.
31429         (__catanl): Handle arguments with large real or imaginary part
31430         separately without squaring.
31431         * math/libm-test.inc (catan_test): Add more tests.
31432         (catanh_test): Likewise.
31433         * sysdeps/i386/fpu/libm-test-ulps: Update.
31434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31436 2013-04-27  Andreas Jaeger  <aj@suse.de>
31438         [BZ #15007]
31439         * stdlib/stdlib.h: Update guards for qecvt.
31440         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
31441         <stdlib.h>.
31443 2013-04-27  Allan McRae  <allan@archlinux.org>
31445         * sysdeps/i386/fpu/libm-test-ulps: Update.
31447 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
31449         [BZ #15406]
31450         * math/s_catan.c: Include <float.h>.
31451         (__catan): Ensure underflow exception occurs for underflowed
31452         result.
31453         * math/s_catanf.c: Include <float.h>.
31454         (__catanf): Ensure underflow exception occurs for underflowed
31455         result.
31456         * math/s_catanh.c: Include <float.h>.
31457         (__catanh): Ensure underflow exception occurs for underflowed
31458         result.
31459         * math/s_catanhf.c: Include <float.h>.
31460         (__catanhf): Ensure underflow exception occurs for underflowed
31461         result.
31462         * math/s_catanhl.c: Include <float.h>.
31463         (__catanhl): Ensure underflow exception occurs for underflowed
31464         result.
31465         * math/s_catanl.c: Include <float.h>.
31466         (__catanl): Ensure underflow exception occurs for underflowed
31467         result.
31468         * math/libm-test.inc (catan_test): Add more tests.
31469         (catanh_test): Likewise.
31471         [BZ #15405]
31472         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
31473         underflowed result.
31474         * math/s_ccoshf.c (__ccoshf): Likewise.
31475         * math/s_ccoshl.c (__ccoshl): Likewise.
31476         * math/s_csin.c (__csin): Likewise.
31477         * math/s_csinf.c (__csinf): Likewise.
31478         * math/s_csinh.c (__csinh): Likewise.
31479         * math/s_csinhf.c (__csinhf): Likewise.
31480         * math/s_csinhl.c (__csinhl): Likewise.
31481         * math/s_csinl.c (__csinl): Likewise.
31482         * math/libm-test.inc (ccos_test): Add more tests.
31483         (ccosh_test): Likewise.
31484         (csin_test): Likewise.
31485         (csinh_test): Likewise.
31487 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31489         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
31490         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
31491         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
31492         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
31493         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
31494         powerpc/power5+/fpu folders.
31495         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
31498 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31500         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31502 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
31504         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
31505         additions to variable.
31506         [$(config-machine) = x86_64] (modules-names): Likewise.
31507         ($(objpfx)tst-audit3): Remove dependency.
31508         ($(objpfx)tst-audit3.out): Likewise.
31509         ($(objpfx)tst-audit4): Likewise.
31510         ($(objpfx)tst-audit4.out): Likewise.
31511         ($(objpfx)tst-audit5): Likewise.
31512         ($(objpfx)tst-audit5.out): Likewise.
31513         ($(objpfx)tst-audit6): Likewise.
31514         ($(objpfx)tst-audit6.out): Likewise.
31515         ($(objpfx)tst-audit7): Likewise.
31516         ($(objpfx)tst-audit7.out): Likewise.
31517         (tst-audit3-ENV): Remove variable.
31518         (tst-audit4-ENV): Likewise.
31519         (tst-audit5-ENV): Likewise.
31520         (tst-audit6-ENV): Likewise.
31521         (tst-audit7-ENV): Likewise.
31522         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
31523         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
31524         addition to variable.
31525         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
31526         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
31527         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
31528         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
31529         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
31530         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
31531         tst-audit3, tst-audit4 and tst-audit5.
31532         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
31533         tst-audit6 and tst-audit7.
31534         [$(subdir) = elf] (modules-names): Add audit modules for those
31535         tests.
31536         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
31537         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
31538         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
31539         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
31540         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
31541         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
31542         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
31543         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
31544         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
31545         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
31546         [$(subdir) = elf] (tst-audit3-ENV): New variable.
31547         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
31548         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
31549         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
31550         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
31551         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
31552         Likewise.
31553         [$(subdir) = elf && $(config-cflags-avx) = yes]
31554         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
31555         [$(subdir) = elf && $(config-cflags-avx) = yes]
31556         (CFLAGS-tst-auditmod4a.c): Likewise.
31557         [$(subdir) = elf && $(config-cflags-avx) = yes]
31558         (CFLAGS-tst-auditmod4b.c): Likewise.
31559         [$(subdir) = elf && $(config-cflags-avx) = yes]
31560         (CFLAGS-tst-auditmod6b.c): Likewise.
31561         [$(subdir) = elf && $(config-cflags-avx) = yes]
31562         (CFLAGS-tst-auditmod6c.c): Likewise.
31563         [$(subdir) = elf && $(config-cflags-avx) = yes]
31564         (CFLAGS-tst-auditmod7b.c): Likewise.
31565         * elf/tst-audit3.c: Move to ...
31566         * sysdeps/x86_64/tst-audit3.c: ... here.
31567         * elf/tst-audit4.c: Move to ...
31568         * sysdeps/x86_64/tst-audit4.c: ... here.
31569         * elf/tst-audit5.c: Move to ...
31570         * sysdeps/x86_64/tst-audit5.c: ... here.
31571         * elf/tst-audit6.c: Move to ...
31572         * sysdeps/x86_64/tst-audit6.c: ... here.
31573         * elf/tst-audit7.c: Move to ...
31574         * sysdeps/x86_64/tst-audit7.c: ... here.
31575         * elf/tst-auditmod3a.c: Move to ...
31576         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
31577         * elf/tst-auditmod3b.c: Move to ...
31578         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
31579         * elf/tst-auditmod4a.c: Move to ...
31580         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
31581         * elf/tst-auditmod4b.c: Move to ...
31582         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
31583         * elf/tst-auditmod5a.c: Move to ...
31584         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
31585         * elf/tst-auditmod5b.c: Move to ...
31586         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
31587         * elf/tst-auditmod6a.c: Move to ...
31588         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
31589         * elf/tst-auditmod6b.c: Move to ...
31590         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
31591         * elf/tst-auditmod6c.c: Move to ...
31592         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
31593         * elf/tst-auditmod7a.c: Move to ...
31594         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
31595         * elf/tst-auditmod7b.c: Move to ...
31596         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
31598 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
31600         [BZ #15366]
31601         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
31602         define unconditionally.
31603         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
31604         define unconditionally.
31605         (INT8_C, INT16_C, etc.): Likewise.
31607 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
31609         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
31610         __ehdr_start with hidden visibility.
31612         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
31614 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
31616         * math/libm-test.inc (cos_test): Use accurate hex constants.
31617         (sincost_test): Likewise.
31619 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
31621         * math/libm-test.inc (catan_test): Add more tests.
31622         (catanh_test): Likewise.
31624         * math/s_catanf.c (__catanf): Use suffixed floating-point
31625         constants.
31626         * math/s_catanhf.c (__catanhf): Likewise.
31627         * math/s_catanhl.c (__catanhl): Likewise.
31628         * math/s_catanl.c (__catanl): Likewise.
31630         [BZ #15394]
31631         * math/s_catan.c (__catan): Calculate imaginary part of result
31632         with log1p not log unless computing log of number close to 0.
31633         * math/s_catanf.c (__catanf): Likewise.
31634         * math/s_catanl.c (__catanl): Likewise.
31635         * math/s_catanh.c (__catanh): Calculate real part of result with
31636         log1p not log unless computing log of number close to 0.
31637         * math/s_catanhf.c (__catanhf): Likewise.
31638         * math/s_catanhl.c (__catanhl): Likewise.
31639         * math/libm-test.inc (catan_test): Add more tests.
31640         (catanh_test): Likewise.
31641         * sysdeps/i386/fpu/libm-test-ulps: Update.
31642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31644 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
31646         * benchtests/Makefile: Mention files in which fast and slow
31647         paths of math functions are implemented.
31649 2013-04-23  Roland McGrath  <roland@hack.frob.com>
31651         * sysdeps/posix/timespec_get.c: New file.
31653 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31655         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
31656         POWER.
31657         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
31658         for POWER.
31659         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
31660         powerpc/power5/fpu folders.
31661         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
31662         * benchtests/Makefile: Add modf testcase.
31663         * benchtests/bench-modf.c: New file: Benchmark test for mo
31665 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
31667         [BZ #14888]
31668         * time/Makefile (tests): Add tst-strptime-whitespace.
31669         * time/strptime_l.c (get_number): Use ISSPACE.
31670         (__strptime_internal): Likewise.
31671         * time/tst-strptime-whitespace.c: New test case.
31673 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
31675         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
31676         member.
31677         (_nss_files_init): Set it here.
31679 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
31681         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
31682         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
31683         unsigned.
31685 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
31687         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
31689 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31691         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
31692         size just once.
31694 2013-04-21  David S. Miller  <davem@davemloft.net>
31696         * po/ru.po: Update Russion translation from translation project.
31698 2013-04-17  Adam Conrad  <adconrad@0c3.net>
31700         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
31701         and setfsgid.
31703 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
31705         * configure.in: Remove i386 configure warning. Remove i386 case.
31706         * configure: Regenerate.
31707         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
31708         Add example to error message.
31709         * sysdeps/i386/configure: Regenerate.
31711 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31713         * benchtests/Makefile (bench): Add cos, tan, slowcos and
31714         slowtan.
31715         * benchtests/cos-inputs: New file.
31716         * benchtests/slowcos-inputs: New file.
31717         * benchtests/slowcos.c: New file.
31718         * benchtests/slowtan-inputs: New file.
31719         * benchtests/slowtan.c: New file.
31720         * benchtests/tan-inputs: New file.
31722 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31724         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31725         considered kosher.
31727 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31729         * benchtests/Makefile: Include cppflags-iterator.mk to add
31730         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31732         * Makefile.in (bench-clean): New target.
31733         * benchtests/Makefile (bench-clean): Likewise.
31735 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31737         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31739 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31741         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31743 2013-04-15  Andreas Schwab  <schwab@suse.de>
31745         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31746         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31747         * nscd/pwdcache.c (cache_addpw): Likewise.
31748         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31749         more than recsize.
31751 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31753         * benchtests/Makefile (bench): Write all output to
31754         bench-out.tmp together.
31756 2013-04-15  Andreas Schwab  <schwab@suse.de>
31758         * nscd/nscd.c (main): Don't fork again after closing files.
31760 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31762         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31764         * benchtests/Rules (bench-deps): Collect dependencies into a
31765         single variable.  Add Makefile to dependencies.
31766         ($(objpfx)bench-%.c): Depend on bench-deps.
31768 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31769             Xavier Roche  <roche+kml2@exalead.com>
31771         [BZ #15361]
31772         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31773         just that it's a file descriptor.
31774         * manual/llio.texi (Synchronizing AIO Operations): Update description
31775         for EBADF error from aio_fsync.
31777 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31779         * Rules (bench): Move target definition...
31780         * benchtests/Makefile: ... here.
31782 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31784         * math/libm-test.inc (cos_test): Fix PI/2 test.
31785         (sincos_test): Likewise.
31786         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31787         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31789 2013-04-11  Andreas Schwab  <schwab@suse.de>
31791         [BZ #13988]
31792         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31793         accept exponent character only when digits were seen.
31794         * stdio-common/Makefile (tests): Add bug26.
31795         * stdio-common/bug26.c: New file.
31797         [BZ #14293]
31798         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31799         non-freeable.
31801 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31803         * Makeconfig (rtld-prefix): Define built linker prefix.
31804         * Rules (run-bench): Use it.
31805         * math/Makefile (run-regen-ulps): Likewise.
31807         * Rules (bench): Remove eval.
31809 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31810             Roland McGrath  <roland@hack.frob.com>
31811             Ondrej Bilka  <neleai@seznam.cz>
31813         [BZ #15346]
31814         * time/getdate.c: Include ctype.h and alloca.h.
31815         (__getdate_r): Trim leading and trailing spaces of input.
31816         * time/tst-getdate.c (tests): Add tests with leading and
31817         trailing spaces.
31819 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31821         [BZ #14280]
31822         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31823         when computing value.
31825 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31827         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31828         Use testrun.sh to run libm tests.
31830         [BZ #15309]
31831         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31833 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31835         [BZ #15264]
31836         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31838 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31840         * Makefile.in (regen-ulps): New target.
31841         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31842         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31843         [ifneq (no,$(PERL)] (regen-ulps): New target.
31844         [ifeq (no,$(PERL)] (regen-ulps): New target.
31845         * math/libm-test.inc (ulps_file_name): Define.
31846         (output_dir): New variable.
31847         (options): Add "output-dir" option.
31848         (parse_opt): Handle 'o' case.
31849         (main): If output_dir is non-NULL use it as a prefix
31850         otherwise use "".
31851         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31853 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31855         [BZ #10060, #10062]
31856         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31857         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31858         fail configure if __sync_val_compare_and_swap is not inlined.
31859         * sysdeps/i386/configure: Regenerate.
31860         * configure.in: Build for i686 when configured for i386.
31861         * configure: Regenerate.
31862         * README: Remove i386 reference.
31864 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31866         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31867         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31869 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31871         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31872         (lmsnanval): New variables.
31873         (F): Add conversion tests.
31874         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31875         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31877         * stdio-common/tstdiomisc.c (F): Properly collect individual
31878         tests' results.
31880         [BZ #14686, #15336]
31881         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31882         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31883         Instead, use input NaN values or generate a qNaN by arithmetic
31884         operation.  Also fix bugs to comply with the standard.
31885         * math/libm-test.inc (remainder_test): Add more tests.
31887         [BZ #15335, #15342]
31888         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31889         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31890         input NaN values or generate a qNaN by arithmetic operation.
31892         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31893         unreachable code.
31895         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31896         definitions.
31898 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31900         [BZ #14478]
31901         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31902         underflowed result.
31903         * math/s_cexpf.c (__cexpf): Likewise.
31904         * math/s_cexpl.c (__cexpl): Likewise.
31905         * math/libm-test.inc (cexp_test): Add more tests.
31907 2013-04-03  Andreas Schwab  <schwab@suse.de>
31909         [BZ #15330]
31910         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31911         order arrays from heap if bigger than alloca cutoff.
31913 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31915         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31916         (SNAN_TESTS_double): Refer to GCC PR56831.
31917         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31918         GCC PR56828.
31920 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31922         * Rules (bench): Move bench.out after the run is complete.
31924         * Rules (bench): Echo currently running benchmark.
31926         * benchtests/Makefile (bench): Add atan and slowatan.
31927         * benchtests/atan-inputs: New file.
31928         * benchtests/slowatan-inputs: New file.
31929         * benchtests/slowatan.c: New file.
31931         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31932         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31933         its value.
31935         [BZ #15305]
31936         * sysdeps/unix/sysv/linux/kernel-features.h
31937         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31938         __ASSUME_XFS_RESTRICTED_CHOWN.
31939         * sysdeps/unix/sysv/linux/pathconf.c
31940         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31941         Save and restore errno.
31943 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31945         [BZ #15327]
31946         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31947         arguments using __kernel_casinh.
31948         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31949         arguments using __kernel_casinhf.
31950         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31951         arguments using __kernel_casinhl.
31952         * math/libm-test.inc (cacosh_test): Add more tests.
31953         * sysdeps/i386/fpu/libm-test-ulps: Update.
31954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31956 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31958         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31959         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31961         * bench/Makefile (bench): Add sin and slowsin.
31962         * benchtests/sin-inputs: New file.
31963         * benchtests/slowsin-inputs: New file.
31964         * benchtests/slowsin.c: New file.
31966         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31967         (bench): Add slowexp and slowpow.
31968         (exp-ITER): Increase iterations.
31969         (pow-ITER): Likewise.
31970         * benchtests/exp-inputs: Change input.
31971         * benchtests/pow-inputs: Likewise.
31972         * benchtests/slowexp-inputs: New file.
31973         * benchtests/slowexp.c: New file.
31974         * benchtests/slowpow-inputs: New file.
31975         * benchtests/slowpow.c: New file.
31977 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31979         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31980         instructions.
31981         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31982         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31983         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31984         * benchtests/Makefile: Add rint benchtest.
31985         * benchtests/rint-inputs: Input for rint benchtest.
31987 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31989         * Versions.def (libm): Add GLIBC_2.18.
31990         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31991         hidden libm prototypes.
31992         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31993         * math/Makefile (libm-calls): Add s_issignaling.
31994         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31995         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31996         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31997         declaration.
31998         * math/math.h [__USE_GNU] (issignaling): New macro.
31999         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
32000         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
32001         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
32002         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
32003         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
32004         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
32005         * manual/arith.texi (issignaling): New section.
32006         * manual/libm-err-tab.pl (@all_functions): Update comment.
32007         * math/gen-libm-test.pl (parse_args): Apply special handling for
32008         issignaling.
32009         * math/libm-test.inc (print_float, issignaling_test): New
32010         functions.
32011         (check_float_internal): Add issignaling checks.
32012         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
32013         default definition.
32014         * sysdeps/powerpc/math-tests.h: New file.
32015         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
32016         tests.
32017         * math/test-snan.c (TEST_FUNC): Likewise.
32019 2013-03-30  David S. Miller  <davem@davemloft.net>
32021         * po/de.po: Update from translation team.
32023 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
32025         [BZ #10357]
32026         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32027         imaginary part less than 1.0 and real part less than 0.5
32028         specially.
32029         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32030         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32031         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
32032         (cacos_test): Add more tests.
32033         (casin_test): Likewise.
32034         (casinh_test): Likewise.
32035         * sysdeps/i386/fpu/libm-test-ulps: Update.
32036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32038 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32040         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
32041         ONE with its value.
32043         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
32044         (__pow_mp): Replace ONE and MONE with their values.
32045         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32046         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
32047         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32048         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
32049         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32050         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32052         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
32054         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
32055         (__pow_mp): Replace ZERO and MZERO with their values.
32056         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32057         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32058         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32059         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32060         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32061         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
32062         (__sqr): Likewise.
32064         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
32066         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
32068 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32070         * include/stdlib.h [!SHARED] (__call_tls_dtors):
32071         Declare with __attribute__ ((weak)).
32072         * stdlib/exit.c (__libc_atexit) [!SHARED]:
32073         Call __call_tls_dtors only if it's not NULL.
32075 2013-03-28  Roland McGrath  <roland@hack.frob.com>
32077         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
32078         didn't do it already, then set _dl_phdr and _dl_phnum based on the
32079         magic __ehdr_start linker symbol if it's defined.
32080         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
32081         them up here if it was already done.
32083         * elf/dl-support.c (_dl_phdr): Make pointer to const.
32084         (_dl_aux_init): Use const in cast when setting it.
32085         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
32086         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
32087         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
32089         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
32090         Declare them here.
32091         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
32092         * csu/libc-tls.c: Nor here.
32093         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
32095         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
32096         (__libc_message): Never call vsyslog.
32098 2013-03-28  Alan Modra  <amodra@gmail.com>
32100         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
32101         Define as empty.
32102         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
32103         Likewise.
32105 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32107         [BZ #15214]
32108         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
32109         underflow.
32110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32112 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32114         [BZ #15304]
32115         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32116         Don't add gid passed as argument.
32118         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
32120 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
32122         [BZ #15307]
32123         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32124         imaginary part between 1.0 and 1.5 and real part less than 0.5
32125         specially.
32126         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32127         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32128         * math/libm-test.inc (cacos_test): Add more tests.
32129         (casin_test): Likewise.
32130         (casinh_test): Likewise.
32131         * sysdeps/i386/fpu/libm-test-ulps: Update.
32132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32134 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32136         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
32137         constants.
32138         (norm): Likewise.
32139         (denorm): Likewise.
32140         (__dbl_mp): Likewise.
32141         (add_magnitudes): Likewise.
32142         (sub_magnitudes): Likewise.
32143         (__add): Likewise.
32144         (__sub): Likewise.
32145         (__mul): Likewise.
32146         (__sqr): Likewise.
32147         (__inv): Likewise.
32148         (__dvd): Likewise.
32150         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
32151         commented code.
32152         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
32153         (__dubcos): Likewise.
32154         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
32155         (__ieee754_acos): Likewise.
32156         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
32157         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
32158         (__exp1): Likewise.
32159         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32160         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
32161         (log1): Likewise.
32162         (my_log2): Likewise.
32163         (checkint): Likewise.
32164         * sysdeps/ieee754/dbl-64/e_remainder.c
32165         (__ieee754_remainder): Likewise.
32166         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
32167         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
32168         (bsloww): Likewise.
32169         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32171         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32172         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
32173         MANTISSA_STORE_T to store computations on mantissa.  Use
32174         macros for rounding and division.
32175         (denorm): Likewise.
32176         (__dbl_mp): Likewise.
32177         (add_magnitudes): Likewise.
32178         (sub_magnitudes): Likewise.
32179         (__mul): Likewise.
32180         (__sqr): Likewise.
32181         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32182         powers of two in terms of TWOPOW macro.
32183         (mp_no): Make type of mantissa as MANTISSA_T.
32184         [!RADIXI]: Define RADIXI.
32185         [!TWO52]: Define TWO52.
32186         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32188 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32190         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
32191         llroundl symbol when building for PPC32.
32193 2013-03-24  Mark H Weaver  <mhw@netris.org>
32195         * manual/arith.texi (Normalization Functions): Fix prototypes for
32196         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
32198 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32200         [BZ #13889]
32201         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
32202         high value to check if expl overflow.
32203         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
32204         to check for underflow and overflow.
32205         * math/libm-test.inc: Add exp test.
32207 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
32209         [BZ #11120]
32210         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
32211         with NOT_IN_libc.
32213 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32215         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
32216         symbol.
32218 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
32220         * math/gen-libm-test.pl (parse_args, special_functions): Properly
32221         wrap blocks consisting of several statements.
32223         * sysdeps/generic/math-tests.h: New file.
32224         * sysdeps/i386/fpu/math-tests.h: Likewise.
32225         * math/test-snan.c: Include it.
32226         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
32228 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32230         [BZ #15285]
32231         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
32232         (__ieee754_j0l): Do not improve calculations using cos of twice
32233         input for inputs above LDBL_MAX / 2.0L.
32234         (__ieee754_y0l): Likewise.
32235         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
32236         (__ieee754_j1l): Do not improve calculations using cos of twice
32237         input for inputs above LDBL_MAX / 2.0L.
32238         (__ieee754_y1l): Likewise.
32239         * math/libm-test.inc (j0_test): Add another test.
32240         (j1_test): Likewise.
32241         (y0_test): Likewise.
32242         (y1_test): Likewise.
32243         * sysdeps/i386/fpu/libm-test-ulps: Update.
32245 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32247         * Rules ($(objpfx)bench-%.c): Include code from a C source
32248         file.
32250 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
32252         [BZ #15287]
32253         * math/k_casinh.c (__kernel_casinh): Handle arguments with
32254         imaginary part 1.0 and real part less than 0.5 specially.
32255         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32256         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32257         * math/libm-test.inc (cacos_test): Add more tests.
32258         (casin_test): Likewise.
32259         (casinh_test): Likewise.
32260         * sysdeps/i386/fpu/libm-test-ulps: Update.
32261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32263 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32265         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
32266         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
32268 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
32270         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
32271         * config.make.in (config-cflags-sse4): Remove variable.
32272         (config-cflags-avx): Likewise.
32273         (config-cflags-sse2avx): Likewise.
32274         (config-cflags-novzeroupper): Likewise.
32275         (config-asflags-i686): Likewise.
32276         (have-mfma4): Likewise.
32277         (have-as-vis3): Likewise.
32278         (MIG): Likewise.
32279         * configure.in (MIG): Do not AC_SUBST.
32280         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
32281         (libc_cv_cc_sse4): Do not AC_SUBST.
32282         (libc_cv_cc_avx): Likewise.
32283         (libc_cv_cc_sse2avx): Likewise.
32284         (libc_cv_cc_novzeroupper): Likewise.
32285         (libc_cv_cc_fma4): Likewise.
32286         (libc_cv_as_i686): Likewise.
32287         (libc_cv_sparc_as_vis3): Likewise.
32288         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
32289         LIBC_CONFIG_VAR.
32290         (config-asflags-i686): Likewise.
32291         (config-cflags-avx): Likewise.
32292         (config-cflags-sse2avx): Likewise.
32293         (have-mfma4): Likewise.
32294         (config-cflags-novzeroupper): Likewise.
32295         * sysdeps/mach/configure.in (MIG): Likewise.
32296         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
32297         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
32298         LIBC_CONFIG_VAR.
32299         (config-cflags-avx): Likewise.
32300         (config-cflags-sse2avx): Likewise.
32301         (have-mfma4): Likewise.
32302         (config-cflags-novzeroupper): Likewise.
32303         * configure: Regenerated.
32304         * sysdeps/i386/configure: Likewise.
32305         * sysdeps/mach/configure: Likewise.
32306         * sysdeps/sparc/configure: Likewise.
32307         * sysdeps/x86_64/configure: Likewise.
32309 2013-03-20  Roland McGrath  <roland@hack.frob.com>
32311         [BZ #14812]
32312         * locale/programs/localedef.c (options): Put N_ translation marker
32313         on argument names, not just descriptions.
32315 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32317         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
32319 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
32321         [BZ #14176]
32322         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
32324 2013-03-19  Roland McGrath  <roland@hack.frob.com>
32326         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
32327         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
32328         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
32329         [!BEFORE_ABORT] (before_abort): New function.
32330         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
32331         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
32332         (writev_for_fatal): New function.
32333         (WRITEV_FOR_FATAL): New macro; call that.
32334         (backtrace_and_maps): New function.
32335         (BEFORE_ABORT): New macro; call that.
32336         (struct str_list): Type removed.
32337         (__libc_message, __libc_fatal): Functions removed.
32338         Include <sysdeps/posix/libc_fatal.c> instead.
32340 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
32342         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
32343         constants.
32344         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
32345         double constants.
32347 2013-03-19  Andreas Schwab  <schwab@suse.de>
32349         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
32350         * sysdeps/gnu/configure: Regenerate.
32352         * configure.in: Substitute libc_cv_rtlddir.
32353         * configure: Regenerate.
32354         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
32355         * Makeconfig (rtlddir, inst_rtlddir): New variables.
32356         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
32357         * elf/Makefile (install-others, CFLAGS-interp.c)
32358         (ldso_install, common-ldd-rewrite): Likewise.
32359         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
32360         $(inst_slibdir)/$(rtld-installed-name).
32361         * scripts/rellns-sh: Add -p option.
32362         * Makerules (make-shlib-link): Use rellns-sh to get relative name
32363         for source.
32365 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32367         * manual/nptl.texi: Renamed to ...
32368         * manual/threads.texi: ... this.
32369         * manual/Makefile (chapters): Update.
32371 2013-03-18  Roland McGrath  <roland@hack.frob.com>
32373         [BZ #14812]
32374         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
32375         on argument names, not just descriptions.
32376         * malloc/memusagestat.c (options): Likewise.
32377         * nss/getent.c (options): Likewise.
32379 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
32381         [BZ #14812]
32382         * iconv/iconv_prog.c (options): Put N_ translation marker
32383         on argument names, not just descriptions.
32384         * iconv/iconvconfig.c (options): Likewise.
32386 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
32388         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
32389         implementation which is faster on all x86_64 architectures.
32390         Tested on AMD, Intel Nehalem, SNB, IVB.
32391         * sysdeps/x86_64/strnlen.S: Likewise.
32393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
32394         Remove all multiarch strlen and strnlen versions.
32395         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
32396         Remove strlen and strnlen related parts.
32398         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
32399         Inline strlen part.
32400         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
32402         * sysdeps/x86_64/multiarch/strlen.S: Remove.
32403         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
32404         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
32405         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
32406         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
32407         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
32409 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
32411         * manual/memory.texi (Malloc Tunable Parameters):
32412         Sort parameters alphabetically. Add comments for missing entries.
32414 2013-03-17  David S. Miller  <davem@davemloft.net>
32416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32418 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
32420         [BZ #15283]
32421         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
32422         for arguments at most half maximum finite value.
32423         * math/libm-test.inc (j0_test): Add more tests.
32424         (j1_test): Likewise.
32425         (y0_test): Likewise.
32426         (y1_test): Likewise.
32427         * sysdeps/i386/fpu/libm-test-ulps: Update.
32428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32430         [BZ #14155]
32431         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
32432         1 / x and functions P and Q for arguments above 0x1p256L.
32433         (__ieee754_y0l): Likewise.
32434         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
32435         (__ieee754_y1l): Likewise.
32436         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
32437         (j1_test): Likewise.
32438         (y0_test): Likewise.
32439         (y1_test): Likewise.
32441 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
32443         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
32444         variable.
32446 2013-03-15  Roland McGrath  <roland@hack.frob.com>
32448         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
32449         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
32450         zero since it's initialized to EXEC_PAGESIZE.
32452         * sysdeps/unix/sysv/linux/ldsodefs.h
32453         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
32454         * sysdeps/generic/ldsodefs.h: ... here.
32456 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
32458         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
32460         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
32461         math/test-snan.c.
32462         * math/test-snan.c: Renamed from
32463         sysdeps/powerpc/fpu/test-powerpc-snan.c.
32464         * math/Makefile (tests): Add test-snan.
32465         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
32466         test-powerpc-snan.
32468         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
32469         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
32470         functions.
32471         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
32472         __builtin_nan family of functions.
32473         * math/libm-test.inc (initialize): Initialize qnan_value with
32474         __builtin_nan family of functions.
32475         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
32476         Remove variables.
32477         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
32478         Remove functions.
32479         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
32480         storage class.  Initialize qNaN_var and sNaN_var with
32481         __builtin_nan and __builtin_nans families of functions,
32482         respectively.
32484         * math/libm-test.inc (acosh_test): Also test with qNaN input.
32485         (sqrt_test): Remove duplicate test with qNaN input.
32486         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
32487         (round_test, signbit_test, significand_test): Note missing +/-Inf
32488         as well as qNaN tests.
32490         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
32491         qNaN_var.  Fix a few strings, too.
32492         * math/libm-test.inc (nan_value): Rename to qnan_value.
32493         * math/gen-libm-test.pl (%beautify): Adjust to that.
32494         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
32495         * math/test-misc.c (main): Likewise.
32496         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
32497         to __qnan_bytes, and __qnan_union, respectively.
32498         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
32499         Likewise.
32500         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
32501         and lqnanval, respectively.
32502         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
32503         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
32504         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
32505         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
32507         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
32508         * math/test-misc.c (main) [__x86_64__]: Enable test for long
32509         doubles.
32511         * math/test-misc.c (main): Fix copy'n'pastos.
32512         * misc/tst-efgcvt.c (special): Likewise.
32514         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
32515         Remove declarations.
32517 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32519         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
32520         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
32521         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
32522         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
32524 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32526         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
32527         macro to return vdso values correctly in IFUNC implementations.
32528         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
32529         Optimization by using IFUNC.
32531 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32532             Richard Henderson  <rth@redhat.com>
32533             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32535         * Makefile.in (bench): New target.
32536         * NEWS: Mention the benchmark framework.
32537         * Rules (bench): Likewise.
32538         (binaries-bench): Generate binaries for functions to
32539         benchmark.
32540         * benchtests/Makefile: New makefile for benchmark tests.
32541         * benchtests/bench-skeleton.c: New skeleton file for benchmark
32542         programs.
32543         * benchtests/exp-inputs: New input file for EXP function.
32544         * benchtests/pow-inputs: New input file for POW function.
32545         * scripts/bench.pl: New script to generate source files for
32546         benchmark programs.
32548 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32550         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
32551         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
32552         computations on mantissa.  Use macros for rounding and
32553         division.
32554         (denorm): Likewise.
32555         (__dbl_mp): Likewise.
32556         (add_magnitudes): Likewise.
32557         (sub_magnitudes): Likewise.
32558         (__mul): Likewise.
32559         (__sqr): Likewise.
32560         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
32561         powers of two in terms of TWOPOW macro.
32562         (mp_no): Make type of mantissa as MANTISSA_T.
32563         [!RADIXI]: Define RADIXI.
32564         [!TWO52]: Define TWO52.
32565         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
32567         * manual/nptl.texi (cindex): Modify threads to pthreads.
32569 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
32571         * sysdeps/x86_64/preconfigure: Regenerated.
32573 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
32575         [BZ #14155]
32576         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
32577         0x1p28 and above.
32578         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
32579         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
32580         0x1p28 and above.
32581         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
32582         * math/libm-test.inc (j0_test): Do not allow one spurious
32583         underflow exception.
32584         (y1_test): Likewise.
32586 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32588         * manual/Makefile (chapters): Add nptl.
32589         * manual/debug.texi (Debugging Support): Add link to Threads
32590         chapter.
32591         * manual/nptl.texi: New file.
32593         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
32595 2013-03-14  Petr Baudis  <pasky@ucw.cz>
32597         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
32598         for non-NULL pointer before the memory validity test. Pointed
32599         out by Holger Brunck <holger.brunck@keymile.com>.
32601 2013-03-13  Andreas Schwab  <schwab@suse.de>
32603         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
32604         instead of .os.
32606 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
32608         * timezone/zic.c: Update from tzcode 2013b.
32610 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
32612         * manual/install.texi (Configuring and compiling):
32613         Mention i686 and i586.
32614         * INSTALL: Regenerate.
32616 2013-03-12  Roland McGrath  <roland@hack.frob.com>
32618         * sysdeps/init_array/elf-init.c: New file.
32619         * csu/elf-init.c
32620         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
32621         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
32623         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
32624         __gmon_start__ as global, but as static with a .preinit_array pointer.
32625         * sysdeps/init_array/gmon-start.c: New file.  Use that.
32626         * sysdeps/init_array/crti.S: New file, empty except for comments.
32627         * sysdeps/init_array/crtn.S: Likewise.
32629 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
32631         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
32632         definining bcopy.
32633         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32634         Remove Prefer_SSE_for_memop.
32635         * sysdeps/x86_64/multiarch/init-arch.h: Remove
32636         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
32637         HAS_PREFER_SSE_FOR_MEMOP.
32638         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
32639         memset-x86-64.
32640         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
32641         Remove bzero, memset ifunc support.
32642         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
32643         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
32644         * sysdeps/x86_64/multiarch/memset.S: Likewise.
32645         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
32647 2013-03-11  Andreas Schwab  <schwab@suse.de>
32649         [BZ #15234]
32650         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
32651         by SHLIB_COMPAT.
32652         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
32653         (GLIBC_2.16): Remove pthread_atfork.
32655 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
32657         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
32658         (ptestcases.h): Likewise.
32660 2013-03-08  Roland McGrath  <roland@hack.frob.com>
32662         * Makeconfig ($(common-objpfx)config.status): Depend on
32663         sysdeps/*/preconfigure{,.in} too.
32665 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
32667         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
32668         (__free_hook): Use void * instead of __malloc_ptr_t.
32669         (__malloc_hook): Likewise.
32670         (__realloc_hook): Likewise.
32671         (__memalign_hook): Likewise.
32672         (__after_morecore_hook): Likewise.
32673         * malloc/arena.c (save_malloc_hook): Likewise.
32674         (save_free_hook): Likewise.
32675         * malloc/hooks.c (malloc_hook_ini): Likewise.
32676         (realloc_hook_ini): Likewise.
32677         (memalign_hook_ini): Likewise.
32678         * malloc/malloc.c (malloc_hook_ini): Likewise.
32679         (realloc_hook_ini): Likewise.
32680         (memalign_hook_ini): Likewise.
32681         (__free_hook): Likewise.
32682         (__malloc_hook): Likewise.
32683         (__realloc_hook): Likewise.
32684         (__memalign_hook): Likewise.
32685         (__libc_malloc): Likewise.
32686         (__libc_free): Likewise.
32687         (__libc_realloc): Likewise.
32688         (__libc_memalign): Likewise.
32689         (__libc_valloc): Likewise.
32690         (__libc_pvalloc): Likewise.
32691         (__libc_calloc): Likewise.
32692         (__posix_memalign): Likewise.
32693         * malloc/morecore.c (__sbrk): Likewise.
32694         (__default_morecore): Likewise.
32696         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
32698         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
32699         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
32700         __malloc_ptrdiff_t.
32702         * malloc/malloc.h (__malloc_size_t): Remove macro.
32703         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
32704         __malloc_size_t.
32705         (old_memalign_hook): Likewise.
32706         (old_realloc_hook): Likewise.
32707         (struct hdr): Likewise.
32708         (flood): Likewise.
32709         (mallochook): Likewise.
32710         (memalignhook): Likewise.
32711         (reallochook): Likewise.
32712         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32713         (tr_old_realloc_hook): Likewise.
32714         (tr_old_memalign_hook): Likewise.
32715         (tr_mallochook): Likewise.
32716         (tr_reallochook): Likewise.
32717         (tr_memalignhook): Likewise.
32719 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32721         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32722         default_ldbl_pack and using as default implementation.
32723         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32724         implementation.
32725         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32726         redundant definition.
32727         (ldbl_insert_mantissa): Likewise.
32728         (ldbl_canonicalize): Likewise.
32729         (ldbl_nearbyint): Likewise.
32730         (ldbl_pack): Rename to ldbl_pack_ppc.
32731         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32732         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32733         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32735 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32737         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32738         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32739         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32740         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32742         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32743         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32744         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32746 2013-03-07  Andreas Jaeger  <aj@suse.de>
32748         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32749         bits/mman-linux.h.
32751 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32753         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32754         Include mpa.h and declare __MPEXP.
32755         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32756         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32757         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32758         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32759         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32760         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32761         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32763         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32764         (__slowpow): Use long double EXPL and LOGL functions to
32765         compute POW.
32766         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32767         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32768         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32769         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32770         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32771         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32774         intermediate variable to calculate exponent.
32775         (__sqr): Likewise.
32776         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32777         Likewise.
32778         (__sqr): Likewise.
32780         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32781         [!NO__SQR]: Define __sqr.
32782         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32783         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32784         sysdeps/ieee754/dbl-64/mpa.c.
32785         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32787         [BZ #12723]
32788         * posix/Makefile (tests): Add tst-pathconf.
32789         * posix/tst-pathconf.c: New test case.
32790         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32791         _PC_PIPE_BUF.
32792         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32794 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32796         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32798 2013-03-06  Andreas Jaeger  <aj@suse.de>
32800         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32801         definition via __MAP_ANONYMOUS.
32803         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32804         it's not part of Linux headers.
32806         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32807         (MAP_HUGE_MASK): Define.
32809         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32810         Define.
32811         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32812         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32813         Define.
32814         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32815         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32816         Define.
32817         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32818         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32819         Define.
32820         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32822         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32823         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32824         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32825         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32826         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32827         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32829         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32830         Handle f2fs.
32832         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32833         Handle f2fs and efivarfs.
32835         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32836         f2fs.
32838         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32839         (EFIVARFS_MAGIC): Add.
32840         (F2FS_LINK_MAX): Add.
32842 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32844         * stdio-common/vfprintf.c: Replace __builtin_expect with
32845         __glibc_unlikely.
32847 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32849         [BZ #13550]
32850         * sysdeps/generic/bp-sym.h: Remove file.
32851         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32852         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32853         <bp-sym.h> and <bp-asm.h>.
32854         (__longjmp): Don't use BP_SYM.
32855         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32856         and <bp-asm.h>.
32857         (memcpy): Don't use BP_SYM.
32858         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32859         <bp-sym.h> and <bp-asm.h>.
32860         (memcpy): Don't use BP_SYM.
32861         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32862         <bp-asm.h>.
32863         (memcpy): Don't use BP_SYM.
32864         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32865         <bp-asm.h>.
32866         (memset): Don't use BP_SYM.
32867         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32868         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32869         (__bzero): Don't use BP_SYM.
32870         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32871         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32872         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32873         <bp-sym.h> and <bp-asm.h>.
32874         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32875         pointers.
32876         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32877         <bp-sym.h> and <bp-asm.h>.
32878         (memcpy): Don't use BP_SYM.
32879         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32880         <bp-sym.h> and <bp-asm.h>.
32881         (memset): Don't use BP_SYM.
32882         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32883         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32884         (__bzero): Don't use BP_SYM.
32885         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32886         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32887         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32888         <bp-sym.h> and <bp-asm.h>.
32889         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32890         pointers.
32891         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32892         <bp-sym.h> and <bp-asm.h>.
32893         (memcpy): Don't use BP_SYM.
32894         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32895         <bp-sym.h> and <bp-asm.h>.
32896         (memset): Don't use BP_SYM.
32897         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32898         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32899         (__bzero): Don't use BP_SYM.
32900         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32901         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32902         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32903         <bp-sym.h> and <bp-asm.h>.
32904         (__memchr): Don't use BP_SYM.
32905         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32906         <bp-sym.h> and <bp-asm.h>.
32907         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32908         pointers.
32909         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32910         <bp-sym.h> and <bp-asm.h>.
32911         (memcpy): Don't use BP_SYM.
32912         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32913         <bp-sym.h> and <bp-asm.h>.
32914         (__mempcpy): Don't use BP_SYM.
32915         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32916         <bp-sym.h> and <bp-asm.h>.
32917         (__memrchr): Don't use BP_SYM.
32918         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32919         <bp-sym.h> and <bp-asm.h>.
32920         (memset): Don't use BP_SYM.
32921         (__bzero): Likewise.
32922         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32923         <bp-sym.h> and <bp-asm.h>.
32924         (__rawmemchr): Don't use BP_SYM.
32925         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32926         <bp-sym.h> and <bp-asm.h>.
32927         (__STRCMP): Don't use BP_SYM.
32928         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32929         <bp-sym.h> and <bp-asm.h>.
32930         (strchr): Don't use BP_SYM.
32931         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32932         <bp-sym.h> and <bp-asm.h>.
32933         (__strchrnul): Don't use BP_SYM.
32934         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32935         <bp-sym.h> and <bp-asm.h>.
32936         (strlen): Don't use BP_SYM.
32937         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32938         <bp-sym.h> and <bp-asm.h>.
32939         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32940         pointers.
32941         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32942         <bp-sym.h> and <bp-asm.h>.
32943         (__strnlen): Don't use BP_SYM.
32944         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32945         <bp-sym.h> and <bp-asm.h>.
32946         (__GI__setjmp): Don't use BP_SYM.
32947         (_setjmp): Likewise.
32948         (__sigsetjmp): Likewise.
32949         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32950         (L(start_addresses)): Don't use BP_SYM.
32951         (_start): Likewise.
32952         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32953         <bp-asm.h>.
32954         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32955         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32956         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32957         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32958         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32959         <bp-asm.h>.
32960         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32961         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32962         about bounded pointers.
32963         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32964         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32965         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32966         <bp-asm.h>.
32967         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32968         about bounded pointers.  Remove GKM FIXME comments.
32969         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32970         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32971         <bp-asm.h>.
32972         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32973         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32974         Remove GKM FIXME comments.
32975         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32976         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32977         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32978         <bp-asm.h>.
32979         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32980         about bounded pointers.  Remove GKM FIXME comment.
32981         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32982         and <bp-asm.h>.
32983         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32984         pointers.
32985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32986         <bp-sym.h> and <bp-asm.h>.
32987         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32989         <bp-sym.h> and <bp-asm.h>.
32990         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32991         comment.
32993 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32995         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32996         call free(NULL).
32998 2013-03-05  David S. Miller  <davem@davemloft.net>
33000         * po/es.po: Update from translation team.
33002 2013-03-05  Andreas Jaeger  <aj@suse.de>
33004         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
33005         <bits/mman-linux.h>.
33006         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33007         is fine.
33008         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
33009         <bits/mman-linux.h> to end of file.
33010         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33011         is fine.
33012         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
33013         <bits/mman-linux.h> to end of file.
33014         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
33015         is fine.
33016         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
33017         <bits/mman-linux.h> to end of file.
33019         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
33020         (MCL_CURRENT, MCL_FUTURE): Define here.
33022 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33024         [BZ #15232]
33025         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
33026         attribute_hidden.
33027         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
33029 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33031         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
33032         fourth parameter needed for rt_sigprocmask syscall.
33033         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
33034         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
33035         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
33036         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
33037         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
33038         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
33040 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
33042         [BZ #13550]
33043         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
33044         comment about bounded pointers.
33045         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
33046         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
33048 2013-03-04  Andreas Jaeger  <aj@suse.de>
33050         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
33051         common definitions.
33053         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
33054         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
33055         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
33056         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
33057         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
33058         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
33060 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33062         [BZ #15055]
33063         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
33064         __ieee754_sqrl instead of __sqrl.
33066 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
33068         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
33069         * sysdeps/powerpc/fpu_control.h: ... here.
33070         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
33071         * sysdeps/powerpc/bits/fenvinline.h: ... here.
33072         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
33073         * sysdeps/powerpc/bits/mathinline.h: ... here.
33075 2013-03-01  Roland McGrath  <roland@hack.frob.com>
33077         * elf/dl-hwcaps.c (_dl_important_hwcaps):
33078         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
33079         to just [NEED_DL_SYSINFO_DSO].
33080         * elf/dl-support.c: Likewise.
33081         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
33082         * elf/rtld.c (dl_main): Likewise.
33083         * elf/setup-vdso.h (setup_vdso): Likewise.
33084         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
33085         * sysdeps/unix/sysv/linux/dl-sysdep.c
33086         (_dl_discover_osversion): Likewise.
33088 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
33090         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
33091         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33093 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
33095         * NEWS: Mention libm performance improvements and non-x86 PI
33096         futex support.
33098         * csu/libc-start.c (__pthread_initialize_minimal): Change
33099         function arguments.
33100         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
33102 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
33104         [BZ #13550]
33105         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
33106         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
33107         <bp-sym.h> and <bp-asm.h>.
33108         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33109         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
33110         and <bp-asm.h>.
33111         (memcpy): Don't use BP_SYM.
33112         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
33113         <bp-asm.h>.
33114         (__mpn_add_n): Don't use BP_SYM.
33115         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
33116         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
33117         and <bp-asm.h>.
33118         (__mpn_addmul_1): Don't use BP_SYM.
33119         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33120         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
33121         <bp-sym.h>.
33122         (_setjmp): Don't use BP_SYM.
33123         (__novmx_setjmp): Likewise.
33124         (__GI__setjmp): Likewise.
33125         (__vmx_setjmp): Likewise.
33126         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
33127         <bp-sym.h>.
33128         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
33129         (__bzero): Don't use BP_SYM.
33130         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
33131         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
33132         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
33133         <bp-sym.h> and <bp-asm.h>.
33134         (memcpy): Don't use BP_SYM.
33135         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
33136         <bp-sym.h> and <bp-asm.h>.
33137         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33138         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
33139         <bp-sym.h> and <bp-asm.h>.
33140         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
33141         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
33142         <bp-asm.h>.
33143         (__mpn_lshift): Don't use BP_SYM.
33144         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33145         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
33146         <bp-asm.h>.
33147         (memset): Don't use BP_SYM.
33148         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
33149         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
33150         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
33151         <bp-asm.h>.
33152         (__mpn_mul_1): Don't use BP_SYM.
33153         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33154         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
33155         <bp-sym.h> and <bp-asm.h>.
33156         (memcmp): Don't use BP_SYM.
33157         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
33158         <bp-sym.h> and <bp-asm.h>.
33159         (memcpy): Don't use BP_SYM.
33160         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
33161         <bp-sym.h> and <bp-asm.h>.
33162         (memset): Don't use BP_SYM.
33163         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
33164         <bp-sym.h> and <bp-asm.h>.
33165         (strncmp): Don't use BP_SYM.
33166         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
33167         <bp-sym.h> and <bp-asm.h>.
33168         (memcpy): Don't use BP_SYM.
33169         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
33170         <bp-sym.h> and <bp-asm.h>.
33171         (memset): Don't use BP_SYM.
33172         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
33173         <bp-sym.h> and <bp-asm.h>.
33174         (__memchr): Don't use BP_SYM.
33175         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
33176         <bp-sym.h> and <bp-asm.h>.
33177         (memcmp): Don't use BP_SYM.
33178         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
33179         <bp-sym.h> and <bp-asm.h>.
33180         (memcpy): Don't use BP_SYM.
33181         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
33182         <bp-sym.h> and <bp-asm.h>.
33183         (__mempcpy): Don't use BP_SYM.
33184         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
33185         <bp-sym.h> and <bp-asm.h>.
33186         (__memrchr): Don't use BP_SYM.
33187         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
33188         <bp-sym.h> and <bp-asm.h>.
33189         (memset): Don't use BP_SYM.
33190         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
33191         <bp-sym.h> and <bp-asm.h>.
33192         (__rawmemchr): Don't use BP_SYM.
33193         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
33194         <bp-sym.h> and <bp-asm.h>.
33195         (__STRCMP): Don't use BP_SYM.
33196         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
33197         <bp-sym.h> and <bp-asm.h>.
33198         (strchr): Don't use BP_SYM.
33199         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
33200         <bp-sym.h> and <bp-asm.h>.
33201         (__strchrnul): Don't use BP_SYM.
33202         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
33203         <bp-sym.h> and <bp-asm.h>.
33204         (strlen): Don't use BP_SYM.
33205         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
33206         <bp-sym.h> and <bp-asm.h>.
33207         (strncmp): Don't use BP_SYM.
33208         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
33209         <bp-sym.h> and <bp-asm.h>.
33210         (__strnlen): Don't use BP_SYM.
33211         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
33212         <bp-asm.h>.
33213         (__mpn_rshift): Don't use BP_SYM.
33214         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33215         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
33216         <bp-sym.h> and <bp-asm.h>.
33217         (__sigsetjmp): Don't use BP_SYM.
33218         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
33219         (L(start_addresses)): Don't use BP_SYM.
33220         (_start): Likewise.
33221         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
33222         <bp-asm.h>.
33223         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
33224         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33225         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33226         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
33227         <bp-asm.h>.
33228         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
33229         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33230         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33231         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
33232         <bp-asm.h>.
33233         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33234         comments.
33235         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33236         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
33237         <bp-asm.h>.
33238         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
33239         FIXME comments.
33240         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33241         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
33242         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
33243         <bp-asm.h>.
33244         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
33245         comment.
33246         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
33247         and <bp-asm.h>.
33248         (strncmp): Don't use BP_SYM,
33249         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
33250         <bp-asm.h>.
33251         (__mpn_sub_n): Don't use BP_SYM.
33252         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33253         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
33254         and <bp-asm.h>.
33255         (__mpn_submul_1): Don't use BP_SYM.
33256         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
33258         <bp-sym.h> and <bp-asm.h>.
33259         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
33260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
33261         <bp-sym.h> and <bp-asm.h>.
33262         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
33263         comment.
33265 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
33268         Use ZK to minimize writes to Z.
33269         (sub_magnitudes): Simplify code a bit.
33270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
33271         Use ZK to minimize writes to Z.
33272         (sub_magnitudes): Simplify code a bit.
33274 2013-02-27  Roland McGrath  <roland@hack.frob.com>
33276         * csu/gmon-start.c: Add special exception to license text.
33278 2013-02-27  Richard Henderson  <rth@redhat.com>
33280         * scripts/config.guess: Update from config.git.
33281         * scripts/config.sub: Likewise.
33283 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33285         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
33287         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
33289         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
33291         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
33293         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
33295 2013-02-26  Roland McGrath  <roland@hack.frob.com>
33297         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
33298         [$(build-shared = yes].
33300 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33302         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
33303         (__mul): Reduce iterations for calculating mantissa.
33305         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
33306         MPTWO.
33307         (__mpranred): Likewise.
33309         [BZ #15160]
33310         * malloc/memusagestat.c (main): Draw graphs for heap and stack
33311         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
33313 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33315         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
33316         Define __attribute__.
33318 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33320         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
33321         unused.
33322         * posix/regex_internal.h (__attribute): Remove.
33323         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
33324         (re_string_context_at): Likewise.
33325         (bitset_not): Use __attribute__ and mark function as possibly
33326         unused.
33327         (bitset_merge): Likewise.
33328         (bitset_mask): Likewise.
33329         (re_string_char_size_at): Likewise.
33330         (re_string_wchar_at): Likewise.
33331         (re_string_elem_size_at): Likewise.
33333 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33335         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
33336         code.
33337         (cc32): Likewise.
33339         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
33340         (__acr): Likewise.
33341         (__cpy): Likewise.
33342         (norm): Likewise.
33343         (denorm): Likewise.
33344         (__dbl_mp): Likewise.
33345         (add_magnitudes): Likewise.
33346         (sub_magnitudes): Likewise.
33347         (__mul): Likewise.
33348         (__inv): Likewise.
33350         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
33351         style.
33353         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
33354         style.
33356         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
33357         code.
33359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
33360         up changes with default code.
33361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
33362         Likewise.
33364 2013-02-24  Allan McRae  <allan@archlinux.org>
33366         * manual/socket.texi (The Internet Namespace): Order menu items
33367         to match that in the file.
33369         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
33370         node listing of the info page menu.
33372 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
33374         [BZ #13550]
33375         * sysdeps/i386/bp-asm.h: Remove file.
33376         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33377         (PARMS): Do not use macros from bp-asm.h.
33378         (S1): Likewise.
33379         (S2): Likewise.
33380         (SIZE): Likewise.
33381         (__mpn_add_n): Do not use BP_SYM
33382         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
33383         "bp-asm.h".
33384         (PARMS): Do not use macros from bp-asm.h.
33385         (S1): Likewise.
33386         (SIZE): Likewise.
33387         (__mpn_addmul_1): Do not use BP_SYM
33388         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
33389         "bp-asm.h".
33390         (PARMS): Do not use macros from bp-asm.h.
33391         (SIGMSK): Likewise.
33392         (_setjmp): Likewise.  Do not use BP_SYM.
33393         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
33394         "bp-asm.h".
33395         (PARMS): Do not use macros from bp-asm.h.
33396         (SIGMSK): Likewise.
33397         (setjmp): Likewise.  Do not use BP_SYM.
33398         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
33399         "bp-asm.h".
33400         (PARMS): Do not use macros from bp-asm.h.
33401         (__frexp): Do not use BP_SYM.
33402         (frexp): Likewise.
33403         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
33404         "bp-asm.h".
33405         (PARMS): Do not use macros from bp-asm.h.
33406         (__frexpf): Do not use BP_SYM.
33407         (frexpf): Likewise.
33408         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
33409         "bp-asm.h".
33410         (PARMS): Do not use macros from bp-asm.h.
33411         (__frexpl): Do not use BP_SYM.
33412         (frexpl): Likewise.
33413         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
33414         "bp-asm.h".
33415         (PARMS): Do not use macros from bp-asm.h.
33416         (__remquo): Do not use BP_SYM.
33417         (remquo): Likewise.
33418         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
33419         "bp-asm.h".
33420         (PARMS): Do not use macros from bp-asm.h.
33421         (__remquof): Do not use BP_SYM.
33422         (remquof): Likewise.
33423         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
33424         "bp-asm.h".
33425         (PARMS): Do not use macros from bp-asm.h.
33426         (__remquol): Do not use BP_SYM.
33427         (remquol): Likewise.
33428         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
33429         "bp-asm.h".
33430         (PARMS): Do not use macros from bp-asm.h.
33431         (DEST): Likewise.
33432         (SRC): Likewise.
33433         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
33434         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
33435         "bp-asm.h".
33436         (PARMS): Do not use macros from bp-asm.h.
33437         (strlen): Do not use BP_SYM.
33438         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
33439         "bp-asm.h".
33440         (PARMS): Do not use macros from bp-asm.h.
33441         (S1): Likewise.
33442         (S2): Likewise.
33443         (SIZE): Likewise.
33444         (__mpn_add_n): Do not use BP_SYM.
33445         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
33446         "bp-asm.h".
33447         (PARMS): Do not use macros from bp-asm.h.
33448         (S1): Likewise.
33449         (SIZE): Likewise.
33450         (__mpn_addmul_1): Do not use BP_SYM.
33451         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
33452         weak_alias.
33453         (bzero): Likewise.
33454         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
33455         "bp-asm.h".
33456         (PARMS): Do not use macros from bp-asm.h.
33457         (S): Likewise.
33458         (SIZE): Likewise.
33459         (__mpn_lshift): Do not use BP_SYM.
33460         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
33461         "bp-asm.h".
33462         (PARMS): Do not use macros from bp-asm.h.
33463         (DEST): Likewise.
33464         (SRC): Likewise.
33465         (LEN): Likewise.
33466         (memcpy): Likewise.  Do not use BP_SYM.
33467         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
33468         libc_hidden_def and weak_alias.
33469         (mempcpy): Do not use BP_SYM in weak_alias.
33470         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
33471         "bp-asm.h".
33472         (PARMS): Do not use macros from bp-asm.h.
33473         (DEST): Likewise.
33474         (LEN): Likewise.
33475         [!BZERO_P] (CHR): Likewise.
33476         (memset): Likewise.  Do not use BP_SYM.
33477         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
33478         "bp-asm.h".
33479         (PARMS): Do not use macros from bp-asm.h.
33480         (S1): Likewise.
33481         (SIZE): Likewise.
33482         (__mpn_mul_1): Do not use BP_SYM.
33483         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
33484         "bp-asm.h".
33485         (PARMS): Do not use macros from bp-asm.h.
33486         (S): Likewise.
33487         (SIZE): Likewise.
33488         (__mpn_rshift): Do not use BP_SYM.
33489         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
33490         "bp-asm.h".
33491         (PARMS): Do not use macros from bp-asm.h.
33492         (STR): Likewise.
33493         (CHR): Likewise.
33494         (strchr): Likewise.  Do not use BP_SYM.
33495         (index): Do not use BP_SYM in weak_alias.
33496         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
33497         "bp-asm.h".
33498         (PARMS): Do not use macros from bp-asm.h.
33499         (DEST): Likewise.
33500         (SRC): Likewise.
33501         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
33502         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
33503         "bp-asm.h".
33504         (PARMS): Do not use macros from bp-asm.h.
33505         (strlen): Do not use BP_SYM.
33506         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
33507         "bp-asm.h".
33508         (PARMS): Do not use macros from bp-asm.h.
33509         (S1): Likewise.
33510         (S2): Likewise.
33511         (SIZE): Likewise.
33512         (__mpn_sub_n): Do not use BP_SYM.
33513         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
33514         "bp-asm.h".
33515         (PARMS): Do not use macros from bp-asm.h.
33516         (S1): Likewise.
33517         (SIZE): Likewise.
33518         (__mpn_submul_1): Do not use BP_SYM.
33519         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
33520         "bp-asm.h".
33521         (PARMS): Do not use macros from bp-asm.h.
33522         (S1): Likewise.
33523         (S2): Likewise.
33524         (SIZE): Likewise.
33525         (__mpn_add_n): Do not use BP_SYM.
33526         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
33527         weak_alias.
33528         (bzero): Likewise.
33529         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
33530         "bp-asm.h".
33531         (PARMS): Do not use macros from bp-asm.h.
33532         (BLK2): Likewise.
33533         (LEN): Likewise.
33534         (memcmp): Do not use BP_SYM.
33535         (bcmp): Do not use BP_SYM in weak_alias.
33536         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
33537         "bp-asm.h".
33538         (PARMS): Do not use macros from bp-asm.h.
33539         (DEST): Likewise.
33540         (SRC): Likewise.
33541         (LEN): Likewise.
33542         (memcpy): Likewise.  Do not use BP_SYM.
33543         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
33544         "bp-asm.h".
33545         (PARMS): Do not use macros from bp-asm.h.
33546         (DEST): Likewise.
33547         (SRC): Likewise.
33548         (LEN): Likewise.
33549         (memmove): Likewise.  Do not use BP_SYM.
33550         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
33551         "bp-asm.h".
33552         (PARMS): Do not use macros from bp-asm.h.
33553         (DEST): Likewise.
33554         (SRC): Likewise.
33555         (LEN): Likewise.
33556         (__mempcpy): Likewise.  Do not use BP_SYM.
33557         (mempcpy): Do not use BP_SYM in weak_alias.
33558         * sysdeps/i386/i686/memset.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         (LEN): Likewise.
33563         [!BZERO_P] (CHR): Likewise.
33564         (memset): Likewise.  Do not use BP_SYM.
33565         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
33566         "bp-asm.h".
33567         (PARMS): Do not use macros from bp-asm.h.
33568         (STR2): Likewise.
33569         (strcmp): Do not use BP_SYM.
33570         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
33571         "bp-asm.h".
33572         (PARMS): Do not use macros from bp-asm.h.
33573         (STR): Likewise.
33574         (DELIM): Likewise.
33575         [USE_AS_STRTOK_R] (SAVE): Likewise.
33576         (FUNCTION): Likewise.  Do not use BP_SYM.
33577         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
33578         aliases.
33579         (strtok_r): Likewise.
33580         (__GI___strtok_r): Likewise.
33581         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33582         (PARMS): Do not use macros from bp-asm.h.
33583         (S): Likewise.
33584         (SIZE): Likewise.
33585         (__mpn_lshift): Do not use BP_SYM.
33586         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33587         (PARMS): Do not use macros from bp-asm.h.
33588         (STR): Likewise.
33589         (CHR): Likewise.
33590         (__memchr): Do not use BP_SYM.
33591         (memchr): Do not use BP_SYM in weak_alias.
33592         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33593         (PARMS): Do not use macros from bp-asm.h.
33594         (BLK2): Likewise.
33595         (LEN): Likewise.
33596         (memcmp): Do not use BP_SYM.
33597         (bcmp): Do not use BP_SYM in weak_alias.
33598         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
33599         (PARMS): Do not use macros from bp-asm.h.
33600         (S1): Likewise.
33601         (SIZE): Likewise.
33602         (__mpn_mul_1): Do not use BP_SYM.
33603         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
33604         "bp-asm.h".
33605         (PARMS): Do not use macros from bp-asm.h.
33606         (STR): Likewise.
33607         (CHR): Likewise.
33608         (__rawmemchr): Do not use BP_SYM.
33609         (rawmemchr): Do not use BP_SYM in weak_alias.
33610         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
33611         (PARMS): Do not use macros from bp-asm.h.
33612         (S): Likewise.
33613         (SIZE): Likewise.
33614         (__mpn_rshift): Do not use BP_SYM.
33615         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
33616         (PARMS): Do not use macros from bp-asm.h.
33617         (SIGMSK): Likewise.
33618         (__sigsetjmp): Likewise.  Do not use BP_SYM.
33619         * sysdeps/i386/start.S: Do not include "bp-sym.h".
33620         (_start): Do not use BP_SYM.
33621         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
33622         (PARMS): Do not use macros from bp-asm.h.
33623         (DEST): Likewise.
33624         (SRC): Likewise.
33625         (__stpcpy): Likewise.  Do not use BP_SYM.
33626         (stpcpy): Do not use BP_SYM in weak_alias.
33627         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
33628         "bp-asm.h".
33629         (PARMS): Do not use macros from bp-asm.h.
33630         (DEST): Likewise.
33631         (SRC): Likewise.
33632         (LEN): Likewise.
33633         (__stpncpy): Likewise.  Do not use BP_SYM.
33634         (stpncpy): Do not use BP_SYM in weak_alias.
33635         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
33636         (PARMS): Do not use macros from bp-asm.h.
33637         (STR): Likewise.
33638         (CHR): Likewise.
33639         (strchr): Likewise.  Do not use BP_SYM.
33640         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
33641         "bp-asm.h".
33642         (PARMS): Do not use macros from bp-asm.h.
33643         (STR): Likewise.
33644         (CHR): Likewise.
33645         (__strchrnul): Likewise.  Do not use BP_SYM.
33646         (strchrnul): Do not use BP_SYM in weak_alias.
33647         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
33648         "bp-asm.h".
33649         (PARMS): Do not use macros from bp-asm.h.
33650         (STOP): Likewise.
33651         (strcspn): Do not use BP_SYM.
33652         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
33653         "bp-asm.h".
33654         (PARMS): Do not use macros from bp-asm.h.
33655         (STR): Likewise.
33656         (STOP): Likewise.
33657         (strpbrk): Likewise.  Do not use BP_SYM.
33658         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
33659         "bp-asm.h".
33660         (PARMS): Do not use macros from bp-asm.h.
33661         (STR): Likewise.
33662         (CHR): Likewise.
33663         (strrchr): Likewise.  Do not use BP_SYM.
33664         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
33665         (PARMS): Do not use macros from bp-asm.h.
33666         (SKIP): Likewise.
33667         (strspn): Do not use BP_SYM.
33668         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
33669         (PARMS): Do not use macros from bp-asm.h.
33670         (STR): Likewise.
33671         (DELIM): Likewise.
33672         (SAVE): Likewise.
33673         (FUNCTION): Likewise.  Do not use BP_SYM.
33674         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
33675         aliases.
33676         (strtok_r): Likewise.
33677         (__GI___strtok_r): Likewise.
33678         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
33679         (PARMS): Do not use macros from bp-asm.h.
33680         (S1): Likewise.
33681         (S2): Likewise.
33682         (SIZE): Likewise.
33683         (__mpn_sub_n): Do not use BP_SYM.
33684         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
33685         "bp-asm.h".
33686         (PARMS): Do not use macros from bp-asm.h.
33687         (S1): Likewise.
33688         (SIZE): Likewise.
33689         (__mpn_submul_1): Do not use BP_SYM.
33690         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
33691         <bp-sym.h>.
33692         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
33693         and <bp-asm.h>.
33694         (PARMS): Do not use macros from bp-asm.h.
33695         (FLAGS): Likewise.
33696         (PTID): Likewise.
33697         (TLS): Likewise.
33698         (CTID): Likewise.
33699         (__clone): Do not use BP_SYM.
33700         (clone): Do not use BP_SYM in weak_alias.
33701         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
33702         and <bp-asm.h>.
33703         (PARMS): Do not use macros from bp-asm.h.
33704         (LEN): Likewise.
33705         (__mmap64): Do not use BP_SYM.
33706         (mmap64): Do not use BP_SYM in weak_alias.
33707         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33708         <bp-sym.h> and <bp-asm.h>.
33709         (PARMS): Do not use macros from bp-asm.h.
33710         (__posix_fadvise64_l64): Do not use BP_SYM.
33711         * sysdeps/unix/sysv/linux/i386/semtimedop.S
33712         (PARMS): Do not use macros from bp-asm.h.
33713         (NSOPS): Likewise.
33714         (semtimedop): Do not use BP_SYM.
33715         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33716         and <bp-asm.h>.
33718 2013-02-21  Allan McRae  <allan@archlinux.org>
33720         * manual/message.texi (Charset conversion in gettext):
33721         Move @end statement to beginning of line.
33723 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33725         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33726         static.
33727         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33728         Likewise.
33730         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33731         (denorm): Likewise.
33732         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33735 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33737         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33738         tail-call to the resolved function if pltexit isn't needed.
33740 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33743         or Y being zero as being unlikely.
33744         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33745         Likewise.
33747 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33749         * manual/nss.texi (System Databases and Name Service Switch):
33750         Remove frobnicate @pxref.
33752 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33754         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33755         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33757 2013-02-20  Petr Machata  <pmachata@redhat.com>
33759         * elf/elf.h (R_ARM_TARGET1): New macro.
33760         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33761         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33762         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33763         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33764         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33765         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33766         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33767         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33768         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33769         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33770         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33771         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33772         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33773         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33774         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33775         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33776         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33777         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33778         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33779         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33780         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33781         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33782         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33783         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33784         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33785         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33786         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33787         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33788         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33789         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33790         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33791         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33792         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33793         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33794         (R_ARM_THM_GOT_BREL12): Likewise.
33795         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33796         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33797         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33798         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33799         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33800         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33801         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33802         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33803         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33805 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33807         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33808         __attribute_used__ to __attribute__ ((unused)).
33810 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33812         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33813         powerpc mpa.c.
33814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33815         comment formatting.
33816         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33818 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33820         [BZ #13550]
33821         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33822         Remove macro.
33823         (ENTER): Remove both macro definitions.
33824         (LEAVE): Likewise.
33825         (CHECK_BOUNDS_LOW): Likewise.
33826         (CHECK_BOUNDS_HIGH): Likewise.
33827         (CHECK_BOUNDS_BOTH): Likewise.
33828         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33829         (RETURN_BOUNDED_POINTER): Likewise.
33830         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33831         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33832         (POP_ERRNO_LOCATION_RETURN): Likewise.
33833         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33834         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33835         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33836         macros.
33837         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33838         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33839         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33840         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33841         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33842         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33843         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33844         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33845         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33846         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33847         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33848         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33849         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33850         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33851         removed macros.
33852         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33853         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33854         macros.
33855         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33856         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33857         * sysdeps/i386/i586/memset.S (memset): Likewise.
33858         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33859         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33860         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33861         macros.
33862         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33863         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33864         Change uses of L(2) to L(out).
33865         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33866         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33867         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33868         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33869         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33870         removed macros.
33871         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33872         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33873         macros.
33874         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33875         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33876         (RETURN): Do not use macro LEAVE.
33877         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33878         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33879         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33880         * sysdeps/i386/i686/memset.S (memset): Likewise.
33881         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33882         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33883         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33884         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33885         Likewise.
33886         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33887         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33888         L(1_2) and L(1_3) into L(1).
33889         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33890         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33891         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33892         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33893         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33894         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33895         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33896         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33897         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33898         macros.
33899         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33900         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33901         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33902         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33903         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33904         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33905         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33906         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33907         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33908         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33909         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33910         * sysdeps/i386/strspn.S (strspn): Likewise.
33911         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33912         conditional code.
33913         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33914         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33915         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33916         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33917         L(1_3) into L(1_1).
33918         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33919         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33920         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33921         macros.
33922         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33924 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33926         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33927         macro.
33929 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33931         * math/atest-exp.c (exp_mpn): Remove ROUND.
33932         * math/atest-exp2.c (exp_mpn): Likewise.
33933         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33935         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33936         * stdlib/tst-tls-atexit-lib.c: Likewise.
33937         * stdlib/tst-tls-atexit.c: Likewise.
33939 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33941         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33942         and __attribute_alloc_size__.
33944 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33946         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33947         __attribute_alloc_size__.
33948         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33949         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33951 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33953         * include/programs/xmalloc.h: New file.
33954         * catgets/gencat.c: Include it.
33955         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33956         * elf/pldd.c: Likewise.
33957         * iconv/iconv_charmap.c: Likewise.
33958         * iconv/iconvconfig.c: Likewise.
33959         * iconv/strtab.c: Likewise.
33960         * locale/programs/locale.c: Likewise.
33961         * locale/programs/localedef.h: Likewise.
33962         * locale/programs/simple-hash.c: Likewise.
33963         * nscd/nscd.h: Likewise.
33964         * nss/makedb.c: Likewise.
33965         * sysdeps/generic/ldconfig.h: Likewise.
33967 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33969         * Versions.def: Add GLIBC_2.18.
33970         * include/link.h (struct link_map): New member l_tls_dtor_count.
33971         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33972         (__call_tls_dtors): Likewise.
33973         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33974         __cxa_thread_atexit_impl.
33975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33976         Likewise.
33977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33978         Likewise.
33979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33980         Likewise.
33981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33982         Likewise.
33983         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33985         Likewise.
33986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33987         Likewise.
33988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33990         Likewise.
33991         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33992         (tests): Add test case tst-tls-atexit.
33993         (modules-names): Add shared library for tst-tls-atexit.
33994         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33995         (GLIBC_PRIVATE): Add __call_tls_dtors.
33996         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33997         for libstdc++.
33998         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33999         * stdlib/tst-tls-atexit.c: New test case.
34000         * stdlib/tst-tls-atexit-lib.c: New test case.
34002         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
34004         * elf/Versions (ld): Add _dl_find_dso_for_object.
34005         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
34006         * elf/dl-open.c (_dl_find_dso_for_object): New function.
34007         (dl_open_worker): Use _dl_find_dso_for_object.
34008         * elf/dl-sym.c (do_sym): Likewise.
34009         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
34011 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34013         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
34014         Syntactic changes only.
34015         (_dl_runtime_profile): Do a tail-call to the resolved function.
34017 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
34019         [BZ #13550]
34020         * sysdeps/x86_64/bp-asm.h: Remove file.
34021         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
34022         <bp-sym.h> and <bp-asm.h>.
34023         (__clone): Do not use BP_SYM.
34024         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
34025         <bp-sym.h> and <bp-asm.h>.
34026         * sysdeps/unix/x86_64/sysdep.S: Likewise.
34027         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
34028         "bp-asm.h".
34029         (_setjmp): Do not use BP_SYM.
34030         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
34031         "bp-asm.h".
34032         (setjmp): Do not use BP_SYM.
34033         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
34034         libc_hidden_def.
34035         (mempcpy): Do not use BP_SYM in weak_alias.
34036         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
34037         "bp-asm.h".
34038         (strchr): Do not use BP_SYM.
34039         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
34040         "bp-asm.h".
34041         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
34042         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
34043         (_start): Do not use BP_SYM.
34044         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
34045         "bp-asm.h".
34046         (strcat): Do not use BP_SYM.
34047         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
34048         "bp-asm.h".
34049         (STRCMP): Do not use BP_SYM.
34050         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
34051         "bp-asm.h".
34052         (STRCPY): Do not use BP_SYM.
34053         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
34054         "bp-asm.h".
34055         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
34056         "bp-asm.h".
34057         (FUNCTION): Do not use BP_SYM.
34058         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
34059         weak_alias.
34060         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
34062 2013-02-17  Andreas Jaeger  <aj@suse.de>
34064         * time/Versions: Sort entries.
34065         * string/Versions: Likewise.
34066         * resolv/Versions: Likewise.
34067         * posix/Versions: Likewise.
34068         * iconv/Versions: Likewise.
34069         * elf/Versions: Likewise.
34070         * wcsmbs/Versions: Likewise.
34072 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
34074         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
34075         loop termination condition.
34077         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
34078         variable to calculate EZ.
34079         (__sqr): Likewise.
34081         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
34082         the lower precision input.
34084 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
34086         [BZ #13550]
34087         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
34088         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
34089         (run-via-rtld-prefix): Do not handle %-bp tests.
34090         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
34091         (all-object-suffixes): Remove .ob.
34092         (bppfx): Remove variable.
34093         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
34094         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
34095         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
34096         [$(build-bounded) = yes] (libtype.ob): Likewise.
34097         * Makerules (elide-routines.ob): Remove variable.
34098         (do-tests-clean): Do not handle *-bp.out.
34099         (common-mostlyclean): Do not handle *-bp and *-bp.out.
34100         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
34101         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
34102         (tests): Do not include $(tests-bp.out).
34103         (xtests): Do not include $(xtests-bp.out).
34104         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
34105         [$(build-bounded) = yes] ($(addprefix
34106         $(objpfx),$(binaries-bounded))): Remove rule.
34107         ($(objpfx)%-bp.out): Remove rule.
34108         * config.make.in (build-bounded): Remove variable.
34109         * crypt/Makefile [$(build-bounded) = yes]
34110         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
34111         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
34112         append to variable.
34113         [$(build-bounded) = yes] (install-lib): Likewise.
34114         [$(build-bounded) = yes] (generated): Likewise.
34115         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
34116         Remove rule.
34117         * intl/Makefile [$(build-bounded) = yes]
34118         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
34119         * math/Makefile [$(build-bounded) = yes]
34120         ($(tests:%=$(objpfx)%-bp): Likewise.
34121         * misc/Makefile [$(build-bounded) = yes]
34122         ($(objpfx)tst-tsearch-bp): Likewise.
34123         * nptl/Makeconfig (bounded-thread-library): Remove variable.
34124         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
34125         Remove dependency.
34126         * string/Makefile (o-objects.ob): Remove variable.
34127         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
34128         (CFLAGS-.ob): Remove variable.
34129         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
34130         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
34131         both definitions of variable.
34132         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
34133         (ASFLAGS-.ob): Remove variable.
34135 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
34137         [BZ #13550]
34138         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
34139         Remove __BOUNDED_POINTERS__ from condition.
34140         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
34141         * string/bits/string2.h [!__NO_STRING_INLINES &&
34142         !__BOUNDED_POINTERS__]: Likewise.
34143         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
34144         Likewise.
34145         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
34146         Remove conditional code.
34147         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
34148         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
34149         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
34150         condition.
34152         [BZ #13550]
34153         * csu/libc-start.c: Do not include <bp-sym.h>.
34154         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
34155         * elf/dl-open.c: Do not include <bp-sym.h>.
34156         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
34157         * math/fegetenv.c: Do not include <bp-sym.h>.
34158         (fegetenv): Do not use BP_SYM in versioned symbols.
34159         * nptl/sysdeps/pthread/bits/libc-lockP.h
34160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
34161         <bp-sym.h>.
34162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34163         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
34164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34165         (__pthread_mutex_destroy): Likewise.
34166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34167         (__pthread_mutex_lock): Likewise.
34168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34169         (__pthread_mutex_trylock): Likewise.
34170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34171         (__pthread_mutex_unlock): Likewise.
34172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34173         (__pthread_mutexattr_init): Likewise.
34174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34175         (__pthread_mutexattr_destroy): Likewise.
34176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34177         (__pthread_mutexattr_settype): Likewise.
34178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34179         (__pthread_rwlock_init): Likewise.
34180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34181         (__pthread_rwlock_destroy): Likewise.
34182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34183         (__pthread_rwlock_rdlock): Likewise.
34184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34185         (__pthread_rwlock_tryrdlock): Likewise.
34186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34187         (__pthread_rwlock_wrlock): Likewise.
34188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34189         (__pthread_rwlock_trywrlock): Likewise.
34190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34191         (__pthread_rwlock_unlock): Likewise.
34192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34193         (__pthread_key_create): Likewise.
34194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34195         (__pthread_setspecific): Likewise.
34196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34197         (__pthread_getspecific): Likewise.
34198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
34199         Likewise.
34200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34201         (_pthread_cleanup_push_defer): Likewise.
34202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34203         (_pthread_cleanup_pop_restore): Likewise.
34204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
34205         (pthread_setcancelstate): Likewise.
34206         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
34207         <bp-sym.h>.
34208         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
34209         (memchr): Do not use BP_SYM in weak_alias.
34210         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
34211         (fegetenv): Do not use BP_SYM in versioned symbols.
34212         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
34213         (fesetenv): Do not use BP_SYM in versioned symbols.
34214         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34215         (feupdateenv): Do not use BP_SYM in versioned symbols.
34216         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34217         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34218         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
34219         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
34220         (open64): Do not use BP_SYM in weak_alias.
34221         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
34222         (fegetenv): Do not use BP_SYM in versioned symbols.
34223         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
34224         (fesetenv): Do not use BP_SYM in versioned symbols.
34225         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
34226         (feupdateenv): Do not use BP_SYM in versioned symbols.
34227         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
34228         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
34229         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
34230         (feraiseexcept): Do not use BP_SYM in versioned symbols.
34231         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
34232         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
34233         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
34234         <bp-sym.h>.
34235         (__libc_start_main): Do not use BP_SYM.
34237 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34239         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
34240         redundant return line.
34241         (norm): Likewise.
34242         (denorm): Likewise.
34243         (dbl_mp): Likewise.
34244         (sub_magnitudes): Likewise.
34245         (__add): Likewise.
34246         (__sub): Likewise.
34247         (__mul): Likewise.
34248         (__inv): Likewise.
34249         (__dvd): Likewise.
34250         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
34251         (norm): Likewise.
34252         (denorm): Likewise.
34253         (dbl_mp): Likewise.
34254         (sub_magnitudes): Likewise.
34255         (__add): Likewise.
34256         (__sub): Likewise.
34257         (__mul): Likewise.
34258         (__inv): Likewise.
34259         (__dvd): Likewise.
34261         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
34262         instead of __mul.
34263         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
34264         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
34265         (cc32): Likewise.
34267         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
34268         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
34269         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
34270         of __mul for squares.
34271         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
34272         function
34273         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
34274         Likewise.
34275         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
34276         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34278 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
34280         [BZ #13550]
34281         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
34282         code.
34283         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
34284         prototype or function definition.  Rename ubp_* variables and
34285         parameters.  Remove argv definitions conditional on
34286         [__BOUNDED_POINTERS__].
34287         * debug/backtrace.c (__backtrace): Do not use __unbounded.
34288         * elf/dl-runtime.c (_dl_fixup): Likewise.
34289         * include/set-hooks.h (RUN_HOOK): Likewise.
34290         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
34291         definition.
34292         * string/strcpy.c (strcpy): Do not use __unbounded.
34293         * sysdeps/generic/frame.h (struct layout): Likewise.
34294         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
34295         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
34296         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
34297         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
34298         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
34299         (__backtrace): Likewise.
34300         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
34301         use __ptrvalue.
34302         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
34303         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
34304         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
34305         Likewise.
34306         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
34307         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
34308         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
34309         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34310         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
34311         Do not use __unbounded.
34312         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
34313         Rename __unboundedrlimits parameter to rlimits in prototype.
34314         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
34315         Do not use __unbounded.
34316         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
34317         not use __ptrvalue.
34318         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34319         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
34320         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34321         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
34322         __ptrvalue or __unbounded.
34323         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
34324         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
34325         use __unbounded.
34326         (__new_msgctl): Do not use __ptrvalue.
34327         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
34328         __unbounded.
34329         (__libc_msgrcv): Do not use __ptrvalue.
34330         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
34331         startup_info): Do not use __unbounded.
34332         (__libc_start_main): Likewise.  Rename ubp_* variables and
34333         parameters.  Remove argv definitions conditional on
34334         [__BOUNDED_POINTERS__].
34335         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
34336         __ptrvalue.
34337         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
34338         use __unbounded.
34339         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
34340         or __ptrvalue.
34341         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
34342         use __unbounded.
34343         (__new_shmctl): Do not use __ptrvalue.
34344         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
34345         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
34346         Likewise.
34347         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
34348         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
34349         (__libc_sigaction): Likewise.
34350         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
34351         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
34352         Likewise.
34353         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34355 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
34357         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
34359         * string/mempcpy.c: Implement by calling memcpy.
34361 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
34363         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
34365         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
34366         evaluation.
34368         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
34369         values in the mantissa.
34371         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
34372         minimize writes to Z.
34373         (sub_magnitudes): Simplify code a bit.
34375 2013-02-12  Roland McGrath  <roland@hack.frob.com>
34377         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
34378         from the message.  The linker prefixes all warnings with that already.
34380 2013-02-12  Andreas Schwab  <schwab@suse.de>
34382         [BZ #15078]
34383         * posix/regexec.c (extend_buffers): Add parameter min_len.
34384         (check_matching): Pass minimum needed length.
34385         (clean_state_log_if_needed): Likewise.
34386         (get_subexp): Likewise.
34387         * posix/Makefile (tests): Add bug-regex34.
34388         (bug-regex34-ENV): Define.
34389         * posix/bug-regex34.c: New file.
34391         [BZ #11561]
34392         * posix/regcomp.c (parse_bracket_exp): When looking up collating
34393         elements compare against the byte sequence of it, not its name.
34394         * posix/Makefile (tests): Add bug-regex35.
34395         (bug-regex35-ENV): Define.
34396         * posix/bug-regex35.c: New file.
34398 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34400         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
34401         comment.
34402         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
34403         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
34404         (CHECK_EOL): Add undef.
34406 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
34408         * bits/stdlib-bsearch.h: New file.
34409         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
34410         * stdlib/stdlib.h: Likewise.
34412 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34414         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
34415         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
34416         declaration.
34417         * manual/search.texi (Array Search Function): Add missing const in
34418         lfind prototype.
34419         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
34420         declaration to use rlim_t.
34421         (Basic Scheduling Functions): Remove erroneous const from
34422         sched_getparam prototype.  Remove erroneous * from
34423         sched_get_priority_max and sched_get_priority_min prototypes.
34424         (Resource Usage): Fix summary @comment on vtimes to refer to
34425         sys/vtimes.h rather than vtimes.h.
34426         Add missing *s in vtimes prototype.
34427         (Limits on Resources): Fix ulimit prototype to return long int.
34428         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
34429         prototypes to use long int rather than double.
34430         (BSD Random): Fix initstate and setstate to use char *, not void *.
34431         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
34432         prototype to make second argument 'struct aiocb64 *const[]'.
34433         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
34434         (Status of AIO Operations): Remove erroneous const in aio_return and
34435         aio_return64 prototypes.
34436         (Synchronizing I/O): Fix sync prototype to return void.
34437         * manual/startup.texi (Suboptions): Remove an erroneous const in
34438         getsubopt prototype.
34439         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
34440         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
34441         use size_t rather than int.
34442         (Scanning All Users): Likewise for getpwent_r.
34443         (Setting Groups): Add missing const to setgroups prototype.
34444         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
34445         * manual/socket.texi (Host Names): Fix gethostbyaddr and
34446         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
34447         'const void *' rather than 'const char *'.
34448         (Host Address Functions): Likewise for inet_ntop.
34449         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
34450         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
34451         ssize_t for return value.
34452         (Sending Data): Likewise for send, sendto, sendmsg.
34453         (Socket Option Functions): Add a missing const in setsockopt prototype.
34454         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
34455         use wchar_t for the argument.
34456         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
34457         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
34458         take no arguments.
34459         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
34460         double/float/long double for second argument.
34461         Fix return types of significand, significandf, significandl.
34462         * manual/filesys.texi (Setting Permissions): Use mode_t for second
34463         argument in fchmod prototype.
34464         (File Owner): Use uid_t and gid_t in fchown prototype.
34465         (File Times): Add const to utimes, futimes, and lutimes prototypes.
34466         (Making Special Files): Use mode_t and dev_t in mknod prototype.
34467         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
34468         use 'const struct dirent **' as argument types to CMP function pointer
34469         argument.
34470         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
34471         (File Times): Fix summary magic @comment for struct utimbuf and utime
34472         to refer to utime.h, not time.h.
34473         * manual/string.texi (Argz Functions): Add missing const in
34474         argz_extract and argz_next prototypes.
34475         (Finding Tokens in a String): Likewise for basename.
34476         (String/Array Comparison): Fix typo in wcscasecmp prototype.
34477         (Copying and Concatenation): Fix typo in wmemmove prototype.
34478         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
34479         (Signal Stack): Remove erroneous const in sigstack prototype.
34480         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
34481         prototype.
34482         (Simple Calendar Time): Likewise for stime.
34483         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
34484         prototype.
34485         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
34486         say sys/sysctl.h instead.
34487         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
34488         and vsyslog prototypes.
34490 2013-02-11  Tom de Vries  <tom@codesourcery.com>
34492         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
34493         Remove.
34495 2013-02-11  Roland McGrath  <roland@hack.frob.com>
34497         * misc/sys/mman.h: Fix typo in mremap comment.
34499 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34501         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
34502         the '\0' terminator.
34504 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34506         [BZ #13550]
34507         * debug/segfault.c: Don't include <bp-checks.h>.
34508         * sysdeps/generic/bp-checks.h: Remove file.
34509         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
34510         (__GETDENTS): Don't use CHECK_N.
34511         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
34512         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
34513         (__getgroups): Don't use CHECK_N.
34514         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
34515         (setgroups): Don't use CHECK_N.
34516         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
34517         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
34518         (__libc_msgrcv): Don't use CHECK_N.
34519         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
34520         (__libc_msgsnd): Don't use CHECK_N.
34521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
34522         <bp-checks.h>.
34523         (__libc_pread): Don't use CHECK_N.
34524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
34525         include <bp-checks.h>.
34526         (__libc_pread64): Don't use CHECK_N.
34527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
34528         include <bp-checks.h>.
34529         (__libc_pwrite): Don't use CHECK_N.
34530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
34531         include <bp-checks.h>.
34532         (__libc_pwrite64): Don't use CHECK_N.
34533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
34534         <bp-checks.h>.
34535         (__libc_pread): Don't use CHECK_N.
34536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
34537         include <bp-checks.h>.
34538         (__libc_pread64): Don't use CHECK_N.
34539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
34540         include <bp-checks.h>.
34541         (__libc_pwrite): Don't use CHECK_N.
34542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
34543         include <bp-checks.h>.
34544         (__libc_pwrite64): Don't use CHECK_N.
34545         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
34546         (do_pread): Don't use CHECK_N.
34547         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
34548         (do_pread64): Don't use CHECK_N.
34549         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
34550         (do_pwrite): Don't use CHECK_N.
34551         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
34552         (do_pwrite64): Don't use CHECK_N.
34553         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
34554         (__libc_readv): Don't use CHECK_N.
34555         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
34556         (semop): Don't use CHECK_N.
34557         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
34558         <bp-checks.h>.
34559         (semtimedop): Don't use CHECK_N.
34560         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
34561         (__libc_pread): Don't use CHECK_N.
34562         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
34563         <bp-checks.h>.
34564         (__libc_pread64): Don't use CHECK_N.
34565         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
34566         <bp-checks.h>.
34567         (__libc_pwrite): Don't use CHECK_N.
34568         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
34569         <bp-checks.h>.
34570         (__libc_pwrite64): Don't use CHECK_N.
34571         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
34572         <bp-checks.h>.
34573         (__libc_msgrcv): Don't use CHECK_N.
34574         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
34575         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
34576         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
34577         (__libc_writev): Don't use CHECK_N.
34579 2013-02-08  Roland McGrath  <roland@hack.frob.com>
34581         * string/strcpy.c: Removed unused variable.
34583         * Makeconfig (+sysdep-includes): Define with := rather than =.
34584         Use an existing include/ subdir of each sysdeps dir before it.
34586 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34588         * nscd/connection.c (register_traced_file): Comment function.
34589         [HAVE_INOTIFY] (union __inev): Define.
34590         [HAVE_INOTIFY] (inotify_check_files): New function.
34591         [HAVE_INOTIFY] (clear_db_cache): Likewise.
34592         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
34593         clear_db_cache.
34594         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
34596 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34598         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
34599         loaded if not already and that a failure is permanent.
34601 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
34603         [BZ #15006]
34604         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
34605         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
34607 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
34609         [BZ #13550]
34610         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
34611         (CHECK_1_NULL_OK): Likewise.
34612         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
34613         (__fxstat): Do not use CHECK_1.
34614         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
34615         <bp-checks.h>.
34616         (___fxstat64): Do not use CHECK_1.
34617         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
34618         <bp-checks.h>.
34619         (__fxstatat): Do not use CHECK_1.
34620         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
34621         <bp-checks.h>.
34622         (__fxstatat64): Do not use CHECK_1.
34623         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
34624         <bp-checks.h>.
34625         (__fxstat): Do not use CHECK_1.
34626         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
34627         <bp-checks.h>.
34628         (__fxstatat): Do not use CHECK_1.
34629         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34630         <bp-checks.h>.
34631         (__getresgid): Do not use CHECK_1.
34632         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34633         <bp-checks.h>.
34634         (__getresuid): Do not use CHECK_1.
34635         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
34636         <bp-checks.h>.
34637         (__lxstat): Do not use CHECK_1.
34638         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34639         <bp-checks.h>.
34640         (__old_msgctl): Do not use CHECK_1.
34641         (__new_msgctl): Likewise.
34642         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
34643         <bp-checks.h>.
34644         (__new_setrlimit): Do not use CHECK_1.
34645         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34646         <bp-checks.h>.
34647         (__old_shmctl): Do not use CHECK_1.
34648         (__new_shmctl): Likewise.
34649         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
34650         <bp-checks.h>.
34651         (__xstat): Do not use CHECK_1.
34652         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
34653         (__lxstat): Do not use CHECK_1.
34654         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
34655         <bp-checks.h>.
34656         (___lxstat64): Do not use CHECK_1.
34657         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
34658         (__old_msgctl): Do not use CHECK_1.
34659         (__new_msgctl): Likewise.
34660         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
34661         <bp-checks.h>.
34662         (__gettimeofday): Do not use CHECK_1.
34663         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
34664         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
34665         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
34666         <bp-checks.h>.
34667         (__gettimeofday): Do not use CHECK_1.
34668         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
34669         (__old_shmctl): Do not use CHECK_1_NULL_OK.
34670         (__new_shmctl): Do not use CHECK_1.
34671         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
34672         <bp-checks.h>.
34673         (do_sigtimedwait): Do not use CHECK_1.
34674         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
34675         <bp-checks.h>.
34676         (do_sigwaitinfo): Do not use CHECK_1.
34677         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
34678         <bp-checks.h>.
34679         (msgctl): Do not use CHECK_1.
34680         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
34681         <bp-checks.h>.
34682         (shmctl): Do not use CHECK_1.
34683         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
34684         (ustat): Do not use CHECK_1.
34685         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
34686         <bp-checks.h>.
34687         (__fxstat): Do not use CHECK_1.
34688         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
34689         <bp-checks.h>.
34690         (__fxstatat): Do not use CHECK_1.
34691         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
34692         <bp-checks.h>.
34693         (__lxstat): Do not use CHECK_1.
34694         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
34695         <bp-checks.h>.
34696         (__xstat): Do not use CHECK_1.
34697         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
34698         (__xstat): Do not use CHECK_1.
34699         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
34700         (___xstat64): Do not use CHECK_1.
34702         [BZ #13550]
34703         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
34704         definitions.
34705         (CHECK_BOUNDS_HIGH): Likewise.
34706         * string/strcpy.c: Do not include <bp-checks.h>.
34707         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34709 2013-02-07  Roland McGrath  <roland@hack.frob.com>
34711         * nscd/nscd-client.h (__nscd_drop_map_ref):
34712         Add __attribute__ ((unused)).
34713         * nis/nss-nisplus.h (niserr2nss): Likewise.
34715         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34716         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34718         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34719         Remove inline keyword.
34720         * include/rounding-mode.h (round_away): Likewise.
34721         * libio/wfileops.c (adjust_wide_data): Likewise.
34722         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34723         (__m128i_strloadu_tolower): Likewise.
34724         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34725         (__m128i_strloadu_tolower): Likewise.
34726         * time/mktime.c (ydhms_diff): Likewise.
34727         * locale/elem-hash.h (elem_hash): Likewise.
34728         * locale/setlocale.c (setdata): Likewise.
34729         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34730         (re_string_wchar_at): Likewise.
34731         (bitset_not, bitset_merge, bitset_mask): Likewise.
34732         [!(__GNUC__ > 3)] (inline): Remove macro.
34733         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34734         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34735         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34736         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34737         * string/memcmp.c (memcmp_bytes): Likewise.
34738         * locale/programs/locarchive.c (compute_hashval): Likewise.
34739         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34740         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34741         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34742         * nss/getent.c (print_rpc, print_protocols): Likewise.
34743         (print_passwd, print_group, print_aliases): Likewise.
34744         * nis/nss-nisplus.h (niserr2nss): Likewise.
34745         * nscd/connections.c (restart_p): Likewise.
34746         Change return type to bool.
34748 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34750         * Makeconfig (all-Depend-files): Add existing
34751         $(sorted-subdirs:=/Depend) files.
34752         (all-subdirs): Remove nss.
34753         * sysdeps/unix/inet/Subdirs: Add it here instead.
34754         * hesiod/Depend: New file.
34756         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34757         instead of calling alloca.
34759         * io/lseek.c (__lseek): Rename to __libc_lseek.
34760         Define __lseek as an alias.
34762         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34764 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34766         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34767         else clause and remove check for non-standard endianness.
34769 2013-02-04  David S. Miller  <davem@davemloft.net>
34771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34773 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34775         [BZ #13550]
34776         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34777         (__ubp_memchr): Remove prototype.
34778         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34779         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34780         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34781         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34782         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34783         Remove alias.
34784         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34785         (__ubp_memchr): Likewise.
34786         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34787         (__ubp_memchr): Likewise.
34788         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34789         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34790         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34791         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34792         CHECK_STRING.
34793         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34794         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34795         (__getcwd): Do not use CHECK_STRING.
34796         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34797         <bp-checks.h>.
34798         (__real_chown): Do not use CHECK_STRING.
34799         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34800         <bp-checks.h>.
34801         (fchownat): Do not use CHECK_STRING.
34802         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34803         CHECK_STRING.
34804         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34805         <bp-checks.h>.
34806         (__lchown): Do not use CHECK_STRING.
34807         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34808         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34809         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34810         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34812         include <bp-checks.h>.
34813         (truncate64): Do not use CHECK_STRING.
34814         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34815         <bp-checks.h>.
34816         (__real_chown): Do not use CHECK_STRING.
34817         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34818         <bp-checks.h>.
34819         (__lchown): Do not use CHECK_STRING.
34820         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34821         <bp-checks.h>.
34822         (__chown): Do not use CHECK_STRING.
34823         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34824         <bp-checks.h>.
34825         (truncate64): Do not use CHECK_STRING.
34826         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34827         Likewise.
34828         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34829         (__xmknod): Do not use CHECK_STRING.
34830         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34831         <bp-checks.h>.
34832         (__xmknodat): Do not use CHECK_STRING.
34833         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34834         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34836 2013-02-04  Andreas Schwab  <schwab@suse.de>
34838         [BZ #14142]
34839         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34840         * include/netdb.h: Likewise for h_errno.
34841         * elf/tst-stackguard1.c: Include <tls.h>.
34843 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34845         * elf/link.h (struct link_map): Extend the l_addr comment.
34846         * include/link.h (struct link_map): Likewise.
34848 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34850         [BZ #13550]
34851         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34852         (BOUNDED_1): Remove macro.
34853         * debug/backtrace.c: Don't include <bp-checks.h>.
34854         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34855         (__backtrace): Likewise.
34856         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34857         <bp-checks.h>.
34858         (__backtrace): Don't use BOUNDED_1.
34859         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34860         <bp-checks.h>.
34861         (__backtrace): Don't use BOUNDED_1.
34862         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34863         (__backtrace): Don't use BOUNDED_1.
34864         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34865         (shmat): Don't use BOUNDED_N.
34867 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34869         [BZ #13550]
34870         * sysdeps/generic/bp-start.h: Remove file.
34871         * csu/libc-start.c: Don't include <bp-start.h>.
34872         (LIBC_START_MAIN): Set up __environ directly instead of using
34873         INIT_ARGV_and_ENVIRON.
34874         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34875         <bp-start.h>.
34877         [BZ #13550]
34878         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34879         definitions.
34880         (CHECK_FCNTL): Likewise.
34881         (CHECK_N_PAGES): Likewise.
34883         [BZ #13550]
34884         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34885         definitions.
34886         (CHECK_SIGSET_NULL_OK): Likewise.
34887         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34888         <bp-checks.h>.
34889         (sigpending): Don't use CHECK_SIGSET.
34890         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34891         <bp-checks.h>.
34892         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34893         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34894         <bp-checks.h>.
34895         (do_sigsuspend): Don't use CHECK_SIGSET.
34896         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34897         use CHECK_SIGSET.
34898         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34899         (do_sigwait): Don't use CHECK_SIGSET.
34900         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34901         use CHECK_SIGSET.
34902         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34903         include <bp-checks.h>.
34904         (sigpending): Don't use CHECK_SIGSET.
34905         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34906         include <bp-checks.h>.
34907         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34908         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34909         <bp-checks.h>.
34910         (sigpending): Don't use CHECK_SIGSET.
34911         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34912         <bp-checks.h>.
34913         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34915         [BZ #13550]
34916         * sysdeps/generic/bp-semctl.h: Remove file.
34917         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34918         <bp-checks.h> and <bp-semctl.h>.
34919         (__old_semctl): Don't use CHECK_SEMCTL.
34920         (__new_semctl): Likewise.
34921         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34922         and <bp-semctl.h>.
34923         (__old_semctl): Don't use CHECK_SEMCTL.
34924         (__new_semctl): Likewise.
34925         * sysdeps/unix/sysv/linux/sparc/sparc32/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/sparc/sparc64/semctl.c: Don't include
34930         <bp-checks.h> and <bp-semctl.h>.
34931         (semctl): Don't use CHECK_SEMCTL.
34933         [BZ #13550]
34934         * Makerules (elide-bp-thunks): Remove variable.
34935         (elide-routines.oS): Don't use $(elide-bp-thunks).
34936         (elide-routines.os): Likewise.
34937         (elide-routines.o): Likewise.
34938         (elide-routines.op): Likewise.
34939         (elide-routines.og): Likewise.
34940         (objects): Don't use $(bp-thunks).
34941         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34942         include.
34943         (common-generated): Do not add s-proto-bp.d.
34944         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34945         (int): Likewise.
34946         (typ): Likewise.
34947         Do not generate makefile rules for bounded-pointer thunks.
34948         * sysdeps/generic/bp-thunks.h: Remove file.
34949         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34950         * sysdeps/unix/s-proto-bp.S: Likewise.
34952         [BZ #15062]
34953         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34954         parts of result separately when argument is not close to line from
34955         -i to i and one part of argument is small.
34956         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34957         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34958         * math/libm-test.inc (cacos_test): Add more tests.
34959         (casin_test): Likewise.
34960         (casinh_test): Likewise.
34961         * sysdeps/i386/fpu/libm-test-ulps: Update.
34962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34964 2013-01-31  David S. Miller  <davem@davemloft.net>
34966         * po/de.po: Update from translation team.
34968 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34970         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34972 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34974         * configure.in (_AC_PROG_CC_C89): New definition.
34975         * configure: Regenerate.
34977         * configure.in (AC_PROG_CPP): New definition.
34978         * configure: Regenerate.
34980 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34982         * debug/tst-backtrace.h: New file.
34983         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34984         (ret): Remove variable.
34985         (x): Likewise.
34986         (FAIL): Remove macro.
34987         (NO_INLINE): Likewise.
34988         (fn1): Use match function instead of strstr.
34989         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34990         (ret): Remove variable.
34991         (x): Likewise.
34992         (FAIL): Remove macro.
34993         (NO_INLINE): Likewise.
34994         (fn): Use match function instead of strstr.
34995         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34996         (ret): Remove variable.
34997         (x): Likewise.
34998         (FAIL): Remove macro.
34999         (NO_INLINE): Likewise.
35000         (handle_signal): Use match function instead of strstr.
35001         * debug/tst-backtrace5.c: Include tst-backtrace.h.
35002         (ret): Remove variable.
35003         (x): Likewise.
35004         (FAIL): Remove macro.
35005         (NO_INLINE): Likewise.
35006         (handle_signal): Use match function instead of strstr.
35008 2013-01-23  Roland McGrath  <roland@hack.frob.com>
35010         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
35012 2013-01-23  David S. Miller  <davem@davemloft.net>
35014         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
35015         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
35016         argument of CAS if possible.
35017         * sysdeps/sparc/sparc64/bits/atomic.h
35018         (__arch_compare_and_exchange_val_32_acq): Likewise.
35019         (__arch_compare_and_exchange_val_64_acq): Likewise.
35021 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
35023         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
35024         * sysdeps/posix/ulimit.c: ... this.
35025         Include <limits.h>.
35026         * sysdeps/unix/bsd/ulimit.c: Remove file.
35028 2013-01-23  Adam Conrad  <adconrad@0c3.net>
35030         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
35031         (LDFLAGS-tst-array5): Likewise.
35033 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
35035         [BZ #15036]
35036         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
35037         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
35038         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
35039         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
35041 2013-01-21  David S. Miller  <davem@davemloft.net>
35043         * sysdeps/sparc/backtrace.c: New file.
35044         * sysdeps/sparc/sparc32/backtrace.h: New file.
35045         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
35046         * sysdeps/sparc/sparc64/backtrace.h: New file.
35047         * sysdeps/sparc/sparc64/backtrace.c: Delete.
35048         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
35049         -funwind-tables.
35051 2013-01-21  Andreas Schwab  <schwab@suse.de>
35053         [BZ #15020]
35054         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
35055         closed its stdout.
35057 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
35059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
35060         "mpa2.h".
35061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35063 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
35064             Mark Mitchell  <mark@codesourcery.com>
35065             Tom de Vries  <tom@codesourcery.com>
35066             Paul Pluzhnikov  <ppluzhnikov@google.com>
35068         * debug/tst-backtrace2.c: New file.
35069         * debug/tst-backtrace3.c: Likewise.
35070         * debug/tst-backtrace4.c: Likewise.
35071         * debug/tst-backtrace5.c: Likewise.
35072         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
35073         (CFLAGS-tst-backtrace3.c): Likewise.
35074         (CFLAGS-tst-backtrace4.c): Likewise.
35075         (CFLAGS-tst-backtrace5.c): Likewise.
35076         (LDFLAGS-tst-backtrace2): Likewise.
35077         (LDFLAGS-tst-backtrace3): Likewise.
35078         (LDFLAGS-tst-backtrace4): Likewise.
35079         (LDFLAGS-tst-backtrace5): Likewise.
35080         (tests): Add new tests tst-backtrace2, tst-backtrace3,
35081         tst-backtrace4 and tst-backtrace5.
35083 2013-01-18  Anton Blanchard  <anton@samba.org>
35084             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
35086         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
35087         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
35088         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
35089         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
35090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35091         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
35092         "+r" and remove output regs list as redundant.  Add explicit inline
35093         asm to specify register of return val to work around compiler codegen
35094         bug.  Remove (int) cast on return value.  Add return type parameter to
35095         use in macro so that this macro does not truncate return value for
35096         64-bit values.
35097         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
35098         pass to INTERNAL_VSYSCALL_NCS.
35099         (INLINE_VSYSCALL): Add 'long int' as return type to
35100         INTERNAL_VSYSCALL_NCS macro invocation.
35101         (INTERNAL_VSYSCALL): Add 'long int' as return type to
35102         INTERNAL_VSYSCALL_NCS macro invocation.
35103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35105 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35107         [BZ #14496]
35108         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
35109         Fix application of SIMD FP exception mask.
35111         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
35112         mp_no from a power of two.
35113         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
35114         __mpexp_twomm1.  Use __pow_mp.
35116         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
35117         multiplication.
35119 2013-01-17  David S. Miller  <davem@davemloft.net>
35121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35123 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35125         [BZ #15023]
35126         * include/complex.h: Condition contents on [!_COMPLEX_H].
35127         (__kernel_casinhf): New prototype.
35128         (__kernel_casinh): Likewise.
35129         (__kernel_casinhl): Likewise.
35130         * math/Makefile (libm_calls): Add k_casinh.
35131         * math/k_casinh.c: New file.
35132         * math/k_casinhf.c: Likewise.
35133         * math/k_casinhl.c: Likewise.
35134         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
35135         finite nonzero arguments.
35136         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
35137         finite nonzero arguments.
35138         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
35139         finite nonzero arguments.
35140         * math/s_casinh.c: Do not include <float.h>.
35141         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
35142         * math/s_casinhf.c: Do not include <float.h>.
35143         (__casinhf): Move code for finite nonzero arguments to
35144         k_casinhf.c.
35145         * math/s_casinhl.c: Do not include <float.h>.
35146         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
35147         redefine.
35148         (__casinhl): Move code for finite nonzero arguments to
35149         k_casinhl.c.
35150         * math/libm-test.inc (cacos_test): Add more tests.
35151         * sysdeps/i386/fpu/libm-test-ulps: Update.
35152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35154 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
35156         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
35157         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
35158         [!HAVE_MREMAP]: Remove [defined linux] case.
35159         * malloc/arena.c: Do not include <malloc-sysdep.h>.
35161 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
35163         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
35165 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
35167         * elf/elf.h (R_386_SIZE32): New relocation.
35168         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
35169         R_386_SIZE32.
35170         (elf_machine_rela): Likewise.
35171         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35172         R_X86_64_SIZE64 and R_X86_64_SIZE32.
35174 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
35176         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
35177         (FP_FAST_FMA): Do not define.
35178         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
35179         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
35180         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
35181         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
35182         !_SOFT_FLOAT]: Likewise.
35183         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
35184         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
35185         value.
35186         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
35187         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
35188         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
35189         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
35190         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
35191         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
35192         file.
35194 2013-01-16  Andreas Schwab  <schwab@suse.de>
35196         [BZ #14327]
35197         * include/stdlib.h (__mktemp): Add declaration.
35198         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
35199         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
35201 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35203         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
35204         definitions.
35205         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35206         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
35207         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
35208         definitions here.
35209         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
35210         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
35211         definitions.
35212         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
35213         and ONE.
35214         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
35215         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
35216         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
35217         definitions.
35218         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
35219         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
35220         definitions.
35221         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35223         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
35225 2013-01-15  David S. Miller  <davem@davemloft.net>
35227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35228         trunc{,f} to libm-sysdep_routes.
35229         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
35231         file.
35232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
35233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
35234         file.
35235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
35236         file.
35237         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
35238         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
35239         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
35240         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
35241         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
35242         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
35243         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
35244         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
35246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35247         nearbyint{,f} to libm-sysdep_routes.
35248         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
35250         New file.
35251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
35252         file.
35253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
35254         New file.
35255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
35256         file.
35257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
35258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
35259         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
35260         file.
35261         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
35262         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
35263         file.
35264         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
35265         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
35266         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
35268         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
35269         libc_feholdexcept and libc_fesetenv.
35271 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
35273         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
35275 2013-01-14  David S. Miller  <davem@davemloft.net>
35277         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
35278         (SPARC_ASM_VIS2_IFUNC): Likewise.
35279         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
35280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
35281         use of 'siam' instruction.
35282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
35283         Likewise.
35284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
35285         Likewise.
35286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
35287         Likewise.
35288         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
35289         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
35290         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
35291         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
35292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
35293         file.
35294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
35295         file.
35296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
35297         file.
35298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
35299         file.
35300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
35301         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
35302         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
35303         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
35304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
35305         new VIS2 routines.
35306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
35307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
35309         Likewise.
35310         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
35311         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
35312         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
35313         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
35314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
35315         routines to libm-sysdep_routines.
35316         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
35318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
35319         fdim/fdimf to libm-sysdep_routines.
35320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
35321         file.
35322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
35323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
35324         file.
35325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
35326         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
35327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
35328         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
35329         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
35330         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
35331         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
35333 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
35335         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
35336         to optimize copies.
35338         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
35339         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35340         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35342         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
35343         local variable MPTWO.
35344         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
35345         Likewise.
35347 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35349         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
35350         GLOB_NOESCAPE.
35352 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35354         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
35356 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
35358         * manual/pattern.texi (glob_t): Document gl_flags.
35359         (glob64_t): Likewise.
35361 2013-01-11  David S. Miller  <davem@davemloft.net>
35363         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
35364         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
35365         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
35366         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
35367         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
35368         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
35369         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
35370         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
35371         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
35372         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
35373         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
35374         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
35375         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
35377         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35378         sparc V9 rather than using V8 code.
35379         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35380         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35382         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
35383         Move to...
35384         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
35385         Here.
35387 2013-01-11  Roland McGrath  <roland@hack.frob.com>
35389         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
35390         not in the main loop.
35391         * configure: Regenerated.
35393 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
35395         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
35396         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
35397         to just #else.
35398         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
35399         [!__GLIBC_HAVE_LONG_LONG] case.
35400         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
35401         condition to just #else.
35402         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
35403         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
35404         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
35405         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
35406         unconditional.
35407         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
35408         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35409         #elif condition to just #else.
35410         * sysdeps/unix/sysv/linux/sys/sysmacros.h
35411         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
35412         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
35413         #elif condition to just #else.
35415 2013-01-11  Steve Ellcey  <sellcey@mips.com>
35417         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
35418         (EF_MIPS_ARCH_64): Fix value.
35419         (EF_MIPS_ARCH_32R2): New.
35420         (EF_MIPS_ARCH_64R2): New.
35422 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
35424         * Makeconfig (+link-pie-before-libc): New.
35425         (+link-pie-after-libc): Likewise.
35426         (+link-pie-tests): Likewise.
35427         (+link-pie): Rewritten.
35428         (link-before-libc): Remove $(config-LDFLAGS).
35429         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
35430         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
35431         (config-LDFLAGS): Renamed to ...
35432         (rtld-LDFLAGS): This.
35433         (rtld-tests-LDFLAGS): New macro.
35434         (link-libc-rpath-link): Likewise.
35435         (link-libc-tests-rpath-link): Likewise.
35436         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
35437         (link-libc): Prepand $(link-libc-rpath-link).
35438         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
35439         (test-program-prefix): New macro.
35440         (test-via-rtld-prefix): Likewise.
35441         (test-program-cmd): Likewise.
35442         (host-test-program-cmd): Likewise.
35443         * Makefile ($(common-objpfx)testrun.sh): Replace
35444         $(run-program-prefix) with $(test-program-prefix).
35445         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
35446         $(rtld-LDFLAGS).
35447         ($(common-objpfx)shlib.lds): Likewise.
35448         (build-module-helper): Likewise.
35449         ($(common-objpfx)format.lds): Likewise.
35450         * Rules (binaries-pie-tests): New.
35451         (binaries-pie-notests): Likewise.
35452         (binaries-pie): Rewritten.
35453         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
35454         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
35455         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
35456         (make-test-out): Replace $(host-built-program-cmd) with
35457         $(host-test-program-cmd).
35458         * config.make.in (build-hardcoded-path-in-tests): New variable.
35459         * configure.in (--enable-hardcoded-path-in-tests): New configure
35460         option.
35461         (hardcoded_path_in_tests): New AC_SUBST.
35462         * configure: Regenerated.
35463         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
35464         $(built-program-cmd) with $(test-program-cmd).
35465         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
35466         (test_program_cmd): This.
35467         * elf/Makefile ($(objpfx)order.out): Run test with
35468         $(test-program-prefix).
35469         ($(objpfx)order2.out): Likewise.
35470         ($(objpfx)tst-initorder.out): Likewise.
35471         ($(objpfx)tst-initorder2.out): Likewise.
35472         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
35473         $(test-program-cmd).
35474         ($(objpfx)tst-array1-static.out): Likewise.
35475         ($(objpfx)tst-array2.out): Likewise.
35476         ($(objpfx)tst-array3.out): Likewise.
35477         ($(objpfx)tst-array4.out): Likewise.
35478         ($(objpfx)tst-array5.out): Likewise.
35479         ($(objpfx)tst-array5-static.out): Likewise.
35480         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
35481         $(test-program-cmd).
35482         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
35483         $(run-program-prefix) with $(test-program-prefix).
35484         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
35485         (test_program_prefix): This.
35486         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
35487         $(run-program-prefix) with $(test-program-prefix).
35488         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
35489         (test_program_prefix): This.
35490         * iconvdata/tst-tables.sh: Likewise.
35491         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
35492         $(run-program-prefix) with $(test-program-prefix).
35493         ($(objpfx)tst-translit.out): Likewise.
35494         ($(objpfx)tst-gettext2.out): Likewise.
35495         ($(objpfx)tst-gettext4.out): Likewise.
35496         ($(objpfx)tst-gettext6.out): Likewise.
35497         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
35498         (test_program_prefix): This.
35499         * intl/tst-gettext2.sh: Likewise.
35500         * intl/tst-gettext4.sh  Likewise.
35501         * intl/tst-gettext6.sh: Likewise.
35502         * intl/tst-translit.sh: Likewise.
35503         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
35504         with $(test-program-cmd).
35505         * libio/Makefile ($(objpfx)test-freopen.out): Replace
35506         $(run-program-prefix) with $(test-program-prefix).
35507         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
35508         (test_program_prefix): This.
35509         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
35510         $(run-program-prefix) with $(test-program-prefix).
35511         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
35512         (test_program_prefix): This.
35513         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
35514         * posix/Makefile ($(objpfx)globtest.out): Replace
35515         $(run-via-rtld-prefix) and $(test-wrapper) with
35516         $(test-program-prefix) and $(test-via-rtld-prefix).
35517         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
35518         $(test-program-prefix).
35519         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
35520         $(host-test-program-cmd).
35521         (tst-spawn-ARGS): Likewise.
35522         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
35523         $(test-program-prefix).
35524         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
35525         (test_via_rtld_prefix): This.
35526         (test_wrapper): Renamed to ...
35527         (test_program_prefix): This.
35528         (run_program_prefix): Replaced by test_program_prefix.
35529         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
35530         (test_program_prefix): This.
35531         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
35532         with $(host-test-program-cmd).
35533         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
35534         $(run-program-prefix) with $(test-program-prefix).
35535         ($(objpfx)tst-printf.out): Likewise.
35536         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
35537         $(test-program-cmd).
35538         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
35539         (test_program_prefix): This.
35540         * stdio-common/tst-unbputc.sh: Likewise.
35541         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
35542         $(run-program-prefix) with $(test-program-prefix).
35543         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
35544         (test_program_prefix): This.
35545         * string/Makefile ($(objpfx)tst-svc.out):  Replace
35546         $(built-program-cmd) with $(test-program-cmd).
35548 2013-01-11  Andreas Jaeger  <aj@suse.de>
35550         [BZ #15003]
35551         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
35552         value. Sync with Linux 3.7.
35554 2013-01-10  David S. Miller  <davem@davemloft.net>
35556         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
35557         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35558         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35560 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35562         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
35563         never set.
35564         * configure: Regenerated.
35566 2013-01-10  David S. Miller  <davem@davemloft.net>
35568         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
35569         sparc V9 rather than using V8 code.
35570         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
35571         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
35573 2013-01-10  Roland McGrath  <roland@hack.frob.com>
35575         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
35576         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
35577         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
35578         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
35579         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
35580         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
35581         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
35582         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
35583         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
35584         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
35585         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
35586         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
35587         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
35588         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
35589         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
35590         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
35591         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
35592         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
35593         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
35594         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
35595         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
35596         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
35597         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
35598         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
35599         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
35600         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
35601         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
35603 2013-01-10  David S. Miller  <davem@davemloft.net>
35605         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35607 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35609         * posix/Makefile (tests-static): New variable.
35610         (tests): Add $(tests-static).
35611         (tst-exec-static-ARGS): New variable.
35612         (tst-spawn-static-ARGS): Likewise.
35613         * posix/tst-exec-static.c: New file.
35614         * posix/tst-spawn-static.c: Likewise.
35615         * posix/tst-exec.c: Support run directly.
35616         * posix/tst-spawn.c: Likewise.
35618 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
35620         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
35621         long.
35622         * math/bits/mathcalls.h (llrint): Likewise.
35623         (llround): Likewise.
35624         * stdlib/stdlib.h (struct drand48_data): Likewise.
35625         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
35626         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
35627         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
35628         Likewise.
35629         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
35630         Likewise.
35631         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
35632         (elf_greg_t): Likewise.
35633         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
35634         (__jmp_buf): Likewise.
35635         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
35636         definitions.
35637         (llrint): Likewise, for all definitions.
35638         (llrintl): Likewise.
35640         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
35641         Remove [__GNUC__] condition.
35642         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
35643         condition to just [__USE_ISOC99].
35644         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
35646 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
35648         [BZ #14200]
35649         * sysdeps/unix/sysv/linux/x86/bits/environments.h
35650         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
35651         defined.
35652         (_POSIX_V6_ILP32_OFF32): Likewise.
35653         (_XBS5_ILP32_OFF32): Likewise.
35654         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
35655         (__ILP32_OFFBIG_LDFLAGS): Likewise.
35657 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35659         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
35661         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
35662         doubles __mpexp_twomm1.  Adjust usage.
35663         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
35664         Remove.
35666 2013-01-10  Andreas Schwab  <schwab@suse.de>
35668         [BZ #14964]
35669         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
35670         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
35672 2013-01-09  David S. Miller  <davem@davemloft.net>
35674         [BZ #15003]
35675         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
35676         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
35677         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
35678         (TCP_FASTOPEN): Define.
35679         (tcp_repair_opt): New structure.
35680         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
35681         enum values.
35682         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
35683         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
35684         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
35685         (tcp_cookie_transactions): New structure.
35687 2013-01-09  Anton Blanchard  <anton@samba.org>
35689         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
35690         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
35691         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
35692         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
35694 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
35696         * include/features.h (__USE_ANSI): Remove.
35698 2013-01-09  Roland McGrath  <roland@hack.frob.com>
35700         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
35702         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
35704 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
35706         * sysdeps/s390/fpu/libm-test-ulps: Update.
35708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35710         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35711         (__acr): Likewise.
35712         (__cpy): Likewise.
35713         (norm): Likewise.
35714         (denorm): Likewise.
35715         (__mp_dbl): Likewise.
35716         (__dbl_mp): Likewise.
35717         (add_magnitudes): Likewise.
35718         (sub_magnitudes): Likewise.
35719         (__add): Likewise.
35720         (__sub): Likewise.
35721         (__mul): Likewise.
35722         (__inv): Likewise.
35723         (__dvd): Likewise.
35724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35725         (__acr): Likewise.
35726         (__cpy): Likewise.
35727         (norm): Likewise.
35728         (denorm): Likewise.
35729         (__mp_dbl): Likewise.
35730         (__dbl_mp): Likewise.
35731         (add_magnitudes): Likewise.
35732         (sub_magnitudes): Likewise.
35733         (__add): Likewise.
35734         (__sub): Likewise.
35735         (__mul): Likewise.
35736         (__inv): Likewise.
35737         (__dvd): Likewise.
35738         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35739         (__acr): Likewise.
35740         (__cpy): Likewise.
35741         (norm): Likewise.
35742         (denorm): Likewise.
35743         (__mp_dbl): Likewise.
35744         (__dbl_mp): Likewise.
35745         (add_magnitudes): Likewise.
35746         (sub_magnitudes): Likewise.
35747         (__add): Likewise.
35748         (__sub): Likewise.
35749         (__mul): Likewise.
35750         (__inv): Likewise.
35751         (__dvd): Likewise.
35753 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35755         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35756         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35757         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35758         2 && __USE_EXTERN_INLINES]: Likewise.
35760 2013-01-08  Andreas Jaeger  <aj@suse.de>
35762         [BZ# 14985]
35763         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35764         Remove.
35765         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35766         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35768 2013-01-07  Anton Blanchard  <anton@samba.org>
35770         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35771         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35772         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35773         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35774         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35775         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35776         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35777         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35778         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35779         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35780         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35781         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35782         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35783         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35784         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35785         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35786         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35787         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35788         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35789         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35790         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35791         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35792         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35793         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35794         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35795         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35796         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35797         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35798         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35799         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35800         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35802         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35803         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35804         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35805         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35806         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35807         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35808         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35809         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35810         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35811         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35812         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35814 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35816         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35817         (__MALLOC_PMT): Likewise.
35818         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35819         [__GNUC__], only on [_LIBC].
35820         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35821         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35822         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35823         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35824         forward declaration.
35825         (realloc_hook_ini): Likewise.
35826         (memalign_hook_ini): Likewise.
35827         (__libc_memalign): Do not use __MALLOC_PMT in variable
35828         declaration.
35829         (__libc_valloc): Likewise.
35830         (__libc_pvalloc): Likewise.
35831         (__libc_calloc): Likewise.
35832         (__posix_memalign): Likewise.
35834         [BZ #14996]
35835         * math/s_casinh.c: Include <float.h>.
35836         (__casinh): Do not do computation with squaring and square root
35837         for large arguments.
35838         * math/s_casinhf.c: Include <float.h>.
35839         (__casinhf): Do not do computation with squaring and square root
35840         for large arguments.
35841         * math/s_casinhl.c: Include <float.h>.
35842         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35843         (__casinhl): Do not do computation with squaring and square root
35844         for large arguments.
35845         * math/libm-test.inc (casin_test): Add more tests.
35846         (casinh_test): Likewise.
35847         * sysdeps/i386/fpu/libm-test-ulps: Update.
35848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35850 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35852         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35853         (__x86_64_raw_data_cache_size): Likewise.
35854         (__x86_64_data_cache_size_half): Likewise.
35855         (__x86_64_raw_data_cache_size_half): Likewise.
35856         (__x86_64_shared_cache_size): Likewise.
35857         (__x86_64_raw_shared_cache_size): Likewise.
35858         (__x86_64_shared_cache_size_half): Likewise.
35859         (__x86_64_raw_shared_cache_size_half): Likewise.
35860         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35861         to ...
35862         (__x86_data_cache_size): This.
35863         (__x86_64_raw_data_cache_size): Renamed to ...
35864         (__x86_raw_data_cache_size): This.
35865         (__x86_64_data_cache_size_half): Renamed to ...
35866         (__x86_data_cache_size_half): This.
35867         (__x86_64_raw_data_cache_size_half): Renamed to ...
35868         (__x86_raw_data_cache_size_half): This.
35869         (__x86_64_shared_cache_size): Renamed to ...
35870         (__x86_shared_cache_size): This.
35871         (__x86_64_raw_shared_cache_size): Renamed to ...
35872         (__x86_raw_shared_cache_size): This.
35873         (__x86_64_shared_cache_size_half): Renamed to ...
35874         (__x86_shared_cache_size_half): This.
35875         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35876         (__x86_raw_shared_cache_size_half): This.
35877         * sysdeps/x86_64/memcpy.S: Updated.
35878         * sysdeps/x86_64/memset.S: Likewise.
35879         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35880         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35881         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35883 2013-01-04  David S. Miller  <davem@davemloft.net>
35885         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35887 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35889         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35890         1 to avoid redefinition warning.
35891         (__USE_GNU): Don't define.
35892         (init_signaling_nan): Protoize.
35894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35896 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35898         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35899         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35900         (__cpymn): Likewise.
35901         (norm): Remove commented code.
35902         (denorm): Likewise.
35903         (__mp_dbl): Likewise.
35904         (__inv): Likewise.
35905         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35906         (__cpymn): Likewise.
35907         (norm): Remove commented code.
35908         (denorm): Likewise.
35909         (__mp_dbl): Likewise.
35910         (__inv): Likewise.
35912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35913         mp_no value for 1.0 and 2.0.
35914         (norm): Use RADIXI instead of radixi.d.
35915         (denorm): Likewise.
35916         (__mul): Use 0.0 instead of zero.d.
35917         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35918         mp_no value for 1.0 and 2.0.
35919         (norm): Use RADIXI instead of radixi.d.
35920         (denorm): Likewise.
35921         (__mul): Use 0.0 instead of zero.d.
35923 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35925         [BZ #14994]
35926         * math/s_casinh.c (__casinh): Reduce finite argument to first
35927         quadrant then set signs of results at the end.
35928         * math/s_casinhf.c (__casinhf): Likewise.
35929         * math/s_casinhl.c (__casinhl): Likewise.
35930         * math/libm-test.inc (casin_test): Add more tests.
35931         (casinh_test): Likewise.
35932         * sysdeps/i386/fpu/libm-test-ulps: Update.
35933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35935 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35937         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35939         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35941         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35942         declarations.
35943         (denorm): Likewise.
35944         (__mp_dbl): Likewise.
35945         (__inv): Likewise.
35947         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35948         and adjust the header comment.
35950         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35951         variable name from declaration.
35953 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35955         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35956         Initialize COMMON_CPUID_INDEX_7 element.
35957         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35958         (CPUID_RTM): Likewise.
35959         (HAS_RTM): Likewise.
35960         (COMMON_CPUID_INDEX_7): New enum.
35962 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35964         [BZ #14981]
35965         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35966         size is zero, record memory as freed.
35968 2013-01-03  Andreas Jaeger  <aj@suse.de>
35970         * po/ia.po: Add new Interlingua translation.
35972 2012-01-03  Allan McRae  <allan@archlinux.org>
35974         * locale/programs/localedef.c: Fix description of '--posix' flag.
35976 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35978         * NEWS: Update dates in second copyright notice.
35979         * README: Update copyright dates in example.
35980         * manual/libc.texinfo: Update copyright dates.
35981         * scripts/test-installation.pl: Update copyright date in --version
35982         output.
35984         * hurd/ctty-input.c: Fix copyright notice formatting.
35985         * hurd/ctty-output.c: Likewise.
35986         * hurd/dtable.c: Likewise.
35987         * hurd/hurd-raise.c: Likewise.
35988         * hurd/hurdprio.c: Likewise.
35989         * hurd/msgportdemux.c: Likewise.
35990         * misc/sys/file.h: Likewise.
35991         * misc/sys/ioctl.h: Likewise.
35992         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35993         * sysdeps/mach/hurd/chdir.c: Likewise.
35994         * sysdeps/mach/hurd/fchdir.c: Likewise.
35995         * sysdeps/mach/hurd/rename.c: Likewise.
35996         * sysdeps/mach/hurd/rmdir.c: Likewise.
35997         * sysdeps/mach/hurd/seekdir.c: Likewise.
35998         * sysdeps/mach/hurd/setsid.c: Likewise.
35999         * sysdeps/posix/wait3.c: Likewise.
36001         * All files with FSF copyright notices: Update copyright dates
36002         using scripts/update-copyrights.
36003         * intl/plural.c: Regenerated.
36004         * locale/programs/charmap-kw.h: Likewise.
36005         * locale/programs/locfile-kw.h: Likewise.
36007 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36009         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
36010         four values.
36012         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
36013         calculation loop and add branch prediction.
36015         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
36016         check access beyond bounds of m1np.
36018         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36019         MPTWO.
36020         (__inv): Remove local variable MPTWO to use the global
36021         constant.
36022         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
36023         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36024         variable MPTWO.
36025         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
36026         MP3HALFS static const.
36028 2013-01-01  David S. Miller  <davem@davemloft.net>
36030         * po/ca.po: Update from translation team.
36032 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
36034         * scripts/update-copyrights: New file.
36035         * Makeconfig: Reformat copyright notice.
36036         * ctype/ctype.h: Likewise.
36037         * debug/swprintf_chk.c: Likewise.
36038         * elf/dl-cache.c: Likewise.
36039         * elf/dl-debug.c: Likewise.
36040         * elf/dl-object.c: Likewise.
36041         * grp/initgroups.c: Likewise.
36042         * hurd/Makefile: Likewise.
36043         * hurd/hurd/signal.h: Likewise.
36044         * hurd/hurdfault.c: Likewise.
36045         * hurd/hurdioctl.c: Likewise.
36046         * hurd/hurdlookup.c: Likewise.
36047         * hurd/intr-msg.c: Likewise.
36048         * iconv/gconv_open.c: Likewise.
36049         * libio/swprintf.c: Likewise.
36050         * locale/lc-ctype.c: Likewise.
36051         * locale/nl_langinfo.c: Likewise.
36052         * mach/Machrules: Likewise.
36053         * mach/Makefile: Likewise.
36054         * malloc/obstack.h: Likewise.
36055         * manual/Makefile: Likewise.
36056         * manual/tsort.awk: Likewise.
36057         * misc/bits/stab.def: Likewise.
36058         * nis/nis_print_group_entry.c: Likewise.
36059         * nis/nis_table.c: Likewise.
36060         * nis/nss_compat/compat-pwd.c: Likewise.
36061         * nis/nss_compat/compat-spwd.c: Likewise.
36062         * po/Makefile: Likewise.
36063         * posix/fnmatch.c: Likewise.
36064         * posix/regex.h: Likewise.
36065         * resolv/Makefile: Likewise.
36066         * resolv/nss_dns/dns-network.c: Likewise.
36067         * resolv/res_hconf.c: Likewise.
36068         * scripts/gen-sorted.awk: Likewise.
36069         * soft-fp/soft-fp.h: Likewise.
36070         * stdio-common/printf.h: Likewise.
36071         * stdlib/monetary.h: Likewise.
36072         * stdlib/random.c: Likewise.
36073         * stdlib/random_r.c: Likewise.
36074         * sysdeps/generic/Makefile: Likewise.
36075         * sysdeps/gnu/Makefile: Likewise.
36076         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
36077         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36078         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
36079         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36080         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36081         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36082         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36083         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
36084         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
36085         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36086         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
36087         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
36088         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
36089         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
36090         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
36091         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
36092         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
36093         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36094         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
36095         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36096         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
36097         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
36098         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
36099         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
36100         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
36101         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
36102         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
36103         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
36104         * sysdeps/mach/hurd/errnos.awk: Likewise.
36105         * sysdeps/mach/hurd/fork.c: Likewise.
36106         * sysdeps/mach/hurd/getcwd.c: Likewise.
36107         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
36108         * sysdeps/mach/hurd/mmap.c: Likewise.
36109         * sysdeps/mach/hurd/utimes.c: Likewise.
36110         * sysdeps/mach/hurd/xmknod.c: Likewise.
36111         * sysdeps/posix/profil.c: Likewise.
36112         * sysdeps/posix/readdir_r.c: Likewise.
36113         * sysdeps/powerpc/bits/mathdef.h: Likewise.
36114         * sysdeps/powerpc/bits/setjmp.h: Likewise.
36115         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
36116         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
36117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
36118         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
36119         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
36120         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36121         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
36122         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
36123         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
36124         * sysdeps/pthread/lio_listio.c: Likewise.
36125         * sysdeps/sparc/dl-procinfo.h: Likewise.
36126         * sysdeps/unix/i386/sysdep.S: Likewise.
36127         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
36128         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
36129         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
36130         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
36131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
36132         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
36133         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
36134         * sysdeps/unix/sysv/linux/speed.c: Likewise.
36135         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
36136         * sysdeps/wordsize-32/divdi3.c: Likewise.
36137         * time/sys/time.h: Likewise.
36138         * wcsmbs/Makefile: Likewise.
36140 2013-01-01  David S. Miller  <davem@davemloft.net>
36142         * po/fr.po: Update from translation team.
36144         * catgets/gencat.c: Update copyright year.
36145         * csu/version.c: Likewise.
36146         * debug/catchsegv.sh: Likewise.
36147         * debug/pcprofiledump.c: Likewise.
36148         * debug/xtrace.sh: Likewise.
36149         * elf/ldconfig.c: Likewise.
36150         * elf/ldd.bash.in: Likewise.
36151         * elf/pldd.c: Likewise.
36152         * elf/sotruss.ksh: Likewise.
36153         * elf/sprof.c: Likewise.
36154         * iconv/iconv_prog.c: Likewise.
36155         * iconv/iconvconfig.c: Likewise.
36156         * locale/programs/locale.c: Likewise.
36157         * locale/programs/localedef.c: Likewise.
36158         * login/programs/pt_chown.c: Likewise.
36159         * malloc/memusage.sh: Likewise.
36160         * malloc/memusagestat.c: Likewise.
36161         * malloc/mtrace.pl: Likewise.
36162         * nscd/nscd.c: Likewise.
36163         * nss/getent.c: Likewise.
36164         * nss/makedb.c: Likewise.
36165         * posix/getconf.c: Likewise.
36167 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
36169         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
36170         numbers.
36172 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
36174         * math/bits/mathcalls.h (modf): Use __nonnull.
36176 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36178         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
36179         (split): Use macro CN instead of the bare value.
36180         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
36181         could be used.
36182         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
36183         instead of the bare value.
36184         (power1): Likewise.
36186 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36188         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
36189         __ATAN_TWOM.
36190         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36192         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
36193         their values.
36194         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
36195         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
36196         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
36197         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
36199 2012-12-28  Andreas Jaeger  <aj@suse.de>
36201         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
36202         values are from Linux 3.7.
36204         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
36205         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
36207 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36209         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
36210         TRUE case.
36212         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
36213         (norm): Likewise.
36214         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
36215         variables with preprocessor constants.
36216         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36217         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
36218         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
36220 2012-12-27  Bruno Haible  <bruno@clisp.org>
36222         [BZ #14317]
36223         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
36224         only if needed.
36226 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36228         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
36229         and use variable directly.
36230         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
36232         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
36233         MPONE.
36234         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
36235         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
36236         variable MPONE.
36237         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
36238         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
36239         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
36240         include directive.  Remove local variable MPONE.
36241         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
36242         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
36243         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36245 2012-12-25  David S. Miller  <davem@davemloft.net>
36247         * version.h (RELEASE): Set to "development".
36248         (VERSION): Set to "2.17.90".
36249         * NEWS: Add 2.18 section.
36251 2012-12-21  David S. Miller  <davem@davemloft.net>
36253         * po/hr.po: Update from translation team.
36255 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36257         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
36259 2012-12-19  Steve Ellcey  <sellcey@mips.com>
36261         * NEWS:  Mention new memcpy for MIPS.
36263 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36265         * manual/contrib.texi (Contributors): Spelling correction.
36267 2012-12-15  David S. Miller  <davem@davemloft.net>
36269         * po/ru.po: Update from translation team.
36271 2012-12-13  David S. Miller  <davem@davemloft.net>
36273         * NEWS: Mention IFUNC testsuite enhancements.
36275         * po/pl.po: Update from translation team.
36276         * po/bg.po: Likewise.
36278         * manual/contrib.texi (Contributors): Update entries for Hongjiu
36279         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
36281 2012-12-11  David S. Miller  <davem@davemloft.net>
36283         * po/sv.po: Update from translation team.
36285         * po/vi.po: Update from translation team.
36287         * po/cs.po: Update from translation team.
36289         * po/de.po: Update from translation team.
36290         * po/eo.po: Likewise.
36291         * po/nl.po: Likewise.
36293 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
36295         [BZ #14246]
36296         * manual/argp.texi (Argp Helper Functions): Move node to follow
36297         Argp Parsing State.
36299         [BZ #14872]
36300         * manual/conf.texi (Limits on File System Capacity): Mention if
36301         terminating null is included in the max size.
36303 2012-12-10  Andreas Jaeger  <aj@suse.de>
36305         * po/cs.po: Update from translation team.
36307 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
36309         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
36310         void pointer and cast to uintptr_t.
36311         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
36312         path.
36313         * sysdeps/s390/s390-64/memcpy.S: Likewise.
36314         * sysdeps/s390/s390-64/memset.S: Likewise.
36316 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
36318         [BZ #14833]
36319         * menual/message.texi (Message Translation): Fix typos.
36320         (Helper programs for gettext): Likewise.
36322 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
36324         [BZ #14898]
36325         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
36326         Change to -1.
36328 2012-12-07  David S. Miller  <davem@davemloft.net>
36330         * po/libc.pot: Update.
36332 2012-12-07  Richard Henderson  <rth@redhat.com>
36334         [BZ #10114]
36335         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
36336         normal/normal case to before the switch.
36337         (_FP_DIV): Likewise.
36339 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
36340             Mike Frysinger  <vapier@gentoo.org>
36342         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
36343         check for __NR_fadvise64_64.
36345 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
36347         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
36348         0, not just to plain "0" as a statement.
36349         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
36350         with cw.
36352 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
36354         * NEWS: Use sourceware.org in Bugzilla URL.
36356 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
36358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36359         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36361         * stdio-common/tst-put-error.c (do_test): Add newline to the
36362         padded test to ensure flush.
36364 2012-12-05  Jeff Law  <law@redhat.com>
36366         * sunrpc/etc.rpc (fedfs_admin): Add entry.
36368 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
36370         * README: Don't refer to ports add-on as distributed separately.
36371         Mention AArch64 in list of systems supported in the ports add-on.
36373         * LICENSES: Add more non-FSF copyright and license notices.
36375         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
36376         ((unused)).
36378         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
36380         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
36381         10000 as width of padded output.
36383 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36385         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
36387         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
36388         variable LX with __attribute__ ((unused)).
36389         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
36390         Likewise.
36391         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
36392         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36393         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
36394         with __attribute__ ((unused)).
36396 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
36398         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
36400 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
36402         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
36403         (CFLAGS-nldbl-acos.c): New variable.
36404         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
36405         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
36406         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
36407         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
36408         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
36409         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
36410         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
36411         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
36412         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
36413         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
36414         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
36415         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
36416         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
36417         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
36418         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
36419         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
36420         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
36421         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
36422         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
36423         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
36424         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
36425         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
36426         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
36427         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
36428         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
36429         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
36430         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
36431         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
36432         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
36433         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
36434         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
36435         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
36436         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
36437         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
36438         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
36439         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
36440         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
36441         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
36442         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
36443         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
36444         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
36445         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
36446         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
36447         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
36448         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
36449         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
36450         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
36451         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
36452         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
36453         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
36454         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
36455         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
36456         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
36457         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
36458         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
36459         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
36460         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
36461         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
36462         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
36463         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
36464         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
36465         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
36466         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
36467         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
36468         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
36469         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
36470         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
36471         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
36472         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
36473         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
36474         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
36475         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
36476         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
36477         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
36478         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
36479         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
36480         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
36481         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
36482         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
36483         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
36484         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
36485         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
36486         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
36487         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
36488         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
36489         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
36490         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
36491         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
36492         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
36493         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
36494         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
36495         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
36496         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
36497         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
36498         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
36499         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
36500         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
36502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36503         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
36505         [BZ #14914]
36506         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
36507         whole low double instead of just low 47 bits when splitting values
36508         into two parts.
36510 2012-12-03  Allan McRae  <allan@archlinux.org>
36512         * manual/stdio.texi (Predefined Printf Handlers): Remove
36513         @hsep and @vsep usage.
36515 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
36517         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
36518         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
36520 2012-12-03  Jeff Law  <law@redhat.com>
36522         * time/sys/time.h (settimeofday): Do not mark TV argument
36523         as __nonnull.
36525 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
36527         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
36528         when currently writing and seek to current position when not.
36529         * libio/Makefile (tests): Remove bug-fclose1.
36530         * libio/bug-fclose1.c: Delete.
36532 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
36534         * manual/arith.texi (feenableexcept): Fix typo.
36535         (fedisableexcept): Likewise.
36537 2012-11-30  Roland McGrath  <roland@hack.frob.com>
36539         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
36540         second, differently-typed declaration, rather than a cast.
36542 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36544         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
36545         * include/rpc/svc.h: ... here.
36547 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
36549         [BZ #13013]
36550         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
36551         depending n and resplen2 to catch cases where answer
36552         equals answerp2.
36554 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
36556         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
36557         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
36559 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
36561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
36563 2012-11-29  Roland McGrath  <roland@hack.frob.com>
36565         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
36567 2012-11-28  Jeff Law  <law@redhat.com>
36569         [BZ #13761]
36570         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
36571         dataset_temporary.  Track alloca usage into alloca_used.
36572         If dataset is large allocate and release it via malloc/free.
36574 2012-06-04  Florian Weimer  <fweimer@redhat.com>
36576         [BZ #14197]
36577         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
36579 2012-11-28  David S. Miller  <davem@davemloft.net>
36581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36583 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36585         [BZ #14803]
36586         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
36587         of pi/2 rounded to nearest to 64 bits.
36588         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
36589         nearest to 64 bits.
36590         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
36591         bits.
36593 2012-11-28  Jeff Law <law@redhat.com>
36594             Martin Osvald <mosvald@redhat.com>
36596         [BZ #14889]
36597         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
36598         * sunrpc/svc.c: Include time.h.
36599         (__svc_accept_failed): New function.
36600         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
36601         any reason other than EINTR, call __svc_accept_failed.
36602         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
36603         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
36605 2012-11-28  Andreas Schwab  <schwab@suse.de>
36607         * scripts/abilist.awk: Also handle indirect functions in .opd
36608         section.
36610 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
36612         [BZ #13881]
36613         * sysdeps/x86/fpu/powl_helper.c: New file.
36614         * sysdeps/x86/fpu/Makefile: Likewise.
36615         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
36616         (p3): New object.
36617         (__ieee754_powl): Use __powl_helper for finite arguments except
36618         integer exponents below 8.
36619         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
36620         (p3): New object.
36621         (__ieee754_powl): Use __powl_helper for finite arguments except
36622         integer exponents below 8.
36623         * math/libm-test.inc (pow_test): Add more tests and enable some
36624         previously disabled tests.
36625         * sysdeps/i386/fpu/libm-test-ulps: Update.
36626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36628 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36629             Carlos O'Donell  <carlos_odonell@mentor.com>
36631         * nss/makedb.c (is_prime): Assert that input is odd and greater
36632         than 4.  Note that fact in a comment too.
36633         (next_prime): Add 4 to input.
36635 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
36637         [BZ #11741]
36638         * libio/Makefile (tests): Add test case tst-fwrite-error.
36639         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
36640         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
36641         * libio/tst-fwrite-error.c: New test case.
36643 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
36645         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
36646         before casting to void *.
36647         * include/libc-internal.h (__pointer_type): New macro.
36648         (__integer_if_pointer_type_sub): Likewise.
36649         (__integer_if_pointer_type): Likewise.
36650         (cast_to_integer): Likewise.
36651         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
36652         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
36653         before casting to atomic64_t.
36654         (atomic_exchange_acq): Likewise.
36655         (__arch_exchange_and_add_body): Likewise.
36656         (__arch_add_body): Likewise.
36657         (atomic_add_negative): Likewise.
36658         (atomic_add_zero): Likewise.
36660 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
36662         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
36663         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
36664         (add_fdes): Likewise.
36665         (linear_search_fdes): Likewise.
36666         (binary_search_unencoded_fdes): Likewise.
36668 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
36670         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
36672 2012-11-24  Adam Conrad  <adconrad@0c3.net>
36674         * configure.in: Autodetect C++ header directories.
36675         * configure: Regenerated.
36677 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
36679         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
36681 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
36683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36685 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
36687         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
36688         LDBL_MANT_DIG == 106]: Disable some tests.
36689         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36690         Likewise.
36691         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
36692         Likewise.
36694         [BZ #14871]
36695         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
36696         input for small inputs.  Return +/- pi/2 for large inputs.
36697         * math/libm-test.inc (atan_test): Add more tests.
36699         * sysdeps/generic/unwind-dw2-fde-glibc.c
36700         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
36701         __attribute__ ((unused)).
36703         [BZ #14645]
36704         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
36705         x * y if x and y are nonzero and z is zero.
36707         [BZ #14811]
36708         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36709         nonzero exponents with absolute value below 0x1p-117 to +/-
36710         0x1p-117.
36712         [BZ #14869]
36713         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36714         up arguments below 2**-450, not just those below 2**-500.
36715         * math/libm-test.inc (hypot_test): Add another test.
36717         [BZ #14868]
36718         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36719         Return a+b for ratio over 2**120, not 2**60.
36720         * math/libm-test.inc (hypot_test): Add another test.
36722         * math/libm-test.inc (clog_test): Use
36723         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36724         (clog10_test): Likewise.
36726         [BZ #6778]
36727         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36729 2012-11-22  Andreas Schwab  <schwab@suse.de>
36731         * sysdeps/i386/fpu/libm-test-ulps: Update.
36733 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36735         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36736         printf output with newline.
36738 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36740         [BZ #14865]
36741         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36742         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36743         -z nodlopen, -z initfirst and -z execstack support.
36744         * configure: Regenerated.
36746         * elf/elf.h (DF_1_NODIRECT): New macro.
36747         (DF_1_IGNMULDEF): Likewise.
36748         (DF_1_NOKSYMS): Likewise.
36749         (DF_1_NOHDR): Likewise.
36750         (DF_1_EDITED): Likewise.
36751         (DF_1_NORELOC): Likewise.
36752         (DF_1_SYMINTPOSE): Likewise.
36753         (DF_1_GLOBAUDIT): Likewise.
36754         (DF_1_SINGLETON): Likewise.
36755         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36756         DT_1_SUPPORTED_MASK bits.
36757         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36759 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36761         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36763 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36765         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36766         macro.
36768         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36769         (sendmmsg): Move declarations...
36770         * socket/sys/socket.h: ... here.
36771         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36772         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36773         include it from...
36774         * socket/recvmmsg.c: ... this new file.
36775         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36776         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36777         definition of __sendmmsg hidden.
36778         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36779         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36780         Move ENOSYS stub into and include it from...
36781         * socket/sendmmsg.c: ... this new file.
36782         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36783         (sysdep_routines): Move recvmmsg and sendmmsg...
36784         * socket/Makefile (routines): ... here.
36785         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36786         (GLIBC_PRIVATE): Add __sendmmsg.
36787         * include/sys/socket.h (__sendmmsg): Add declarations.
36788         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36789         sendmmsg.
36791 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36793         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36794         variable I1 with __attribute__ ((unused)).
36795         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36797 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36799         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36800         DUMMY variables with __attribute__ ((unused)).
36802         * bits/byteswap.h: Include <bits/types.h>.
36803         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36805 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36807         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36808         string_t.  Do not manually set errno.
36809         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36810         length with __strnlen.  Make sure to both set errno and return it on
36811         failure.
36813 2012-11-19  David S. Miller  <davem@davemloft.net>
36815         With help from Joseph Myers.
36816         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36817         very large arguments properly.
36818         * math/libm-test.inc (atan_test): New tests.
36819         (atan2_test): New tests.
36820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36823 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36825         [BZ #14856]
36826         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36827         Define to 3.
36829         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36830         [POSIX] (EADDRNOTAVAIL): Likewise.
36831         [POSIX] (EAFNOSUPPORT): Likewise.
36832         [POSIX] (EALREADY): Likewise.
36833         [POSIX] (ECONNABORTED): Likewise.
36834         [POSIX] (ECONNREFUSED): Likewise.
36835         [POSIX] (ECONNRESET): Likewise.
36836         [POSIX] (EDESTADDRREQ): Likewise.
36837         [POSIX] (EDQUOT): Likewise.
36838         [POSIX] (EHOSTUNREACH): Likewise.
36839         [POSIX] (EIDRM): Likewise.
36840         [POSIX] (EISCONN): Likewise.
36841         [POSIX] (ELOOP): Likewise.
36842         [POSIX] (EMULTIHOP): Likewise.
36843         [POSIX] (ENETDOWN): Likewise.
36844         [POSIX] (ENETUNREACH): Likewise.
36845         [POSIX] (ENOBUFS): Likewise.
36846         [POSIX] (ENODATA): Likewise.
36847         [POSIX] (ENOLINK): Likewise.
36848         [POSIX] (ENOMSG): Likewise.
36849         [POSIX] (ENOPROTOOPT): Likewise.
36850         [POSIX] (ENOSR): Likewise.
36851         [POSIX] (ENOSTR): Likewise.
36852         [POSIX] (ENOTCONN): Likewise.
36853         [POSIX] (ENOTSOCK): Likewise.
36854         [POSIX] (EOPNOTSUPP): Likewise.
36855         [POSIX] (EOVERFLOW): Likewise.
36856         [POSIX] (EPROTO): Likewise.
36857         [POSIX] (EPROTONOSUPPORT): Likewise.
36858         [POSIX] (EPROTOTYPE): Likewise.
36859         [POSIX] (ESTALE): Likewise.
36860         [POSIX] (ETIME): Likewise.
36861         [POSIX] (ETXTBSY): Likewise.
36862         [POSIX] (EWOULDBLOCK): Likewise.
36863         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36864         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36865         [POSIX] (SEEK_CUR): Likewise.
36866         [POSIX] (SEEK_END): Likewise.
36867         [POSIX || UNIX98] (mode_t): Do not require.
36868         [POSIX] (off_t): Likewise.
36869         [POSIX] (pid_t): Likewise.
36870         [POSIX] (sys/stat.h): Do not allow header.
36871         [POSIX] (unistd.h): Likewise.
36872         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36873         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36874         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36875         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36876         require.
36877         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36878         sigevent): Specify elements.
36879         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36880         entry.
36881         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36882         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36884         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36885         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36886         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36887         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36888         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36889         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36890         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36891         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36892         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36893         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36894         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36895         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36896         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36897         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36898         Likewise.
36899         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36900         Likewise.
36901         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36902         Likewise.
36903         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36904         Likewise.
36905         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36906         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36907         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36908         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36909         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36910         Specify lower bound on value.
36911         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36912         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36913         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36914         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36915         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36916         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36917         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36918         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36919         value.
36920         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36921         as optional.
36922         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36923         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36924         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36925         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36926         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36927         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36928         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36929         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36930         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36931         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36932         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36933         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36934         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36935         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36936         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36937         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36938         entry.
36939         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36940         optional.
36941         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36942         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36943         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36944         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36945         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36946         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36947         Likewise.
36948         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36949         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36950         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36951         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36952         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36953         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36954         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36955         as optional.
36956         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36957         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36958         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36959         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36960         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36961         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36962         specify as optional.
36963         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36964         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36965         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36966         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36967         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36968         [XPG3] (NL_LANGMAX): Likewise.
36969         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36970         [POSIX || XPG3] (NL_NMAX): Likewise.
36971         [POSIX || XPG3] (NL_SETMAX): Likewise.
36972         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36973         [XPG3] (NZERO): Likewise.
36974         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36975         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36976         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36977         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36978         (REG_ERANGE): Expect.
36979         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36980         optional-constant.
36981         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36982         Use (void) in prototype.
36983         [POSIX] (*_t): Allow.
36984         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36985         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36986         (WRDE_BADVAL): Expect.
36988         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36989         expect.
36990         [XPG3 || XPG4] (O_RSYNC): Likewise.
36991         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36992         Likewise.
36993         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36994         [XPG3 || XPG4] (sigqueue): Likewise.
36995         [XPG3 || XPG4] (sigtimedwait): Likewise.
36996         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36997         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36998         [XPG3 || XPG4] (vsnprintf): Likewise.
36999         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
37000         Likewise.
37001         [XPG3 || XPG4] (blksize_t): Likewise.
37002         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
37003         Likewise.
37004         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
37005         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
37006         [XPG3 || XPG4] (struct itimerspec): Likewise.
37007         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
37008         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
37009         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
37010         [XPG3 || XPG4] (clockid_t): Likewise.
37011         [XPG3 || XPG4] (timer_t): Likewise.
37012         [XPG3 || XPG4] (clock_getres): Likewise.
37013         [XPG3 || XPG4] (clock_gettime): Likewise.
37014         [XPG3 || XPG4] (clock_settime): Likewise.
37015         [XPG3 || XPG4] (nanosleep): Likewise.
37016         [XPG3 || XPG4] (timer_create): Likewise.
37017         [XPG3 || XPG4] (timer_delete): Likewise.
37018         [XPG3 || XPG4] (timer_gettime): Likewise.
37019         [XPG3 || XPG4] (timer_getoverrun): Likewise.
37020         [XPG3 || XPG4] (timer_settime): Likewise.
37021         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
37022         [XPG3 || XPG4] (getlogin_r): Likewise.
37023         [XPG3 || XPG4] (pread): Likewise.
37024         [XPG3 || XPG4] (pthread_atfork): Likewise.
37025         [XPG3 || XPG4] (pwrite): Likewise.
37027         [BZ #14835]
37028         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
37029         <bits/siginfo.h>.
37031 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
37033         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
37034         finalizing MALLSTREAM.
37036         * sysdeps/mach/hurd/syncfs.c: New file.
37038 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
37040         [BZ #14719]
37041         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
37042         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
37043         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
37044         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
37045         (_nss_dns_gethostbyname4_r): Likewise.
37046         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
37047         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
37049 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
37051         [BZ #13763]
37052         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
37054 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
37056         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
37057         * elf/cache.c (print_entry): Print ",AArch64" for
37058         FLAG_AARCH64_LIB64
37060         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
37061         * elf/cache.c (print_entry): Print ",hard-float" for
37062         FLAG_ARM_LIBHF.
37064 2012-11-18  David S. Miller  <davem@davemloft.net>
37066         With help from Joseph Myers.
37067         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
37068         cutoff to 2**-13.
37069         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
37070         cutoff to 2**-25.
37071         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
37072         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
37073         small.
37074         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
37075         * math/libm-test.inc (y0_test): New tests.
37076         (y1_test): New tests.
37077         * sysdeps/i386/fpu/libm-test-ulps: Update.
37078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37079         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37081 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
37083         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
37084         64-bit targets.
37085         * configure: Regenerated.
37087 2012-11-17  David S. Miller  <davem@davemloft.net>
37089         [BZ #14811]
37090         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
37091         nonzero exponents with absolute value below 0x1p-128 to +/-
37092         0x1p-128.
37094 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
37096         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
37098         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
37100         * posix/getconf-speclist.c: New file.
37101         * posix/posix-envs.def: Likewise.
37102         * posix/confstr.c (START_ENV_GROUP): New macro.
37103         (END_ENV_GROUP): Likewise.
37104         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37105         (KNOWN_PRESENT_ENV_STRING): Likewise.
37106         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37107         (UNKNOWN_ENVIRONMENT): Likewise.
37108         (confstr): Include posix-envs.def instead of handling
37109         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
37110         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
37111         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
37112         (END_ENV_GROUP): Likewise.
37113         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
37114         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
37115         (UNKNOWN_ENVIRONMENT): Likewise.
37116         (__sysconf): Include posix-envs.def instead of handling associated
37117         cases directly here.
37118         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
37119         preprocessing getconf-speclist.c rather than running getconf or
37120         generating empty file.
37122 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
37124         * scripts/check-local-headers.sh: Ignore 'mach' headers.
37126 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
37128         [BZ #14672]
37129         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
37131 2012-11-16  David S. Miller  <davem@davemloft.net>
37133         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
37134         smaller than LDBL_EPSILON/2.0L, just return xm1.
37136 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
37138         * elf/tst-array1.c (init): Set constructor priority to 1000.
37139         (fini): Set destructor priority to 1000.
37140         * elf/tst-array2dep.c: Likewise.
37142 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37144         [BZ #11741]
37145         * libio/fileops.c (_IO_new_file_write): Correctly return error.
37146         (_IO_new_file_xsputn): Also return EOF if none of the input
37147         data was written when overflow failed.
37148         * libio/iopadn.c (_IO_padn): Likewise.
37149         * libio/iowpadn.c (_IO_wpadn): Likewise.
37150         * stdio-common/tst-put-error.c: Add copyright notice.
37151         (do_test): Add case for printing padded string.
37152         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
37153         _IO_padn returned error.
37154         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
37155         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
37156         return EOF.
37158 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37160         * libio/libioP.h: Add comment note that the references to C++
37161         bits are now obsolete.
37163 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37165         * math/libm-test.inc (check_complex): Use asprintf.
37167 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
37169         * debug/pcprofiledump.c (print_version): Update copyright year.
37170         * malloc/memusagestat.c (print_version): Likewise.
37172 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
37174         [BZ #14831]
37175         * elf/Makefile (tests): Add tst-audit8.
37176         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
37177         ($(objpfx)tst-audit8.out): New target.
37178         (tst-audit8-ENV): New variable.
37179         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
37180         audit if l_reloc_result is NULL.
37181         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
37182         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
37183         * elf/tst-audit8.c: New file.
37185 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37187         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
37188         * misc/Makefile (CFLAGS-select.c): Define.
37189         * posix/Makefile (CFLAGS-pause.c): Define.
37191 2012-11-13  David S. Miller  <davem@davemloft.net>
37193         * crypt/Makefile: Move test targets after toplevel Rules
37194         inclusion.  Grab any necessary sysdep routines when linking.
37195         * crypt/md5.c (md5_process_block): Remove define, we will always
37196         name it __md5_process_block.
37197         (md5_finish_ctx): Update md5_process_block call.
37198         (md5_stream): Likewise.
37199         (md5_process_bytes): Likewise.
37200         (md5_process_block): Rename to __md5_process_block and move to ...
37201         * crypt/md5-block.c: ... here.
37202         * crypt/sha256.c (sha256_process_block): Move to ...
37203         * crypt/sha256-block.c: ... here.
37204         * crypt/sha512.c (sha512_process_block): Move to ...
37205         * crypt/sha512-block.c: ... here.
37206         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
37207         path.
37208         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
37209         * sysdeps/sparc/sparc64/multiarch/Makefile
37210         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
37211         crypt subdir.
37212         (localedef-aux): Add md5 crypto assembler when in locale subdir.
37213         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
37214         multiarch changes.
37215         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
37216         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
37217         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
37218         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
37219         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
37220         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
37221         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
37222         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
37223         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
37224         file.
37225         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
37226         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
37227         file.
37228         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
37230 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
37232         * timezone/tzselect.ksh: Update from tzcode git revision
37233         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
37234         * timezone/zdump.c: Likewise.
37235         * timezone/zic.c: Likewise.
37236         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
37237         in TZVERSION setting, not $(PKGVERSION).
37238         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
37239         REPORT_BUGS_TO settings.
37241         [BZ #14838]
37242         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
37243         macro.
37245 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37247         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
37248         detection to immediately after _FP_ROUND().
37249         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
37250         bits are 0.
37252 2012-11-11  David S. Miller  <davem@davemloft.net>
37254         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
37255         inttypes.h
37256         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
37257         __close rather than their public counterparts.
37259 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
37261         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
37262         file.
37263         [UNIX98] (sem_timedwait): Do not expect.
37264         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
37265         [XPG4 || UNIX98] (sockatmark): Do not expect.
37266         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
37267         (clock_getcpuclockid): Do not expect.
37268         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
37269         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
37270         Do not expect.
37271         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
37272         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
37273         [UNIX98] (vwscanf): Likewise.
37274         [UNIX98] (vswscanf): Likewise.
37276 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
37278         * timezone/version.h: Remove file.
37279         * timezone/README: Do not refer to version.h.
37280         * timezone/Makefile ($(objpfx)zic.o): New dependency on
37281         $(objpfx)version.h.
37282         ($(objpfx)zdump.o): Likewise.
37283         ($(objpfx)version.h): New target.
37285         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
37286         2012i.
37287         * timezone/README: Don't mention modification to tzselect.ksh.
37288         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
37289         work on unmodified tzselect.ksh.  Substitute version numbers in
37290         tzselect.ksh.
37292         * Makefile (format-me): Remove.
37293         (INSTALL): Adjust indentation.  Use commands directly instead of
37294         using $(format-me).
37296         * aclocal.m4 (ACX_PKGVERSION): New macro.
37297         (ACX_BUGURL): Likewise.
37298         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
37299         (PKGVERSION): New AC_DEFINE_UNQUOTED.
37300         (REPORT_BUGS_TO): Likewise.
37301         * configure: Regenerated.
37302         * config.h.in (PKGVERSION): New macro.
37303         (REPORT_BUGS_TO): Likewise.
37304         * config.make.in (PKGVERSION): New variable.
37305         (PKGVERSION_TEXI): Likewise.
37306         (REPORT_BUGS_TO): Likewise.
37307         (REPORT_BUGS_TEXI): Likewise.
37308         * Makefile (format-me): Use -I$(common-objpfx)manual.
37309         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
37310         ($(common-objpfx)manual/%): New target.
37311         (manual/%): Remove target.
37312         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
37313         (print_version): Use PKGVERSION.
37314         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
37315         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
37316         and REPORT_BUGS_TO.
37317         ($(objpfx)xtrace): Likewise.
37318         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
37319         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
37320         (print_version): Use PKGVERSION.
37321         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
37322         (do_version): Use PKGVERSION.
37323         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
37324         REPORT_BUGS_TO.
37325         (common-ldd-rewrite): Likewise.
37326         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
37327         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
37328         (print_version): Use PKGVERSION.
37329         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
37330         * elf/pldd.c (argp_program_bug_address): Remove variable.
37331         (more_help): New function.
37332         (argp): Use more_help.
37333         (print_version): Use PKGVERSION.
37334         * elf/sln.c (main): Use PKGVERSION.
37335         (usage): Use REPORT_BUGS_TO.
37336         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
37337         (top level): Use PKGVERSION.
37338         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
37339         (print_version): Use PKGVERSION.
37340         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
37341         (print_version): Use PKGVERSION.
37342         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
37343         (print_version): Use PKGVERSION.
37344         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
37345         (print_version): Use PKGVERSION.
37346         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
37347         (print_version): Use PKGVERSION.
37348         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
37349         (print_version): Use PKGVERSION.
37350         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
37351         and BUGURL.
37352         ($(objpfx)memusage): Likewise.
37353         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
37354         (do_version): Use PKGVERSION.
37355         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
37356         (print_version): Use PKGVERSION.
37357         * malloc/mtrace.pl ($PACKAGE): Remove variable.
37358         ($PKGVERSION): New variable.
37359         ($REPORT_BUGS_TO): Likewise.
37360         (usage): Use $REPORT_BUGS_TO.
37361         (top level): Use $PKGVERSION.
37362         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
37363         ($(objpfx)pkgvers.texi): New rule.
37364         ($(objpfx)stamp-pkgvers): Likewise.
37365         * manual/install.texi: Include pkgvers.texi.
37366         (--with-pkgversion): Document new configure option.
37367         (--with-bugurl): Likewise.
37368         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
37369         than necessarily for this particular distribution.  Use
37370         REPORT_BUGS_TO for where to report bugs.
37371         * INSTALL: Regenerated.
37372         * manual/libc.texinfo: Include pkgvers.texi.
37373         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
37374         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
37375         (print_version): Use PKGVERSION.
37376         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
37377         (print_version): Use PKGVERSION.
37378         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
37379         (print_version): Use PKGVERSION.
37380         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
37381         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
37382         macro.
37383         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
37384         (print_version): Use PKGVERSION.
37385         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
37386         (print_version): Use PKGVERSION.
37387         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
37388         and PKGVERSION.
37390         * timezone/checktab.awk: Update from tzcode 2012i.
37391         * timezone/ialloc.c: Likewise.
37392         * timezone/private.h: Likewise.
37393         * timezone/scheck.c: Likewise.
37394         * timezone/tzfile.h: Likewise.
37395         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
37396         (TZVERSION): Hardcode tzcode version number.
37397         * timezone/zdump.c: Update from tzcode 2012i.
37398         * timezone/zic.c: Likewise.
37399         * timezone/version.h: New file.
37400         * timezone/README: Describe version.h.  Update upstream location.
37402         [BZ #14824]
37403         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
37404         (mktemp): Enable declaration.
37405         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
37406         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
37407         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
37408         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
37409         Likewise.
37410         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
37411         Likewise.
37412         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
37413         Likewise.
37414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
37415         Likewise.
37416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
37417         Likewise.
37418         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
37419         Likewise.
37421         [BZ #14821]
37422         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
37423         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
37424         for copies of such integer values.
37425         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
37426         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
37428 2012-11-09  Andreas Jaeger  <aj@suse.de>
37430         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
37431         definitions and declarations that are provided by
37432         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37434 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37436         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
37437         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
37438         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
37439         definition.
37441 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37443         * elf/elf.h: Update comment before AArch64 relocations.
37445 2012-11-07  David S. Miller  <davem@davemloft.net>
37447         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
37448         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
37449         (__start_context): Declare.
37450         (__makecontext_ret): Delete.
37451         (__makecontext): Hook up __start_context instead of
37452         __makecontext_ret.
37453         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
37454         (sysdep_routines): Add __start_context when in stdlib.
37456 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37458         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
37459         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
37460         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
37461         hardcoded "nm".
37462         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
37463         (READELF): New variable.  Use it instead of hardcoded "readelf".
37465 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
37467         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
37468         * sysdeps/x86/Makefile: Here.
37469         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
37470         * sysdeps/x86/tst-xmmymm.sh: This.
37472 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37474         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
37475         expectations.
37476         [UNIX98] (pthread_barrier_t): Do not expect.
37477         [UNIX98] (pthread_barrierattr_t): Likewise.
37478         [UNIX98] (pthread_spinlock_t): Likewise.
37479         [UNIX98] (pthread_barrier_destroy): Likewise.
37480         [UNIX98] (pthread_barrier_init): Likewise.
37481         [UNIX98] (pthread_barrier_wait): Likewise.
37482         [UNIX98] (pthread_barrierattr_destroy): Likewise.
37483         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
37484         [UNIX98] (pthread_barrierattr_init): Likewise.
37485         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
37486         [UNIX98] (pthread_getcpuclockid): Likewise.
37487         [UNIX98] (pthread_mutex_timedlock): Likewise.
37488         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
37489         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
37490         [UNIX98] (pthread_sigmask): Likewise.
37491         [UNIX98] (pthread_spin_destroy): Likewise.
37492         [UNIX98] (pthread_spin_init): Likewise.
37493         [UNIX98] (pthread_spin_lock): Likewise.
37494         [UNIX98] (pthread_spin_trylock): Likewise.
37495         [UNIX98] (pthread_spin_unlock): Likewise.
37496         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
37497         Do not expect.
37498         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
37499         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
37500         [XPG3 || XPG4] (pthread_cond_t): Likewise.
37501         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
37502         [XPG3 || XPG4] (pthread_key_t): Likewise.
37503         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
37504         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
37505         [XPG3 || XPG4] (pthread_once_t): Likewise.
37506         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
37507         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
37508         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
37509         [XPG3 || XPG4] (pthread_t): Likewise.
37511         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
37512         not expect.
37513         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
37515         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
37516         Change function return type to int.
37518         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
37519         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
37520         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
37521         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
37522         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
37523         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
37524         [!POSIX] (posix_madvise): Likewise.
37525         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
37526         && !UNIX98].
37527         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
37528         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
37529         (mode_t): Likewise.
37530         (posix_mem_offset): Likewise.
37531         (posix_typed_mem_get_info): Likewise.
37532         (posix_typed_mem_open): Likewise.
37534         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
37535         Change condition to [XOPEN2K8].
37537         * conform/conformtest.pl: Preprocess allow-header data with -x c
37538         instead of from stdin.
37539         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
37540         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
37541         [C99-based standards] (cerfc): Likewise.
37542         [C99-based standards] (cexp2): Likewise.
37543         [C99-based standards] (cexpm1): Likewise.
37544         [C99-based standards] (clog10): Likewise.
37545         [C99-based standards] (clog1p): Likewise.
37546         [C99-based standards] (clog2): Likewise.
37547         [C99-based standards] (clgamma): Likewise.
37548         [C99-based standards] (ctgamma): Likewise.
37549         [C99-based standards] (cerff): Likewise.
37550         [C99-based standards] (cerfcf): Likewise.
37551         [C99-based standards] (cexp2f): Likewise.
37552         [C99-based standards] (cexpm1f): Likewise.
37553         [C99-based standards] (clog10f): Likewise.
37554         [C99-based standards] (clog1pf): Likewise.
37555         [C99-based standards] (clog2f): Likewise.
37556         [C99-based standards] (clgammaf): Likewise.
37557         [C99-based standards] (ctgammaf): Likewise.
37558         [C99-based standards] (cerfl): Likewise.
37559         [C99-based standards] (cerfcl): Likewise.
37560         [C99-based standards] (cexp2l): Likewise.
37561         [C99-based standards] (cexpm1l): Likewise.
37562         [C99-based standards] (clog10l): Likewise.
37563         [C99-based standards] (clog1pl): Likewise.
37564         [C99-based standards] (clog2l): Likewise.
37565         [C99-based standards] (clgammal): Likewise.
37566         [C99-based standards] (ctgammal): Likewise.
37567         * conform/data/inttypes.h-data [C99-based standards]: Include
37568         stdint.h-data.  Remove all expectations for stdint.h contents.
37569         [C99-based standards] (PRI*): Do not allow.
37570         [C99-based standards] (SCN*): Likewise.
37571         [C99-based standards] (*_t): Likewise.
37572         [C99-based-standards] (PRId8): Expect macro.
37573         [C99-based-standards] (PRIi8): Likewise.
37574         [C99-based-standards] (PRIo8): Likewise.
37575         [C99-based-standards] (PRIu8): Likewise.
37576         [C99-based-standards] (PRIx8): Likewise.
37577         [C99-based-standards] (PRIX8): Likewise.
37578         [C99-based-standards] (SCNd8): Likewise.
37579         [C99-based-standards] (SCNi8): Likewise.
37580         [C99-based-standards] (SCNo8): Likewise.
37581         [C99-based-standards] (SCNu8): Likewise.
37582         [C99-based-standards] (SCNx8): Likewise.
37583         [C99-based-standards] (PRIdLEAST8): Likewise.
37584         [C99-based-standards] (PRIiLEAST8): Likewise.
37585         [C99-based-standards] (PRIoLEAST8): Likewise.
37586         [C99-based-standards] (PRIuLEAST8): Likewise.
37587         [C99-based-standards] (PRIxLEAST8): Likewise.
37588         [C99-based-standards] (PRIXLEAST8): Likewise.
37589         [C99-based-standards] (SCNdLEAST8): Likewise.
37590         [C99-based-standards] (SCNiLEAST8): Likewise.
37591         [C99-based-standards] (SCNoLEAST8): Likewise.
37592         [C99-based-standards] (SCNuLEAST8): Likewise.
37593         [C99-based-standards] (SCNxLEAST8): Likewise.
37594         [C99-based-standards] (PRIdFAST8): Likewise.
37595         [C99-based-standards] (PRIiFAST8): Likewise.
37596         [C99-based-standards] (PRIoFAST8): Likewise.
37597         [C99-based-standards] (PRIuFAST8): Likewise.
37598         [C99-based-standards] (PRIxFAST8): Likewise.
37599         [C99-based-standards] (PRIXFAST8): Likewise.
37600         [C99-based-standards] (SCNdFAST8): Likewise.
37601         [C99-based-standards] (SCNiFAST8): Likewise.
37602         [C99-based-standards] (SCNoFAST8): Likewise.
37603         [C99-based-standards] (SCNuFAST8): Likewise.
37604         [C99-based-standards] (SCNxFAST8): Likewise.
37605         [C99-based-standards] (PRId16): Likewise.
37606         [C99-based-standards] (PRIi16): Likewise.
37607         [C99-based-standards] (PRIo16): Likewise.
37608         [C99-based-standards] (PRIu16): Likewise.
37609         [C99-based-standards] (PRIx16): Likewise.
37610         [C99-based-standards] (PRIX16): Likewise.
37611         [C99-based-standards] (SCNd16): Likewise.
37612         [C99-based-standards] (SCNi16): Likewise.
37613         [C99-based-standards] (SCNo16): Likewise.
37614         [C99-based-standards] (SCNu16): Likewise.
37615         [C99-based-standards] (SCNx16): Likewise.
37616         [C99-based-standards] (PRIdLEAST16): Likewise.
37617         [C99-based-standards] (PRIiLEAST16): Likewise.
37618         [C99-based-standards] (PRIoLEAST16): Likewise.
37619         [C99-based-standards] (PRIuLEAST16): Likewise.
37620         [C99-based-standards] (PRIxLEAST16): Likewise.
37621         [C99-based-standards] (PRIXLEAST16): Likewise.
37622         [C99-based-standards] (SCNdLEAST16): Likewise.
37623         [C99-based-standards] (SCNiLEAST16): Likewise.
37624         [C99-based-standards] (SCNoLEAST16): Likewise.
37625         [C99-based-standards] (SCNuLEAST16): Likewise.
37626         [C99-based-standards] (SCNxLEAST16): Likewise.
37627         [C99-based-standards] (PRIdFAST16): Likewise.
37628         [C99-based-standards] (PRIiFAST16): Likewise.
37629         [C99-based-standards] (PRIoFAST16): Likewise.
37630         [C99-based-standards] (PRIuFAST16): Likewise.
37631         [C99-based-standards] (PRIxFAST16): Likewise.
37632         [C99-based-standards] (PRIXFAST16): Likewise.
37633         [C99-based-standards] (SCNdFAST16): Likewise.
37634         [C99-based-standards] (SCNiFAST16): Likewise.
37635         [C99-based-standards] (SCNoFAST16): Likewise.
37636         [C99-based-standards] (SCNuFAST16): Likewise.
37637         [C99-based-standards] (SCNxFAST16): Likewise.
37638         [C99-based-standards] (PRId32): Likewise.
37639         [C99-based-standards] (PRIi32): Likewise.
37640         [C99-based-standards] (PRIo32): Likewise.
37641         [C99-based-standards] (PRIu32): Likewise.
37642         [C99-based-standards] (PRIx32): Likewise.
37643         [C99-based-standards] (PRIX32): Likewise.
37644         [C99-based-standards] (SCNd32): Likewise.
37645         [C99-based-standards] (SCNi32): Likewise.
37646         [C99-based-standards] (SCNo32): Likewise.
37647         [C99-based-standards] (SCNu32): Likewise.
37648         [C99-based-standards] (SCNx32): Likewise.
37649         [C99-based-standards] (PRIdLEAST32): Likewise.
37650         [C99-based-standards] (PRIiLEAST32): Likewise.
37651         [C99-based-standards] (PRIoLEAST32): Likewise.
37652         [C99-based-standards] (PRIuLEAST32): Likewise.
37653         [C99-based-standards] (PRIxLEAST32): Likewise.
37654         [C99-based-standards] (PRIXLEAST32): Likewise.
37655         [C99-based-standards] (SCNdLEAST32): Likewise.
37656         [C99-based-standards] (SCNiLEAST32): Likewise.
37657         [C99-based-standards] (SCNoLEAST32): Likewise.
37658         [C99-based-standards] (SCNuLEAST32): Likewise.
37659         [C99-based-standards] (SCNxLEAST32): Likewise.
37660         [C99-based-standards] (PRIdFAST32): Likewise.
37661         [C99-based-standards] (PRIiFAST32): Likewise.
37662         [C99-based-standards] (PRIoFAST32): Likewise.
37663         [C99-based-standards] (PRIuFAST32): Likewise.
37664         [C99-based-standards] (PRIxFAST32): Likewise.
37665         [C99-based-standards] (PRIXFAST32): Likewise.
37666         [C99-based-standards] (SCNdFAST32): Likewise.
37667         [C99-based-standards] (SCNiFAST32): Likewise.
37668         [C99-based-standards] (SCNoFAST32): Likewise.
37669         [C99-based-standards] (SCNuFAST32): Likewise.
37670         [C99-based-standards] (SCNxFAST32): Likewise.
37671         [C99-based-standards] (PRId64): Likewise.
37672         [C99-based-standards] (PRIi64): Likewise.
37673         [C99-based-standards] (PRIo64): Likewise.
37674         [C99-based-standards] (PRIu64): Likewise.
37675         [C99-based-standards] (PRIx64): Likewise.
37676         [C99-based-standards] (PRIX64): Likewise.
37677         [C99-based-standards] (SCNd64): Likewise.
37678         [C99-based-standards] (SCNi64): Likewise.
37679         [C99-based-standards] (SCNo64): Likewise.
37680         [C99-based-standards] (SCNu64): Likewise.
37681         [C99-based-standards] (SCNx64): Likewise.
37682         [C99-based-standards] (PRIdLEAST64): Likewise.
37683         [C99-based-standards] (PRIiLEAST64): Likewise.
37684         [C99-based-standards] (PRIoLEAST64): Likewise.
37685         [C99-based-standards] (PRIuLEAST64): Likewise.
37686         [C99-based-standards] (PRIxLEAST64): Likewise.
37687         [C99-based-standards] (PRIXLEAST64): Likewise.
37688         [C99-based-standards] (SCNdLEAST64): Likewise.
37689         [C99-based-standards] (SCNiLEAST64): Likewise.
37690         [C99-based-standards] (SCNoLEAST64): Likewise.
37691         [C99-based-standards] (SCNuLEAST64): Likewise.
37692         [C99-based-standards] (SCNxLEAST64): Likewise.
37693         [C99-based-standards] (PRIdFAST64): Likewise.
37694         [C99-based-standards] (PRIiFAST64): Likewise.
37695         [C99-based-standards] (PRIoFAST64): Likewise.
37696         [C99-based-standards] (PRIuFAST64): Likewise.
37697         [C99-based-standards] (PRIxFAST64): Likewise.
37698         [C99-based-standards] (PRIXFAST64): Likewise.
37699         [C99-based-standards] (SCNdFAST64): Likewise.
37700         [C99-based-standards] (SCNiFAST64): Likewise.
37701         [C99-based-standards] (SCNoFAST64): Likewise.
37702         [C99-based-standards] (SCNuFAST64): Likewise.
37703         [C99-based-standards] (SCNxFAST64): Likewise.
37704         [C99-based-standards] (PRIdMAX): Likewise.
37705         [C99-based-standards] (PRIiMAX): Likewise.
37706         [C99-based-standards] (PRIoMAX): Likewise.
37707         [C99-based-standards] (PRIuMAX): Likewise.
37708         [C99-based-standards] (PRIxMAX): Likewise.
37709         [C99-based-standards] (PRIXMAX): Likewise.
37710         [C99-based-standards] (SCNdMAX): Likewise.
37711         [C99-based-standards] (SCNiMAX): Likewise.
37712         [C99-based-standards] (SCNoMAX): Likewise.
37713         [C99-based-standards] (SCNuMAX): Likewise.
37714         [C99-based-standards] (SCNxMAX): Likewise.
37715         [C99-based-standards] (PRIdPTR): Likewise.
37716         [C99-based-standards] (PRIiPTR): Likewise.
37717         [C99-based-standards] (PRIoPTR): Likewise.
37718         [C99-based-standards] (PRIuPTR): Likewise.
37719         [C99-based-standards] (PRIxPTR): Likewise.
37720         [C99-based-standards] (PRIXPTR): Likewise.
37721         [C99-based-standards] (SCNdPTR): Likewise.
37722         [C99-based-standards] (SCNiPTR): Likewise.
37723         [C99-based-standards] (SCNoPTR): Likewise.
37724         [C99-based-standards] (SCNuPTR): Likewise.
37725         [C99-based-standards] (SCNxPTR): Likewise.
37726         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37727         allow.
37728         * conform/data/stdint.h-data: Update comments to clarify
37729         requirements.
37730         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37731         type.
37732         [C99-based standards] (INT8_MAX): Likewise.
37733         [C99-based standards] (INT16_MIN): Likewise.
37734         [C99-based standards] (INT16_MAX): Likewise.
37735         [C99-based standards] (INT32_MIN): Likewise.
37736         [C99-based standards] (INT32_MAX): Likewise.
37737         [C99-based standards] (INT64_MIN): Likewise.
37738         [C99-based standards] (INT64_MAX): Likewise.
37739         [C99-based standards] (UINT8_MAX): Likewise.
37740         [C99-based standards] (UINT16_MAX): Likewise.
37741         [C99-based standards] (UINT32_MAX): Likewise.
37742         [C99-based standards] (UINT64_MAX): Likewise.
37743         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37744         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37745         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37746         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37747         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37748         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37749         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37750         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37751         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37752         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37753         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37754         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37755         [C99-based standards] (INT_FAST8_MIN): Likewise.
37756         [C99-based standards] (INT_FAST8_MAX): Likewise.
37757         [C99-based standards] (INT_FAST16_MIN): Likewise.
37758         [C99-based standards] (INT_FAST16_MAX): Likewise.
37759         [C99-based standards] (INT_FAST32_MIN): Likewise.
37760         [C99-based standards] (INT_FAST32_MAX): Likewise.
37761         [C99-based standards] (INT_FAST64_MIN): Likewise.
37762         [C99-based standards] (INT_FAST64_MAX): Likewise.
37763         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37764         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37765         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37766         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37767         [C99-based standards] (INTPTR_MIN): Likewise.
37768         [C99-based standards] (INTPTR_MAX): Likewise.
37769         [C99-based standards] (UINTPTR_MAX): Likewise.
37770         [C99-based standards] (INTMAX_MIN): Likewise.
37771         [C99-based standards] (INTMAX_MAX): Likewise.
37772         [C99-based standards] (UINTMAX_MAX): Likewise.
37773         [C99-based standards] (PTRDIFF_MIN): Likewise.
37774         [C99-based standards] (PTRDIFF_MAX): Likewise.
37775         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37776         [C99-based standards] (SIZE_MAX): Likewise.
37777         [C99-based standards] (WCHAR_MAX): Likewise.
37778         [C99-based standards] (WINT_MAX): Likewise.
37779         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37780         constraint on value.
37781         [C99-based standards] (WCHAR_MIN): Likewise.
37782         [C99-based standards] (WINT_MIN): Likewise.
37783         [C99-based standards] (*_t): Allow.
37784         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37785         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37786         Include math.h-data and complex.h-data.  Remove all expectations
37787         of math.h and complex.h contents.
37788         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37789         at end of line.
37790         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37791         (struct tm): Expect tag.
37792         [C99-based-standards] (wcstof): Expect function.
37793         [C99-based-standards] (wcstold): Likewise.
37794         [C99-based-standards] (wcstoll): Likewise.
37795         [C99-based-standards] (wcstoull): Likewise.
37796         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37797         macro-int-constant.  Specify type.
37798         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37799         constraint on value.
37800         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37801         Specify type.
37802         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37803         Specify value.
37804         [ISO C standards]: Do not allow headers.
37805         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37806         wcs[abcdefghijklmnopqrstuvwxyz]*.
37807         [ISO C standards] (*_t): Do not allow.
37808         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37809         Expect function.
37810         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37811         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37812         Specify type.
37813         [ISO C standards]: Do not allow headers.
37814         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37815         is[abcdefghijklmnopqrstuvwxyz]*.
37816         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37817         to[abcdefghijklmnopqrstuvwxyz]*.
37818         [ISO C standards] (*_t): Do not allow.
37819         * conform/data/stdalign.h-data: New file.
37820         * conform/data/stdbool.h-data: Likewise.
37821         * conform/data/stdnoreturn.h-data: Likewise.
37823 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37825         [BZ #14815]
37826         * manual/filesys.texi (Directory Entries): Typo fix.
37827         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37829 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37831         * elf/elf.h (EM_AARCH64): New macro.
37832         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37833         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37834         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37835         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37836         (R_AARCH64_TLSDESC): Likewise.
37837         (NT_ARM_TLS): Likewise.
37838         (NT_ARM_HW_BREAK): Likewise.
37839         (NT_ARM_HW_WATCH): Likewise.
37841 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37843         [BZ #14811]
37844         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37845         (__ieee754_powl): Saturate nonzero exponents with absolute value
37846         below 0x1p-79 to +/- 0x1p-79.
37847         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37848         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37849         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37850         nonzero exponents with absolute value below 0x1p-32 to +/-
37851         0x1p-32.
37852         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37853         (__ieee754_powl): Saturate nonzero exponents with absolute value
37854         below 0x1p-79 to +/- 0x1p-79.
37855         * math/libm-test.inc (pow_test): Add more tests.
37857 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37859         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37860         _dl_s390_cap_flags with kernel. Increase string length.
37861         (_dl_s390_platforms): Add z196 and zEC12.
37863 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37865         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37866         Change XOPEN21K to XOPEN2K.
37868 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37870         * string/memmove.c: Use memcpy when possible.
37872 2012-11-06  Andreas Jaeger  <aj@suse.de>
37874         * po/eo.po: Update from translation team.
37876 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37878         [BZ #14793]
37879         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37880         exponent and small x and y exponents, scale x or y up.  Increase
37881         by 2 the exponent used in scaling up.
37882         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37883         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37884         * math/libm-test.inc (fma_test): Add more tests.
37885         (fma_test_towardzero): Likewise.
37886         (fma_test_downward): Likewise.
37887         (fma_test_upward): Likewise.
37889 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37891         [BZ #14805]
37892         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37893         fenv_t *.
37895         [BZ #14801]
37896         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37897         namespace for names of struct fields.
37898         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37899         fenv_t fields.
37900         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37901         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37903 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37905         [BZ #3665]
37906         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37908 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37910         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37911         PTR_DEMANGLE.
37913         [BZ #5246]
37914         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37915         PTR_DEMANGLE.
37917 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37919         [BZ #14797]
37920         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37921         definitely overflow as x * y not x * y + z.
37922         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37923         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37924         * math/libm-test.inc (fma_test): Add more tests.
37925         (fma_test_towardzero): Likewise.
37926         (fma_test_downward): Likewise.
37927         (fma_test_upward): Likewise.
37929 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37931         [BZ #157]
37933         * include/stub-tag.h: Remove file.
37934         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37935         '#include' of it.
37936         * manual/maint.texi (Porting): Don't reference it.
37937         * Makerules ($(objpfx)stubs): Likewise.
37938         * dirent/closedir.c: Don't include <stub-tag.h>.
37939         * dirent/dirfd.c: Likewise.
37940         * dirent/fdopendir.c: Likewise.
37941         * dirent/getdents.c: Likewise.
37942         * dirent/getdents64.c: Likewise.
37943         * dirent/opendir.c: Likewise.
37944         * dirent/readdir.c: Likewise.
37945         * dirent/readdir64.c: Likewise.
37946         * dirent/readdir64_r.c: Likewise.
37947         * dirent/readdir_r.c: Likewise.
37948         * dirent/rewinddir.c: Likewise.
37949         * dirent/seekdir.c: Likewise.
37950         * dirent/telldir.c: Likewise.
37951         * gmon/profil.c: Likewise.
37952         * grp/setgroups.c: Likewise.
37953         * inet/if_index.c: Likewise.
37954         * io/access.c: Likewise.
37955         * io/chdir.c: Likewise.
37956         * io/chmod.c: Likewise.
37957         * io/chown.c: Likewise.
37958         * io/close.c: Likewise.
37959         * io/dup.c: Likewise.
37960         * io/dup2.c: Likewise.
37961         * io/dup3.c: Likewise.
37962         * io/euidaccess.c: Likewise.
37963         * io/faccessat.c: Likewise.
37964         * io/fchdir.c: Likewise.
37965         * io/fchmod.c: Likewise.
37966         * io/fchmodat.c: Likewise.
37967         * io/fchown.c: Likewise.
37968         * io/fchownat.c: Likewise.
37969         * io/fcntl.c: Likewise.
37970         * io/flock.c: Likewise.
37971         * io/fstatfs.c: Likewise.
37972         * io/fstatfs64.c: Likewise.
37973         * io/fstatvfs.c: Likewise.
37974         * io/fstatvfs64.c: Likewise.
37975         * io/futimens.c: Likewise.
37976         * io/fxstat.c: Likewise.
37977         * io/fxstat64.c: Likewise.
37978         * io/fxstatat.c: Likewise.
37979         * io/fxstatat64.c: Likewise.
37980         * io/getcwd.c: Likewise.
37981         * io/isatty.c: Likewise.
37982         * io/lchmod.c: Likewise.
37983         * io/lchown.c: Likewise.
37984         * io/link.c: Likewise.
37985         * io/linkat.c: Likewise.
37986         * io/lseek.c: Likewise.
37987         * io/lseek64.c: Likewise.
37988         * io/lxstat64.c: Likewise.
37989         * io/mkdir.c: Likewise.
37990         * io/mkdirat.c: Likewise.
37991         * io/mkfifo.c: Likewise.
37992         * io/mkfifoat.c: Likewise.
37993         * io/open.c: Likewise.
37994         * io/open64.c: Likewise.
37995         * io/openat.c: Likewise.
37996         * io/openat64.c: Likewise.
37997         * io/pipe.c: Likewise.
37998         * io/pipe2.c: Likewise.
37999         * io/poll.c: Likewise.
38000         * io/posix_fadvise.c: Likewise.
38001         * io/posix_fadvise64.c: Likewise.
38002         * io/posix_fallocate.c: Likewise.
38003         * io/posix_fallocate64.c: Likewise.
38004         * io/read.c: Likewise.
38005         * io/readlink.c: Likewise.
38006         * io/readlinkat.c: Likewise.
38007         * io/rmdir.c: Likewise.
38008         * io/sendfile.c: Likewise.
38009         * io/sendfile64.c: Likewise.
38010         * io/statfs.c: Likewise.
38011         * io/statfs64.c: Likewise.
38012         * io/statvfs.c: Likewise.
38013         * io/statvfs64.c: Likewise.
38014         * io/symlink.c: Likewise.
38015         * io/symlinkat.c: Likewise.
38016         * io/ttyname.c: Likewise.
38017         * io/ttyname_r.c: Likewise.
38018         * io/umask.c: Likewise.
38019         * io/unlink.c: Likewise.
38020         * io/unlinkat.c: Likewise.
38021         * io/utime.c: Likewise.
38022         * io/utimensat.c: Likewise.
38023         * io/write.c: Likewise.
38024         * io/xmknod.c: Likewise.
38025         * io/xmknodat.c: Likewise.
38026         * io/xstat.c: Likewise.
38027         * io/xstat64.c: Likewise.
38028         * login/getpt.c: Likewise.
38029         * login/grantpt.c: Likewise.
38030         * login/unlockpt.c: Likewise.
38031         * math/e_acoshl.c: Likewise.
38032         * math/e_acosl.c: Likewise.
38033         * math/e_asinl.c: Likewise.
38034         * math/e_atan2l.c: Likewise.
38035         * math/e_atanhl.c: Likewise.
38036         * math/e_coshl.c: Likewise.
38037         * math/e_expl.c: Likewise.
38038         * math/e_fmodl.c: Likewise.
38039         * math/e_gammal_r.c: Likewise.
38040         * math/e_hypotl.c: Likewise.
38041         * math/e_j0l.c: Likewise.
38042         * math/e_j1l.c: Likewise.
38043         * math/e_jnl.c: Likewise.
38044         * math/e_lgammal_r.c: Likewise.
38045         * math/e_log10l.c: Likewise.
38046         * math/e_log2l.c: Likewise.
38047         * math/e_logl.c: Likewise.
38048         * math/e_powl.c: Likewise.
38049         * math/e_rem_pio2l.c: Likewise.
38050         * math/e_sinhl.c: Likewise.
38051         * math/e_sqrtl.c: Likewise.
38052         * math/fclrexcpt.c: Likewise.
38053         * math/fedisblxcpt.c: Likewise.
38054         * math/feenablxcpt.c: Likewise.
38055         * math/fegetenv.c: Likewise.
38056         * math/fegetexcept.c: Likewise.
38057         * math/fegetround.c: Likewise.
38058         * math/feholdexcpt.c: Likewise.
38059         * math/fesetenv.c: Likewise.
38060         * math/fesetround.c: Likewise.
38061         * math/feupdateenv.c: Likewise.
38062         * math/fgetexcptflg.c: Likewise.
38063         * math/fraiseexcpt.c: Likewise.
38064         * math/fsetexcptflg.c: Likewise.
38065         * math/ftestexcept.c: Likewise.
38066         * math/k_cosl.c: Likewise.
38067         * math/k_rem_pio2l.c: Likewise.
38068         * math/k_sinl.c: Likewise.
38069         * math/k_tanl.c: Likewise.
38070         * math/s_asinhl.c: Likewise.
38071         * math/s_atanl.c: Likewise.
38072         * math/s_cbrtl.c: Likewise.
38073         * math/s_erfl.c: Likewise.
38074         * math/s_expm1l.c: Likewise.
38075         * math/s_log1pl.c: Likewise.
38076         * math/s_tanhl.c: Likewise.
38077         * misc/acct.c: Likewise.
38078         * misc/brk.c: Likewise.
38079         * misc/chflags.c: Likewise.
38080         * misc/chroot.c: Likewise.
38081         * misc/fchflags.c: Likewise.
38082         * misc/fgetxattr.c: Likewise.
38083         * misc/flistxattr.c: Likewise.
38084         * misc/fremovexattr.c: Likewise.
38085         * misc/fsetxattr.c: Likewise.
38086         * misc/fsync.c: Likewise.
38087         * misc/ftruncate.c: Likewise.
38088         * misc/futimes.c: Likewise.
38089         * misc/futimesat.c: Likewise.
38090         * misc/getdomain.c: Likewise.
38091         * misc/getdtsz.c: Likewise.
38092         * misc/gethostid.c: Likewise.
38093         * misc/gethostname.c: Likewise.
38094         * misc/getloadavg.c: Likewise.
38095         * misc/getpagesize.c: Likewise.
38096         * misc/getsysstats.c: Likewise.
38097         * misc/getxattr.c: Likewise.
38098         * misc/gtty.c: Likewise.
38099         * misc/ioctl.c: Likewise.
38100         * misc/lgetxattr.c: Likewise.
38101         * misc/listxattr.c: Likewise.
38102         * misc/llistxattr.c: Likewise.
38103         * misc/lremovexattr.c: Likewise.
38104         * misc/lsetxattr.c: Likewise.
38105         * misc/lutimes.c: Likewise.
38106         * misc/madvise.c: Likewise.
38107         * misc/mincore.c: Likewise.
38108         * misc/mlock.c: Likewise.
38109         * misc/mlockall.c: Likewise.
38110         * misc/mmap.c: Likewise.
38111         * misc/mprotect.c: Likewise.
38112         * misc/msync.c: Likewise.
38113         * misc/munlock.c: Likewise.
38114         * misc/munlockall.c: Likewise.
38115         * misc/munmap.c: Likewise.
38116         * misc/preadv.c: Likewise.
38117         * misc/preadv64.c: Likewise.
38118         * misc/ptrace.c: Likewise.
38119         * misc/pwritev.c: Likewise.
38120         * misc/pwritev64.c: Likewise.
38121         * misc/readv.c: Likewise.
38122         * misc/reboot.c: Likewise.
38123         * misc/remap_file_pages.c: Likewise.
38124         * misc/removexattr.c: Likewise.
38125         * misc/revoke.c: Likewise.
38126         * misc/select.c: Likewise.
38127         * misc/setdomain.c: Likewise.
38128         * misc/setegid.c: Likewise.
38129         * misc/seteuid.c: Likewise.
38130         * misc/sethostid.c: Likewise.
38131         * misc/sethostname.c: Likewise.
38132         * misc/setregid.c: Likewise.
38133         * misc/setreuid.c: Likewise.
38134         * misc/setxattr.c: Likewise.
38135         * misc/sstk.c: Likewise.
38136         * misc/stty.c: Likewise.
38137         * misc/swapoff.c: Likewise.
38138         * misc/swapon.c: Likewise.
38139         * misc/sync.c: Likewise.
38140         * misc/syncfs.c: Likewise.
38141         * misc/syscall.c: Likewise.
38142         * misc/truncate.c: Likewise.
38143         * misc/ualarm.c: Likewise.
38144         * misc/usleep.c: Likewise.
38145         * misc/ustat.c: Likewise.
38146         * misc/utimes.c: Likewise.
38147         * misc/vhangup.c: Likewise.
38148         * misc/writev.c: Likewise.
38149         * posix/_exit.c: Likewise.
38150         * posix/alarm.c: Likewise.
38151         * posix/execve.c: Likewise.
38152         * posix/fexecve.c: Likewise.
38153         * posix/fork.c: Likewise.
38154         * posix/fpathconf.c: Likewise.
38155         * posix/getaddrinfo.c: Likewise.
38156         * posix/getegid.c: Likewise.
38157         * posix/geteuid.c: Likewise.
38158         * posix/getgid.c: Likewise.
38159         * posix/getgroups.c: Likewise.
38160         * posix/getlogin.c: Likewise.
38161         * posix/getlogin_r.c: Likewise.
38162         * posix/getpgid.c: Likewise.
38163         * posix/getpid.c: Likewise.
38164         * posix/getppid.c: Likewise.
38165         * posix/getresgid.c: Likewise.
38166         * posix/getresuid.c: Likewise.
38167         * posix/getsid.c: Likewise.
38168         * posix/getuid.c: Likewise.
38169         * posix/glob64.c: Likewise.
38170         * posix/nanosleep.c: Likewise.
38171         * posix/pathconf.c: Likewise.
38172         * posix/pause.c: Likewise.
38173         * posix/posix_madvise.c: Likewise.
38174         * posix/pread.c: Likewise.
38175         * posix/pread64.c: Likewise.
38176         * posix/pwrite.c: Likewise.
38177         * posix/pwrite64.c: Likewise.
38178         * posix/sched_getaffinity.c: Likewise.
38179         * posix/sched_getp.c: Likewise.
38180         * posix/sched_gets.c: Likewise.
38181         * posix/sched_primax.c: Likewise.
38182         * posix/sched_primin.c: Likewise.
38183         * posix/sched_rr_gi.c: Likewise.
38184         * posix/sched_setaffinity.c: Likewise.
38185         * posix/sched_setp.c: Likewise.
38186         * posix/sched_sets.c: Likewise.
38187         * posix/sched_yield.c: Likewise.
38188         * posix/setgid.c: Likewise.
38189         * posix/setlogin.c: Likewise.
38190         * posix/setpgid.c: Likewise.
38191         * posix/setresgid.c: Likewise.
38192         * posix/setresuid.c: Likewise.
38193         * posix/setsid.c: Likewise.
38194         * posix/setuid.c: Likewise.
38195         * posix/sleep.c: Likewise.
38196         * posix/spawni.c: Likewise.
38197         * posix/sysconf.c: Likewise.
38198         * posix/times.c: Likewise.
38199         * posix/wait.c: Likewise.
38200         * posix/wait3.c: Likewise.
38201         * posix/wait4.c: Likewise.
38202         * posix/waitpid.c: Likewise.
38203         * resolv/gai_sigqueue.c: Likewise.
38204         * resource/getpriority.c: Likewise.
38205         * resource/getrlimit.c: Likewise.
38206         * resource/getrusage.c: Likewise.
38207         * resource/nice.c: Likewise.
38208         * resource/setpriority.c: Likewise.
38209         * resource/setrlimit.c: Likewise.
38210         * resource/ulimit.c: Likewise.
38211         * rt/aio_cancel.c: Likewise.
38212         * rt/aio_fsync.c: Likewise.
38213         * rt/aio_read.c: Likewise.
38214         * rt/aio_sigqueue.c: Likewise.
38215         * rt/aio_suspend.c: Likewise.
38216         * rt/aio_write.c: Likewise.
38217         * rt/clock_getres.c: Likewise.
38218         * rt/clock_gettime.c: Likewise.
38219         * rt/clock_nanosleep.c: Likewise.
38220         * rt/clock_settime.c: Likewise.
38221         * rt/lio_listio.c: Likewise.
38222         * rt/mq_close.c: Likewise.
38223         * rt/mq_getattr.c: Likewise.
38224         * rt/mq_notify.c: Likewise.
38225         * rt/mq_open.c: Likewise.
38226         * rt/mq_receive.c: Likewise.
38227         * rt/mq_send.c: Likewise.
38228         * rt/mq_setattr.c: Likewise.
38229         * rt/mq_timedreceive.c: Likewise.
38230         * rt/mq_timedsend.c: Likewise.
38231         * rt/mq_unlink.c: Likewise.
38232         * rt/shm_open.c: Likewise.
38233         * rt/shm_unlink.c: Likewise.
38234         * rt/timer_create.c: Likewise.
38235         * rt/timer_delete.c: Likewise.
38236         * rt/timer_getoverr.c: Likewise.
38237         * rt/timer_gettime.c: Likewise.
38238         * rt/timer_settime.c: Likewise.
38239         * setjmp/__longjmp.c: Likewise.
38240         * setjmp/setjmp.c: Likewise.
38241         * signal/kill.c: Likewise.
38242         * signal/killpg.c: Likewise.
38243         * signal/raise.c: Likewise.
38244         * signal/sigaction.c: Likewise.
38245         * signal/sigaltstack.c: Likewise.
38246         * signal/sigblock.c: Likewise.
38247         * signal/sigignore.c: Likewise.
38248         * signal/sigintr.c: Likewise.
38249         * signal/signal.c: Likewise.
38250         * signal/sigpause.c: Likewise.
38251         * signal/sigpending.c: Likewise.
38252         * signal/sigqueue.c: Likewise.
38253         * signal/sigreturn.c: Likewise.
38254         * signal/sigset.c: Likewise.
38255         * signal/sigsetmask.c: Likewise.
38256         * signal/sigstack.c: Likewise.
38257         * signal/sigsuspend.c: Likewise.
38258         * signal/sigtimedwait.c: Likewise.
38259         * signal/sigvec.c: Likewise.
38260         * signal/sigwait.c: Likewise.
38261         * signal/sigwaitinfo.c: Likewise.
38262         * signal/sysv_signal.c: Likewise.
38263         * socket/accept.c: Likewise.
38264         * socket/accept4.c: Likewise.
38265         * socket/bind.c: Likewise.
38266         * socket/connect.c: Likewise.
38267         * socket/getpeername.c: Likewise.
38268         * socket/getsockname.c: Likewise.
38269         * socket/getsockopt.c: Likewise.
38270         * socket/isfdtype.c: Likewise.
38271         * socket/listen.c: Likewise.
38272         * socket/recv.c: Likewise.
38273         * socket/recvfrom.c: Likewise.
38274         * socket/recvmsg.c: Likewise.
38275         * socket/send.c: Likewise.
38276         * socket/sendmsg.c: Likewise.
38277         * socket/sendto.c: Likewise.
38278         * socket/setsockopt.c: Likewise.
38279         * socket/shutdown.c: Likewise.
38280         * socket/sockatmark.c: Likewise.
38281         * socket/socket.c: Likewise.
38282         * socket/socketpair.c: Likewise.
38283         * stdio-common/ctermid.c: Likewise.
38284         * stdio-common/cuserid.c: Likewise.
38285         * stdio-common/remove.c: Likewise.
38286         * stdio-common/rename.c: Likewise.
38287         * stdio-common/renameat.c: Likewise.
38288         * stdio-common/tempname.c: Likewise.
38289         * stdlib/getcontext.c: Likewise.
38290         * stdlib/makecontext.c: Likewise.
38291         * stdlib/setcontext.c: Likewise.
38292         * stdlib/swapcontext.c: Likewise.
38293         * stdlib/system.c: Likewise.
38294         * streams/fattach.c: Likewise.
38295         * streams/fdetach.c: Likewise.
38296         * streams/getmsg.c: Likewise.
38297         * streams/getpmsg.c: Likewise.
38298         * streams/putmsg.c: Likewise.
38299         * streams/putpmsg.c: Likewise.
38300         * sysdeps/unix/bsd/getpt.c: Likewise.
38301         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
38302         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
38303         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
38304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
38305         Likewise.
38306         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
38307         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
38308         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
38309         * sysvipc/msgctl.c: Likewise.
38310         * sysvipc/msgget.c: Likewise.
38311         * sysvipc/msgrcv.c: Likewise.
38312         * sysvipc/msgsnd.c: Likewise.
38313         * sysvipc/semctl.c: Likewise.
38314         * sysvipc/semget.c: Likewise.
38315         * sysvipc/semop.c: Likewise.
38316         * sysvipc/semtimedop.c: Likewise.
38317         * sysvipc/shmat.c: Likewise.
38318         * sysvipc/shmctl.c: Likewise.
38319         * sysvipc/shmdt.c: Likewise.
38320         * sysvipc/shmget.c: Likewise.
38321         * termios/tcdrain.c: Likewise.
38322         * termios/tcflow.c: Likewise.
38323         * termios/tcflush.c: Likewise.
38324         * termios/tcgetattr.c: Likewise.
38325         * termios/tcgetpgrp.c: Likewise.
38326         * termios/tcsendbrk.c: Likewise.
38327         * termios/tcsetattr.c: Likewise.
38328         * termios/tcsetpgrp.c: Likewise.
38329         * time/adjtime.c: Likewise.
38330         * time/clock.c: Likewise.
38331         * time/getitimer.c: Likewise.
38332         * time/gettimeofday.c: Likewise.
38333         * time/setitimer.c: Likewise.
38334         * time/settimeofday.c: Likewise.
38335         * time/stime.c: Likewise.
38336         * time/time.c: Likewise.
38338 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
38340         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
38341         /usr/old/bin.
38343         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
38344         instead of spaces.
38345         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
38347 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
38349         [BZ #14796]
38350         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
38351         FE_TONEAREST before applying Dekker multiplication and Knuth
38352         addition.  Clear inexact exceptions and check for exact zero
38353         results afterwards.
38354         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38355         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38356         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38357         * math/libm-test.inc (fma_test): Add more tests.
38358         (fma_test_towardzero): Likewise.
38359         (fma_test_downward): Likewise.
38360         (fma_test_upward): Likewise.
38361         * sysdeps/generic/math_private.h (default_libc_fesetround): New
38362         function.
38363         (libc_fesetround): New macro.
38364         (libc_fesetroundf): Likewise.
38365         (libc_fesetroundl): Likewise.
38366         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
38367         function.
38368         (libc_fesetround_387): Likewise.
38369         (libc_fesetroundf): New macro.
38370         (libc_fesetround): Likewise.
38371         (libc_fesetroundl): Likewise.
38372         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
38373         function.
38374         (libc_fesetroundf): New macro.
38375         (libc_fesetround): Likewise.
38376         (libc_fesetroundl): Likewise.
38377         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
38378         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
38379         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
38380         libm_hidden_ver.
38381         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
38382         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
38383         libm_hidden_def.
38384         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
38385         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
38386         libm_hidden_ver.
38387         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
38388         libm_hidden_def.
38390         [BZ #3439]
38391         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
38392         integer constant usable in #if and use that to give value to enum
38393         constant.
38394         (FE_DIVBYZERO): Likewise.
38395         (FE_UNDERFLOW): Likewise.
38396         (FE_OVERFLOW): Likewise.
38397         (FE_INVALID): Likewise.
38398         (FE_INVALID_SNAN): Likewise.
38399         (FE_INVALID_ISI): Likewise.
38400         (FE_INVALID_IDI): Likewise.
38401         (FE_INVALID_ZDZ): Likewise.
38402         (FE_INVALID_IMZ): Likewise.
38403         (FE_INVALID_COMPARE): Likewise.
38404         (FE_INVALID_SOFTWARE): Likewise.
38405         (FE_INVALID_SQRT): Likewise.
38406         (FE_INVALID_INTEGER_CONVERSION): Likewise.
38407         (FE_TONEAREST): Likewise.
38408         (FE_TOWARDZERO): Likewise.
38409         (FE_UPWARD): Likewise.
38410         (FE_DOWNWARD): Likewise.
38411         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
38412         (FE_DIVBYZERO): Likewise.
38413         (FE_OVERFLOW): Likewise.
38414         (FE_UNDERFLOW): Likewise.
38415         (FE_INEXACT): Likewise.
38416         (FE_TONEAREST): Likewise.
38417         (FE_DOWNWARD): Likewise.
38418         (FE_UPWARD): Likewise.
38419         (FE_TOWARDZERO): Likewise.
38420         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
38421         (FE_UNDERFLOW): Likewise.
38422         (FE_OVERFLOW): Likewise.
38423         (FE_DIVBYZERO): Likewise.
38424         (FE_INVALID): Likewise.
38425         (FE_TONEAREST): Likewise.
38426         (FE_TOWARDZERO): Likewise.
38427         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
38428         (FE_OVERFLOW): Likewise.
38429         (FE_UNDERFLOW): Likewise.
38430         (FE_DIVBYZERO): Likewise.
38431         (FE_INEXACT): Likewise.
38432         (FE_TONEAREST): Likewise.
38433         (FE_TOWARDZERO): Likewise.
38434         (FE_UPWARD): Likewise.
38435         (FE_DOWNWARD): Likewise.
38436         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
38437         (FE_DIVBYZERO): Likewise.
38438         (FE_OVERFLOW): Likewise.
38439         (FE_UNDERFLOW): Likewise.
38440         (FE_INEXACT): Likewise.
38441         (FE_TONEAREST): Likewise.
38442         (FE_DOWNWARD): Likewise.
38443         (FE_UPWARD): Likewise.
38444         (FE_TOWARDZERO): Likewise.
38446 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
38448         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
38450 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
38452         * scripts/cross-test-ssh.sh (command): Use newlines to separate
38453         commands.  Quote $PWD.
38454         (blacklist_exports): Don't use remove_newlines.  Replace "declare
38455         -x" by "export".
38456         (remove_newlines): Remove.
38458 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
38460         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
38461         * stdlib/stdlib.h (atof): Moved to ...
38462         * include/bits/stdlib-float.h: Here.  New file.
38463         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
38464         * stdlib/bits/stdlib-float.h: New file.
38465         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
38466         -mno-sse -mno-mmx.
38467         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
38468         <xmmintrin.h>.
38470 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38472         * conform/conformtest.pl (@headers): Add fenv.h.
38473         * conform/data/fenv.h-data: New file.
38474         * include/fenv.h [_ISOMAC]: Disable all contents of file except
38475         include of <math/fenv.h>.
38477         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
38478         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
38479         && !UNIX98].  Enables tests for XOPEN2K8.
38480         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
38481         POSIX2008]: Likewise.
38483         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
38484         (struct rusage): Do not expect type or its members.
38486         [BZ #3439]
38487         * math/math.h (FP_NAN): Define macro to integer constant usable in
38488         #if and use that to give value to enum constant.
38489         (FP_INFINITE): Likewise.
38490         (FP_ZERO): Likewise.
38491         (FP_SUBNORMAL): Likewise.
38492         (FP_NORMAL): Likewise.
38494 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
38496         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
38497         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
38498         arguments.
38500 2012-11-02  Roland McGrath  <roland@hack.frob.com>
38502         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
38503         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
38504         autoconf-time if not.
38505         * configure.in: Remove AC_PREREQ.
38507 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38509         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
38510         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
38511         of the internal implementation.
38513 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
38515         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
38516         except include of <misc/sys/syslog.h>.
38518 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
38521         function returns with a NULL context exit with zero.
38523 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38525         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
38527 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
38529         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
38530         (run_program_cmd): This.
38531         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
38532         (tst_langinfo): New variable.  Use it.
38534 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
38536         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
38537         floating point opcodes.
38539 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38541         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
38542         variable.
38544         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
38546         * sysdeps/mach/hurd/powerpc: Remove directory.
38547         * sysdeps/mach/powerpc: Likewise.
38549 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
38551         * scripts/check-local-headers.sh: Ignore c++ headers.
38553 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38555         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
38556         __libc_cleanup_region_start argument.
38558 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
38560         [BZ #14784]
38561         [BZ #14785]
38562         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
38563         x * y using scaling, not as x * y + z.
38564         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38565         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38566         * math/libm-test.inc (fma_test): Add more tests.
38567         (fma_test_towardzero): Likewise.
38568         (fma_test_downward): Likewise.
38569         (fma_test_upward): Likewise.
38571 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
38573         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
38575 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38577         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
38578         New variable.
38580 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
38582         * rt/tst-shm.c (worker): Correct checking for mmap failure.
38584 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38587         Fix sort order.
38588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38589         Likewise.
38591 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38594         Fix the order of the list for glibc 2.17.
38595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38596         Likewise.
38598 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
38600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38602 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
38604         [BZ #14610]
38605         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
38606         for low part of x being zero before using __atanl (y).
38607         * math/libm-test.inc (atan2_test): Add another test.
38609         * manual/install.texi (Configuring and compiling): Document
38610         general use of test-wrapper and test-wrapper-env.
38611         * INSTALL: Regenerated.
38613         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
38614         (__fma): Do not extract and scale down low bits on after-rounding
38615         systems when result rounded to normal precision would have normal
38616         exponent.
38617         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
38618         (__fmal): Do not extract and scale down low bits on after-rounding
38619         systems when result rounded to normal precision would have normal
38620         exponent.
38621         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
38622         (__fmal): 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         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
38626         macro.
38627         (fma_test): Add more tests.
38628         (fma_test_towardzero): Likewise.
38629         (fma_test_downward): Likewise.
38630         (fma_test_upward): Likewise.
38632 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
38634         * sysdeps/i386/tininess.h: Renamed to ...
38635         * sysdeps/x86/tininess.h: This.
38636         * sysdeps/x86_64/tininess.h: Removed.
38638 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38640         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
38641         input.  Use $(build-program-cmd).
38642         ($(objpfx)tst-array1-static.out): Likewise.
38643         ($(objpfx)tst-array2.out): Likewise.
38644         ($(objpfx)tst-array3.out): Likewise.
38645         ($(objpfx)tst-array4.out): Likewise.
38646         ($(objpfx)tst-array5.out): Likewise.
38647         ($(objpfx)tst-array5-static.out): Likewise.
38649 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
38651         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
38652         if defined.
38654         * nss/nsswitch.h (nss_interface_function): Provide new
38655         macro for use with NSS functions.
38656         * grp/initgroups.c: Use new macro.
38657         * nss/getXXbyYY.c: Likewise.
38658         * nss/getXXbyYY_r.c: Likewise.
38659         * nss/getXXent.c: Likewise.
38660         * nss/getXXent_r.c: Likewise.
38661         * sysdeps/posix/getaddrinfo.c: Likewise.
38663 2012-10-30  Andreas Jaeger  <aj@suse.de>
38665         * po/ru.po: Update Russion translation from translation project.
38667 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
38669         [BZ #14152]
38670         [BZ #14783]
38671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
38672         result and shift together with sticky bit instead of replicating
38673         round-to-nearest rounding.
38674         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38675         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38676         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
38677         missing underflow exceptions.
38678         (fma_test_towardzero): Add more tests.
38679         (fma_test_downward): Likewise.
38680         (fma_test_upward): Likewise.
38682         [BZ #14047]
38683         * sysdeps/generic/tininess.h: New file.
38684         * sysdeps/i386/tininess.h: Likewise.
38685         * sysdeps/sh/tininess.h: Likewise.
38686         * sysdeps/x86_64/tininess.h: Likewise.
38687         * stdlib/tst-strtod-underflow.c: Likewise.
38688         * stdlib/tst-tininess.c: Likewise.
38689         * stdlib/strtod_l.c: Include <tininess.h>.
38690         (round_and_return): Do not set errno for exact underflow cases.
38691         Force an underflow exception when setting errno for underflow.
38692         Determine underflow based on rounding to normal precision if
38693         TININESS_AFTER_ROUNDING.
38694         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
38695         ERANGE for exact underflow cases.
38696         * stdlib/Makefile (tests): Add tst-tininess and
38697         tst-strtod-underflow.
38698         ($(objpfx)tst-tininess): Use $(link-libm).
38699         ($(objpfx)tst-strtod-underflow): Likewise.
38701 2012-10-30  Andreas Jaeger  <aj@suse.de>
38703         [BZ#14767]
38704         * elf/Makefile (tests): Remove conditional for have-initfini-array
38705         since this is now always required and the variable does not exist
38706         anymore.
38707         (tests-static): Likewise.
38708         (modules-names): Likewise.
38710         * po/eo.po: Add Esperanto translation from translation project.
38712         * elf/tst-array1.c (fini_array): Make writeable so that it can be
38713         merged with constructor/destructor.
38714         (init_array): Likewise.
38715         * elf/tst-array2dep.c (fini_array): Likewise.
38716         (init_array): Likewise.
38718 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38720         * manual/message.texi: Delete @cartouche tags.
38722 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38724         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38725         EOPNOTSUPP.
38726         * sysdeps/mach/hurd/fsync.c: Likewise.
38728         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38729         [_POSIX_REALTIME_SIGNALS]: Change condition to
38730         [_POSIX_REALTIME_SIGNALS > 0].
38732 2012-10-27  Andreas Jaeger  <aj@suse.de>
38734         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38735         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38736         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38737         [__WORDSIZE != 64]: Likewise.
38739 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38741         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38742         *  iconvdata/tst-tables.sh: Likewise.
38744 2012-10-25  David S. Miller  <davem@davemloft.net>
38746         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38747         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38748         of strtoull.
38750         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38751         ifunc-impl-list.c
38752         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38753         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38754         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38755         file.
38757 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38759         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38760         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38761         __getdirentries.
38763 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38764             Jim Blandy  <jimb@codesourcery.com>
38766         * scripts/cross-test-ssh.sh: New file.
38767         * manual/install.texi (Configuring and compiling): Document use of
38768         cross-test-ssh.sh.
38769         * INSTALL: Regenerated.
38771 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38773         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38774         EOPNOTSUPP.
38776 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38778         * Makeconfig (run-program-prefix): Fix comment.
38780 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38781             Jim Blandy  <jimb@codesourcery.com>
38783         * Makeconfig (test-wrapper): New variable,
38784         (test-wrapper-env): Likewise.
38785         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38786         (run-built-tests): Define to yes.
38787         (run-program-prefix): Use $(test-wrapper).
38788         (built-program-cmd): Likewise.
38789         * Rules (make-test-out): Use $(test-wrapper-env) and
38790         $(host-built-program-cmd).
38791         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38792         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38793         tst-pathopt.sh.
38794         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38795         $(test-wrapper-env) to tst-rtld-load-self.sh.
38796         ($(objpfx)order2.out): Use $(test-wrapper).
38797         ($(objpfx)tst-initorder.out): Likewise.
38798         ($(objpfx)tst-initorder2.out): Likewise.
38799         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38800         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38801         (test_wrapper_env): New variable.  Use it to run ld.so.
38802         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38803         Use it to run ld.so.
38804         (test_wrapper_env): Likewise.
38805         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38806         $(test-wrapper) to run-iconv-test.sh.
38807         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38808         (ICONV): Use $test_wrapper.
38809         * posix/Makefile ($(objpfx)globtest.out): Pass
38810         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38811         globtest.sh, not $(run-program-prefix).
38812         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38813         (test_wrapper): Likewise.
38814         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38815         set together with run_via_rtld_prefix.
38816         (run_program_prefix): Define in terms of test_wrapper and
38817         run_via_rtld_prefix.
38819 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38821         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38822         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38823         Targets removed.
38825         [BZ #14743]
38826         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38827         Declare __clock_getres, __clock_gettime, __clock_settime,
38828         __clock_nanosleep, and __clock_getcpuclockid.
38829         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38830         Remove librt_hidden_def (clock_gettime).
38831         * sysdeps/unix/clock_gettime.c: Likewise.
38832         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38833         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38834         * rt/clock_getres.c: Define __clock_getres as an alias.
38835         * sysdeps/posix/clock_getres.c: Likewise.
38836         * rt/clock_settime.c: Define __clock_settime as an alias.
38837         * sysdeps/unix/clock_settime.c: Likewise.
38838         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38839         * sysdeps/unix/clock_nanosleep.c: Likewise.
38840         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38841         * rt/clock-compat.c: New file.
38842         * rt/Makefile (librt-routines): Add clock-compat and move
38843         $(clock-routines) to ...
38844         (routines): ... here, new variable.
38845         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38846         Don't add get_clockfreq here.
38847         * rt/Versions (libc: GLIBC_2.17): New version set.
38848         Add clock_* symbols here.
38849         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38850         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38851         (GLIBC_2.17): Add clock_* symbols.
38852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38853         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38854         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38856         Likewise.
38857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38858         Likewise.
38859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38863         * NEWS: Mention the move.
38865         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38866         Use __open, __read, __close rather than their public counterparts.
38867         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38868         (__get_clockfreq_via_cpuinfo): Likewise.
38869         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38870         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38872         * config.h.in (HAVE_IFUNC): New #undef.
38873         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38874         was successful.
38875         * configure: Regenerated.
38877 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38879         * configure.in: Move READELF check to start of file.
38880         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38881         libc_cv_asm_gnu_indirect_function in the process.
38882         * configure: Regenerated.
38884 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38886         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38887         send the output to /dev/null.
38888         (libc_cv_cc_with_libunwind): Likewise.
38889         (libc_cv_as_noexecstack): Likewise.
38890         * configure: Regenerate.
38892 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38894         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38896         * posix/globtest.sh (TMPDIR): Do not set.
38897         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38898         (testout): Likewise.
38900 2012-10-24  Andreas Jaeger  <aj@suse.de>
38902         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38903         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38904         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38905         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38906         posix_fadvise64, posix_fallocate64.
38908         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38909         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38910         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38911         Likewise.
38912         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38913         Likewise.
38914         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38916         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38917         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38918         <bits/fcntl-linux.h>.
38919         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38921         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38922         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38923         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38924         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38925         [__WORDSIZE != 64]: Likewise.
38927 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38929         * Makeconfig (run-built-tests): New variable.
38930         * Rules [$(cross-compiling) = yes]: Change condition to
38931         [$(run-built-tests) = no].
38932         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38933         to [$(run-built-tests) = yes].
38934         * elf/Makefile [$(cross-compiling) = no]: Likewise
38935         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38936         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38937         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38938         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38939         * io/Makefile [$(cross-compiling) = no]: Likewise.
38940         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38941         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38942         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38943         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38944         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38945         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38946         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38947         * string/Makefile [$(cross-compiling) = no]: Likewise.
38949         * posix/Makefile ($(objpfx)globtest.out): Pass
38950         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38951         $(rtld-installed-name).
38952         * posix/globtest.sh (elf_objpfx): Remove variable.
38953         (rtld_installed_name): Likewise.
38954         (library_path): Likewise.
38955         (run_program_prefix): New variable.  Use for running globtest
38956         binary.
38958 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38959             Joseph Myers  <joseph@codesourcery.com>
38961         * Makeconfig (host-built-program-cmd): New variable.
38962         * elf/Makefile (tst-stackguard1-ARGS): Use
38963         $(host-built-program-cmd).
38964         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38965         (tst-spawn-ARGS): Likewise.
38966         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38968 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38969             Jim Blandy  <jimb@codesourcery.com>
38971         * Makeconfig (run-via-rtld-prefix): New variable.
38972         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38973         (built-program-cmd): Likewise.
38975 2012-10-22  Andreas Jaeger  <aj@suse.de>
38977         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38978         __O_RSYNC if it exists, otherwise to O_SYNC.
38980 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38981             Joseph Myers  <joseph@codesourcery.com>
38983         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38984         /dev/null.
38985         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38986         from /dev/null
38987         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38988         /dev/null.
38990 2012-10-22  Andreas Jaeger  <aj@suse.de>
38992         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38993         Define always.
38994         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38996         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38997         bits/fcntl-linux.h.
38999         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
39000         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
39002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
39003         to __O_LARGEFILE.
39004         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
39005         to __O_LARGEFILE.
39007 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
39008             Joseph Myers  <joseph@codesourcery.com>
39010         * config.make.in (NM): New variable.
39012 2012-10-21  Andreas Jaeger  <aj@suse.de>
39014         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
39015         definitions and declarations that are provided by
39016         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
39018 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39020         [BZ #14683]
39021         * elf/Makefile (tests-static): Add tst-leaks1-static.
39022         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
39023         ($(objpfx)tst-leaks1-static): New rule.
39024         ($(objpfx)tst-leaks1-static-mem): Likewise.
39025         (tst-leaks1-static-ENV): New macro.
39026         * elf/dl-open.c (dl_open_worker): Check the main application
39027         only if SHARED is defined.
39028         * elf/tst-leaks1-static.c: New file.
39030 2012-10-20  Andreas Jaeger  <aj@suse.de>
39032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
39033         generic values for Linux.
39034         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
39035         and declarations that are provided by <bits/fcntl-linux.h> and
39036         include <bits/fcntl-linux.h>.
39037         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
39038         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
39040 2012-10-20  Roland McGrath  <roland@hack.frob.com>
39042         * io/fcntl.h: Move include of <bits/types.h> to the top and
39043         include it unconditionally.
39045 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
39047         * wcsmbs/Makefile (tests-ifunc): New variable.
39048         (tests): Add $(tests-ifunc).
39049         * wcsmbs/test-wcschr-ifunc.c: New file.
39050         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
39051         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
39052         * wcsmbs/test-wcslen-ifunc.c: Likewise.
39053         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
39054         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
39056         * string/Makefile (tests-ifunc): New variable.
39057         (tests): Add $(tests-ifunc).
39058         * string/test-memccpy.c (TEST_NAME): New macro.
39059         * string/test-memchr.c (TEST_NAME): Likewise.
39060         * string/test-memcmp.c (TEST_NAME): Likewise.
39061         * string/test-memcpy.c (TEST_NAME): Likewise.
39062         * string/test-memmem.c (TEST_NAME): Likewise.
39063         * string/test-memmove.c (TEST_NAME): Likewise.
39064         * string/test-memset.c (TEST_NAME): Likewise.
39065         * string/test-rawmemchr.c (TEST_NAME): Likewise.
39066         * string/test-stpcpy.c (TEST_NAME): Likewise.
39067         * string/test-stpncpy.c (TEST_NAME): Likewise.
39068         * string/test-strcasecmp.c (TEST_NAME): Likewise.
39069         * string/test-strcasestr.c (TEST_NAME): Likewise.
39070         * string/test-strcat.c (TEST_NAME): Likewise.
39071         * string/test-strchr.c (TEST_NAME): Likewise.
39072         * string/test-strcmp.c(TEST_NAME): Likewise.
39073         * string/test-strcpy.c (TEST_NAME): Likewise.
39074         * string/test-strcspn.c (TEST_NAME): Likewise.
39075         * string/test-strlen.c (TEST_NAME): Likewise.
39076         * string/test-strncasecmp.c (TEST_NAME): Likewise.
39077         * string/test-strncmp.c (TEST_NAME): Likewise.
39078         * string/test-strncpy.c (TEST_NAME): Likewise.
39079         * string/test-strnlen.c (TEST_NAME): Likewise.
39080         * string/test-strpbrk.c (TEST_NAME): Likewise.
39081         * string/test-strrchr.c (TEST_NAME): Likewise.
39082         * string/test-strspn.c (TEST_NAME): Likewise.
39083         * string/test-strstr.c (TEST_NAME): Likewise.
39084         * string/test-bcopy-ifunc.c: New file.
39085         * string/test-bzero-ifunc.c: Likewise.
39086         * string/test-memccpy-ifunc.c: Likewise.
39087         * string/test-memchr-ifunc.c: Likewise.
39088         * string/test-memcmp-ifunc.c: Likewise.
39089         * string/test-memcpy-ifunc.c: Likewise.
39090         * string/test-memmem-ifunc.c: Likewise.
39091         * string/test-memmove-ifunc.c: Likewise.
39092         * string/test-mempcpy-ifunc.c: Likewise.
39093         * string/test-memset-ifunc.c: Likewise.
39094         * string/test-rawmemchr-ifunc.c: Likewise.
39095         * string/test-stpcpy-ifunc.c: Likewise.
39096         * string/test-stpncpy-ifunc.c: Likewise.
39097         * string/test-strcasecmp-ifunc.c: Likewise.
39098         * string/test-strcasestr-ifunc.c: Likewise.
39099         * string/test-strcat-ifunc.c: Likewise.
39100         * string/test-strchr-ifunc.c: Likewise.
39101         * string/test-strchrnul-ifunc.c: Likewise.
39102         * string/test-strcmp-ifunc.c: Likewise.
39103         * string/test-strcpy-ifunc.c: Likewise.
39104         * string/test-strcspn-ifunc.c: Likewise.
39105         * string/test-strlen-ifunc.c: Likewise.
39106         * string/test-strncasecmp-ifunc.c: Likewise.
39107         * string/test-strncat-ifunc.c: Likewise.
39108         * string/test-strncmp-ifunc.c: Likewise.
39109         * string/test-strncpy-ifunc.c: Likewise.
39110         * string/test-strnlen-ifunc.c: Likewise.
39111         * string/test-strpbrk-ifunc.c: Likewise.
39112         * string/test-strrchr-ifunc.c: Likewise.
39113         * string/test-strspn-ifunc.c: Likewise.
39114         * string/test-strstr-ifunc.c: Likewise.
39116         * debug/Makefile (tests-ifunc): New variable.
39117         (tests): Add $(tests-ifunc).
39118         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
39119         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
39120         * debug/test-stpcpy_chk-ifunc.c: New file.
39121         * debug/test-strcpy_chk-ifunc.c: Likewise.
39123 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39125         [BZ #13601]
39126         * elf/dl-load.c (open_verify): Retry read if the entire ELF
39127         header is not read in.
39129 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
39131         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
39132         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
39133         directly.  Pass built executable to script as
39134         $(built-program-cmd).
39135         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
39136         $testprogram without using LD_LIBRARY_PATH and $ldso.
39138         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
39139         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
39140         $(rtld-installed-name).
39141         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
39142         (rtld_installed_name): Likewise.
39143         (library_path): Likewise.
39144         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
39145         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
39146         $(run-program-prefix) to tst-tables.sh.
39147         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
39148         it to run tst-table-from and tst-table-to.
39149         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
39150         Pass it to tst-table.sh.
39151         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
39152         $(run-program-prefix) to tst-gettext.sh.
39153         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
39154         tst-translit.sh.
39155         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
39156         tst-gettext2.sh.
39157         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
39158         to run tst-gettext.
39159         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
39160         to run tst-gettext2.
39161         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
39162         to run tst-translit.
39163         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
39164         $(run-program-prefix) to tst-mtrace.sh.
39165         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
39166         to run tst-mtrace.
39167         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
39168         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
39169         $(rtld-installed-name).
39170         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
39171         (rtld_installed_name): Likewise.
39172         (run_program_prefix): New variable.  Use it to run wordexp-test.
39174         * Makeconfig (ARCH): Remove all definitions.
39175         (machine): Likewise.
39176         [ARCH]: Remove conditional code.
39177         [!objdir]: Give error.
39178         [!objdir] (objpfx): Remove.
39179         [!objdir] (common-objpfx): Likewise.
39180         [!objdir] (common-objdir): Likewise.
39181         * configure.in (config_makefile): Remove.  Hardcode Makefile in
39182         AC_CONFIG_FILES call.
39183         * configure: Regenerated.
39185         [BZ #13888]
39186         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
39187         or TMPDIR.
39188         (testout): Likewise.
39190         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
39191         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
39192         $(rtld-installed-name).
39193         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
39194         (rtld_installed_name): Likwise.
39195         (runit): Remove function.
39196         (run_getconf): New variable,  Use it for running getconf binary.
39198 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
39200         [BZ #14716]
39201         * string/test-memmem.c (check_result): New function.
39202         (do_one_test): Use it.
39203         (check1): New function.
39204         (test_main): Use it.
39206 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
39208         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
39210 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
39212         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
39213         (_G_LSEEK64): Likewise.
39214         (_G_MMAP64): Likewise.
39215         (_G_FSTAT64): Likewise.
39216         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
39217         (_G_LSEEK64): Likewise.
39218         (_G_MMAP64): Likewise.
39219         (_G_FSTAT64): Likewise.
39220         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
39221         unconditional.  Call __mmap64 directly.
39222         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
39223         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
39224         __lseek64 directly.
39225         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
39226         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
39227         __mmap64 directly.
39228         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
39229         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39230         __lseek64 directly.
39231         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
39232         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
39233         __lseek64 directly.
39234         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
39235         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
39236         __lseek64 directly.
39237         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
39238         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
39239         __fxstat64 directly.
39240         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
39241         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
39242         unconditional.
39243         (freopen64) [!_G_OPEN64]: Remove conditional code.
39244         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
39245         unconditional.
39246         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
39247         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
39248         unconditional.
39249         (ftello64) [!_G_LSEEK64]: Remove conditional code.
39250         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
39251         unconditional.
39252         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39253         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
39254         unconditional.
39255         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
39256         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
39257         unconditional.
39258         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39259         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
39260         unconditional.
39261         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
39262         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
39263         unconditional.
39264         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
39266 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39268         [BZ #12140]
39269         * manual/memory.texi (Malloc Tunable Parameters): Add note
39270         about free list pointers overwriting some perturb bytes.
39271         Wording suggested by Roland McGrath.
39273 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
39275         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
39276         (lgamma_test): Likewise.
39277         (tgamma_test): Likewise.
39279 2012-10-16  Florian Weimer  <fweimer@redhat.com>
39281         [BZ #14700]
39282         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
39283         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
39285 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
39287         * NEWS: Mention BZ #14716.
39288         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
39289         when removing AVAILABLE1_USES_J macro.
39291 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
39293         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
39294         (__bswap_64): __uint64_t for unsigned 64-bit int.
39296 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
39298         * include/string.h (memmem): Declare libc hidden alias.
39299         * string/memmem.c (memmem): Define libc hidden alias.
39300         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
39301         __read, __close instead of open, read, close.
39303 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
39305         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
39306         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
39307         global and hidden.
39308         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
39309         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
39310         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
39311         Likewise.
39312         (__rawmemchr_sse2): Likewise.
39313         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
39314         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
39315         (__strchr_sse2): Likewise.
39316         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
39317         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
39318         (__strcasecmp_sse2): Likewise.
39319         (__strncasecmp_sse2): Likewise.
39320         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
39321         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
39322         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
39323         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
39324         (__strrchr_sse2): Likewise.
39325         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
39326         ifunc-impl-list.c.
39327         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
39328         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
39329         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
39330         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
39331         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
39332         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
39333         * sysdeps/x86_64/multiarch/memset.S: Likewise.
39334         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
39335         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
39336         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
39337         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
39338         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
39339         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
39340         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
39341         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
39342         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39343         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
39344         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
39345         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
39346         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
39347         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
39348         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
39349         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
39350         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
39351         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
39352         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
39353         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
39354         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39355         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
39356         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
39358         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
39359         global and hidden.
39360         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
39361         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
39362         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
39363         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
39364         Likewise.
39365         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
39366         Likewise.
39367         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
39368         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
39369         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
39370         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
39371         ifunc-impl-list.c.
39372         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39373         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39374         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39375         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39376         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39377         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39378         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39379         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39380         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39381         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39382         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39383         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39384         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39385         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
39386         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
39387         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39388         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
39389         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
39390         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39391         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39392         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39393         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39394         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39395         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39396         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39397         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
39398         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
39399         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
39400         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
39401         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39402         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
39403         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39404         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39405         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
39406         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39407         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39408         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39409         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39410         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39411         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39412         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
39414         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
39415         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
39416         * include/ifunc-impl-list.h: New file.
39417         * misc/ifunc-impl-list.c: Likewise.
39418         * misc/Makefile (routines): Add ifunc-impl-list.
39419         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
39420         * string/test-string.h: Include <ifunc-impl-list.h>.
39421         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
39422         TEST_NAME]: New variables.
39423         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
39424         are defined.
39425         (test_init): Call __libc_ifunc_impl_list to initialize
39426         func_list if TEST_IFUNC and TEST_NAME are defined.
39428         * string/Makefile (strop-tests): Add bcopy and bzero.
39429         * string/test-bcopy.c: New file.
39430         * string/test-bzero.c: Likewise.
39431         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
39432         defined.
39433         * string/test-memset.c: Support bzero test if TEST_BZERO is
39434         defined.
39435         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
39436         __libc_memmove.
39437         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
39438         __libc_memset.
39439         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
39440         of memset.
39442 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
39444         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
39445         * configure: Regenerated.
39447         * Makeconfig (+link-static-before-libc): Don't include
39448         $(link-static-libc).
39450         * libio/libio.h (_IO_pos_t): Remove.
39452 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39454         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
39455         McGrath.
39457 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39459         * crypt/crypt-entry.c: Include fips-private.h.
39460         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
39461         * crypt/md5c-test.c (main): Tolerate disabled MD5.
39462         * sysdeps/unix/sysv/linux/fips-private.h: New file.
39463         * sysdeps/generic/fips-private.h: New file, dummy fallback.
39465 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
39467         * crypt/crypt-private.h: Include stdbool.h.
39468         (_ufc_setup_salt_r): Return bool.
39469         * crypt/crypt-entry.c: Include errno.h.
39470         (__crypt_r): Return NULL with EINVAL for bad salt.
39471         * crypt/crypt_util.c (bad_for_salt): New.
39472         (_ufc_setup_salt_r): Check that salt is long enough and within
39473         the specified alphabet.
39474         * crypt/badsalttest.c: New file.
39475         * crypt/Makefile (tests): Add it.
39476         ($(objpfx)badsalttest): New.
39478 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
39480         * NEWS: Add entry for BZ #14602.
39482 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39484         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
39485         type-generic.
39486         * math/libm-test.inc: Update comment listing what functions and
39487         macros are tested.
39488         (isgreater_test): New function.
39489         (isgreaterequal_test): Likewise.
39490         (isless_test): Likewise.
39491         (islessequal_test): Likewise.
39492         (islessgreater_test): Likewise.
39493         (isunordered_test): Likewise.
39494         (main): Call the new functions.
39496 2012-10-09  Roland McGrath  <roland@hack.frob.com>
39498         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
39499         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
39500         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
39501         * sysdeps/i386/configure: Regenerated.
39502         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
39503         * sysdeps/mach/configure: Regenerated.
39504         * sysdeps/mach/hurd/configure: Regenerated.
39505         * sysdeps/powerpc/configure: Regenerated.
39506         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39507         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39508         * sysdeps/s390/s390-32/configure: Regenerated.
39509         * sysdeps/s390/s390-64/configure: Regenerated.
39510         * sysdeps/sh/configure: Regenerated.
39511         * sysdeps/sparc/configure: Regenerated.
39512         * sysdeps/unix/sysv/linux/configure: Regenerated.
39513         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
39514         * sysdeps/x86_64/configure: Regenerated.
39516         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
39517         defined.  Don't check if MAP is NULL.
39519 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
39521         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
39522         (_G_stat64): Likewise.
39523         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
39524         (_G_stat64): Likewise.
39525         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
39526         instead of struct _G_stat64.
39527         * libio/fileops.c (mmap_remap_check): Likewise.
39528         (decide_maybe_mmap): Likewise.
39529         (_IO_new_file_seekoff): Likewise.
39530         (_IO_file_stat): Likewise.
39531         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
39532         _G_off64_t.
39533         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
39534         instead of struct _G_stat64.
39535         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39537 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
39539         [BZ #14602]
39540         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39541         Replace with ...
39542         (CHECK_EOL): New macro.
39543         (two_way_short_needle): Check beginning of haystack for EOL.  Use
39544         CHECK_EOL.
39545         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39546         Replace with CHECK_EOL.
39547         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
39548         Replace with CHECK_EOL.
39550 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
39552         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
39553         type-generic.
39554         * math/libm-test.inc: Update comment listing what functions and
39555         macros are tested.
39556         (finite_test): New function.
39557         (isinf_test): Likewise.
39558         (isnan_test): Likewise.
39559         (fpclassify_test): Test subnormal input.
39560         (isfinite_test): Likewise.
39561         (isnormal_test): Likewise.
39562         (main): Call the new functions.
39564 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
39566         [BZ #14660]
39567         * Makerules (%.dynsym): Force C locale when running
39568         $(OBJDUMP) --dynamic-syms.
39570 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
39572         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
39573         <stdint.h>.
39575 2012-10-06  David S. Miller  <davem@davemloft.net>
39577         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
39578         upper 32-bits of the length value in %o2 since we use branch-on-register
39579         tests which consider the entire 64-bit register.
39581 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
39583         * string/test-strstr.c (check2): Add a test for page boundary.
39585 2012-10-05  David S. Miller  <davem@davemloft.net>
39587         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
39588         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
39589         file.
39590         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39591         sysdep_routines.
39592         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39593         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
39594         and bzero when HWCAP_SPARC_CRYPTO is present.
39596 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
39598         [BZ #14602]
39599         * string/test-strstr.c (check2): New function.
39600         (test_main): Call check2.
39602         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
39603         and bug-strchr1.
39604         * string/bug-strcasestr1.c (do_test): Moved to ...
39605         * string/test-strcasestr.c (check1): Here.  New function.
39606         (do_one_test): Break out result checking code into ...
39607         (check_result): This.  New function.
39608         (do_one_test): Call check_result.
39609         (test_main): Call check1.
39610         * string/bug-strchr1.c (do_test): Moved to ...
39611         * string/test-strchr.c (check1): Here.  New function.
39612         (do_one_test): Break out result checking code into ...
39613         (check_result): This.  New function.
39614         (do_one_test): Call check_result.
39615         (test_main): Call check1.
39616         * string/bug-strstr1.c (main): Moved to ...
39617         * string/test-strstr.c (check1): Here.  New function.
39618         (do_one_test): Break out result checking code into ...
39619         (check_result): This.  New function.
39620         (do_one_test): Call check_result.
39621         (test_main): Call check1.
39622         * string/bug-strcasestr1.c: Removed.
39623         * string/bug-strchr1.c: Likewise.
39624         * string/bug-strstr1.c: Likewise.
39626         * elf/Makefile (dl-routines): Add hwcaps.
39627         * elf/dl-support.c (_dl_important_hwcaps): Removed.
39628         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
39629         (_dl_important_hwcaps): Moved to ...
39630         * elf/dl-hwcaps.c: Here.  New file.
39631         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
39633         [BZ #14557]
39634         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
39635         if IS_IN_rtld isn't defined.
39637         * elf/dl-support.c (_dl_sysinfo_map): New.
39638         Include "get-dynamic-info.h" and "setup-vdso.h".
39639         (_dl_non_dynamic_init): Call setup_vdso.
39640         * elf/dynamic-link.h: Don't include <assert.h>.
39641         (elf_get_dynamic_info): Moved to ...
39642         * elf/get-dynamic-info.h: Here.  New file.
39643         * elf/dynamic-link.h: Include "get-dynamic-info.h".
39644         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
39645         * elf/setup-vdso.h: Here.  New file.
39646         * elf/rtld.c: Include "setup-vdso.h".
39647         (dl_main): Call setup_vdso.
39649 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
39651         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
39652         creal in comment listing functions tested.  List finite, isinf,
39653         isnan, isless, islessequal, isgreater, isgreaterequal,
39654         islessgreater, isunordered, lgamma_r and pow10 as functions and
39655         macros not tested.  Mention which functions not tested are aliases
39656         for other functions.  Fix typo.  Note that signs of NaNs are not
39657         tested.
39659         * scripts/config.guess: Update from config.git.
39660         * scripts/config.sub: Likewise.
39662 2012-10-04  Roland McGrath  <roland@hack.frob.com>
39664         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
39665         * misc/madvise.c (madvise): Renamed to __madvise.
39666         Make madvise a weak alias.
39667         * include/sys/mman.h: Declare __madvise.
39668         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
39669         * sysdeps/unix/syscalls.list
39670         (madvise): Make __madvise the strong name, and madvise a weak alias.
39671         * sysdeps/unix/sysv/linux/syscalls.list
39672         (madvise, mmap): Remove redundant entries.
39673         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
39674         * malloc/malloc.c (mtrim): Likewise.
39675         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
39677 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39679         * sysdeps/mach/hurd/dl-cache.c: File removed.
39680         * config.h.in (USE_LDCONFIG): New #undef.
39681         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
39682         * configure: Regenerated.
39683         * elf/Makefile (dl-routines): Add dl-cache only under
39684         [$(use-ldconfig) = yes].
39685         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
39686         cache on [USE_LDCONFIG].
39687         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
39688         [USE_LDCONFIG].
39689         * elf/rtld.c (dl_main): Likewise.
39691 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
39693         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
39694         _SC_LEVEL4_CACHE_LINESIZE.
39696 2012-10-03  Roland McGrath  <roland@hack.frob.com>
39698         * sysdeps/unix/bsd/confstr.h: File removed.
39700 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
39702         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
39703         sys/sdt-config.h.
39705 2012-10-02  Roland McGrath  <roland@hack.frob.com>
39707         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39708         Make 'mapoff' field ElfW(Off) rather than off_t.
39710 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39712         * nscd/Makefile: Remove nscd-cflags and all its users.
39713         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39714         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39716         [BZ #10631]
39717         * malloc.c (malloc_printerr): Clarify error message.
39719 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39721         [BZ #14648]
39722         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39723         Set bit_FMA_Usable if FMA is supported.
39724         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39725         macro.
39726         (bit_FMA4_Usable): Updated.
39727         (index_FMA_Usable): New macro.
39728         (CPUID_FMA): Likewise
39729         (HAS_FMA): Defined with bit_FMA_Usable.
39731 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39733         * bits/types.h (__swblk_t): Type removed.
39734         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39735         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39736         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39737         (__SWBLK_T_TYPE): Likewise.
39738         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39739         (__SWBLK_T_TYPE): Likewise.
39740         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39741         (__SWBLK_T_TYPE): Likewise.
39742         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39743         (__SWBLK_T_TYPE): Likewise.
39745 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39746             Honza Horak <hhorak@redhat.com>
39748         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39749         (xdr_mapname): Use YPMAXMAP as maxsize.
39750         (xdr_peername): Use YPMAXPEER as maxsize.
39751         (xdr_keydat): Use YPAXRECORD as maxsize.
39752         (xdr_valdat): Use YPMAXRECORD as maxsize.
39754 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39756         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39758         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39759         * csu/init-first.c: ... here.
39760         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39761         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39762         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39763         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39764         * sysdeps/i386/init-first.c: File removed.
39765         * sysdeps/sh/init-first.c: File removed.
39767 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39769         [BZ #14645]
39770         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39771         if x * y might underflow to zero and z is zero.
39772         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39773         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39774         * math/libm-test.inc (min_subnorm_value): New variable.
39775         (fma_test): Add more tests.
39776         (fma_test_towardzero): Likewise.
39777         (fma_test_downward): Likewise
39778         (fma_test_upward): Likewise.
39779         (initialize): Set min_subnorm_value.
39781 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39783         [BZ #14638]
39784         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39785         0 + 0.
39786         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39787         mode for addition resulting in exact zero.
39788         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39789         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39790         exact 0 + 0.
39791         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39792         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39793         * math/libm-test.inc (fma_test): Add more tests.
39794         (fma_test_towardzero): New function.
39795         (fma_test_downward): Likewise.
39796         (fma_test_upward): Likewise.
39797         (main): Call the new functions.
39799 2012-09-28  David S. Miller  <davem@davemloft.net>
39801         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39803 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39805         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39806         instead of SIGALRM.
39808         * sysdeps/gnu/_G_config.h: Moved to ...
39809         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39810         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39811         * sysdeps/generic/_G_config.h: ... here.
39813         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39815         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39817         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39818         Conditionalize target on [libnss_test1.so-version].
39820         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39822         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39823         (elfobjdir): Move out of conditionals.
39825         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39826         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39827         (__nss_lookup_function): Conditionalize label remove_from_tree on
39828         [!DO_STATIC_NSS || SHARED], matching its only use.
39830 2012-09-28  David S. Miller  <davem@davemloft.net>
39832         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39833         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39834         file.
39835         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39836         sysdep_routines.
39837         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39838         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39839         when HWCAP_SPARC_CRYPTO is present.
39841 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39843         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39845 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39847         [BZ #6530]
39848         * stdio-common/vfprintf.c (process_string_arg): Revert
39849         2000-07-22 change.
39851 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39853         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39854         for testcase.
39855         * stdio-common/tst-sprintf.c: Include <locale.h>
39856         (main): Test sprintf's handling of incomplete multibyte
39857         characters.
39859 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39861         * elf/dl-runtime.c (VERSYMIDX): Removed.
39862         * elf/dl-version.c (VERSYMIDX): Likewise.
39863         * elf/do-rel.h (VERSYMIDX): Likewise.
39864         (VALIDX): Likewise.
39865         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39866         * elf/rtld.c (VALIDX): Likewise.
39867         (ADDRIDX): Likewise.
39868         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39869         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39870         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39871         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39872         (VALIDX): Likewise.
39873         (ADDRIDX): Likewise.
39875 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39877         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39879 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39881         [BZ #11438]
39882         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39883         to global scope.
39884         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39885         addresses are in the same scope as 192.0.2/24.
39886         * posix/gai.conf: Document new scope table defaults.
39888 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39890         [BZ #5298]
39891         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39892         for ftell.  Compute offsets from write pointers instead.
39893         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39895 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39897         [BZ #14543]
39898         * libio/Makefile (tests): New test case tst-fseek.
39899         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39900         combination works in wide mode.
39901         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39902         state when the external buffer state changes.
39904 2012-09-27  David S. Miller  <davem@davemloft.net>
39906         [BZ #14376]
39907         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39908         pass reloc->r_addend in as the 'high' argument to
39909         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39913 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39915         * rt/tst-aio2.c: Include <pthread.h>.
39916         * rt/tst-aio3.c: Likewise.
39918 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39920         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39922 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39924         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39925         contents on [SHARED].
39927 2012-09-26  Marek Polacek  <polacek@redhat.com>
39929         [BZ #14530]
39930         [BZ #13741]
39931         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39932         for C++ and GCC <4.3 as well as for non GCC compilers.
39934 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39938 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39940         * Makefile.in (all, install): Declare with .PHONY.
39941         Reported by Michael Hope <michael.hope@linaro.org>.
39943 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39945         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39946         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39947         system header.
39948         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39949         Likewise.
39950         (sydep_routines): Add the new and the internal functions.
39951         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39952         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39954         (GLIBC_2.17): Add the new function.
39955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39956         (GLIBC_2.17): Likewise.
39957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39958         (GLIBC_2.17): Likewise.
39959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39960         (GLIBC_2.17): Likewise.
39961         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39963 2012-09-25  Alan Modra  <amodra@gmail.com>
39965         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39966         Add release barrier before setting once_control to say
39967         initialisation is done.  Add hints on lwarx.  Use macro in
39968         place of isync.
39969         (clear_once_control): Add release barrier.
39971 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39973         [BZ #13629]
39974         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39975         specially.
39976         * math/s_clog10.c (__clog10): Likewise.
39977         * math/s_clog10f.c (__clog10f): Likewise.
39978         * math/s_clog10l.c (__clog10l): Likewise.
39979         * math/s_clogf.c (__clogf): Likewise.
39980         * math/s_clogl.c (__clogl): Likewise.
39981         * math/Makefile (libm-calls): Add x2y2m1.
39982         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39983         (__x2y2m1): Likewise.
39984         (__x2y2m1l): Likewise.
39985         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39986         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39987         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39988         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39989         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39990         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39991         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39992         * sysdeps/i386/fpu/libm-test-ulps: Update.
39993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39995         [BZ #14621]
39996         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39997         int as type of variable DEPTH.
39998         (glob): Use size_t instead of int as type of variables NEWCOUNT
39999         and OLD_PATHC.
40001 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40003         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40004         Add s_sincosf-sse2.
40005         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
40006         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
40007         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
40008         macros for using routine as __sincosf_ia32.
40009         Use macro for function declaration and weak_alias.
40010         * sysdeps/i386/fpu/libm-test-ulps: Update.
40012         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
40013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40015         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
40016         subnormal argument.
40017         * math/s_cexpf.c (__cexpf): Likewise.
40018         * math/s_csinf.c (__csinf): Likewise.
40019         * math/s_csinhf.c (__csinhf): Likewise.
40020         * math/s_ctanf.c (__ctanf): Likewise.
40021         * math/s_ctanhf.c (__ctanhf): Likewise.
40022         * math/s_ccosh.c (__ccoshf): Likewise.
40023         * math/s_cexp.c (__cexpl): Likewise.
40024         * math/s_csin.c (__csin): Likewise.
40025         * math/s_csinh.c (__csinh): Likewise.
40026         * math/s_ctan.c (__ctan): Likewise.
40027         * math/s_ctanh.c (ctanh): Likewise.
40028         * math/s_ccoshl.c (__ccoshl): Likewise.
40029         * math/s_cexpl.c (__cexpl): Likewise.
40030         * math/s_csinl.c (__csinl): Likewise.
40031         * math/s_csinhl.c (__csinhl): Likewise.
40032         * math/s_ctanl.c (__ctanl): Likewise.
40033         * math/s_ctanhl.c (__ctanhl): Likewise.
40035 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
40037         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
40038         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
40039         (_IO_off_t): Define to __off_t, not _G_off_t.
40040         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
40041         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
40042         (_IO_wint_t): Define to wint_t, not _G_wint_t.
40043         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
40044         type of __dummy and __dummy2 fields.
40045         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
40046         (_G_ssize_t): Likewise.
40047         (_G_off_t): Likewise.
40048         (_G_pid_t): Likewise.
40049         (_G_uid_t): Likewise.
40050         (_G_wchar_t): Likewise.
40051         (_G_wint_t): Likewise.
40052         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
40053         (_G_ssize_t): Likewise.
40054         (_G_off_t): Likewise.
40055         (_G_pid_t): Likewise.
40056         (_G_uid_t): Likewise.
40057         (_G_wchar_t): Likewise.
40058         (_G_wint_t): Likewise.
40059         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
40060         (_G_ssize_t): Likewise.
40061         (_G_off_t): Likewise.
40062         (_G_pid_t): Likewise.
40063         (_G_uid_t): Likewise.
40064         (_G_wchar_t): Likewise.
40065         (_G_wint_t): Likewise.
40067 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40069         * malloc/arena.c: Include malloc-sysdep.h.
40070         (shrink_heap): Use check_may_shrink_heap to decide if madvise
40071         is sufficient to shrink the heap or an unmap is needed.
40072         * sysdeps/generic/malloc-sysdep.h: New file.  Define
40073         new function check_may_shrink_heap.
40074         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
40075         new function check_may_shrink_heap.
40077 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
40079         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
40080         comments.
40082 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
40084         * catgets/test-gencat.sh: Add "set -e".
40085         * elf/tst-pathopt.sh: Likewise.
40086         * grp/tst_fgetgrent.sh: Likewise.
40087         * iconvdata/run-iconv-test.sh: Likewise.
40088         * intl/tst-gettext.sh: Likewise.
40089         * intl/tst-gettext2.sh: Likewise.
40090         * intl/tst-gettext4.sh: Likewise.
40091         * intl/tst-gettext6.sh: Likewise.
40092         * intl/tst-translit.sh: Likewise.
40093         * io/ftwtest-sh: Likewise.
40094         * libio/test-freopen.sh: Likewise.
40095         * malloc/tst-mtrace.sh: Likewise.
40096         * posix/globtest.sh: Likewise.
40097         * posix/tst-getconf.sh: Likewise.
40098         * posix/wordexp-tst.sh: Likewise.
40099         * stdio-common/tst-printf.sh: Likewise.
40100         * stdio-common/tst-unbputc.sh: Likewise.
40101         * stdlib/tst-fmtmsg.sh: Likewise.
40102         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40103         * catgets/Makefile: Do not specify -e option when running
40104         testsuite shell scripts.
40105         * elf/Makefile: Likewise.
40106         * grp/Makefile: Likewise.
40107         * iconvdata/Makefile: Likewise.
40108         * intl/Makefile: Likewise.
40109         * io/Makefile: Likewise.
40110         * libio/Makefile: Likewise.
40111         * malloc/Makefile: Likewise.
40112         * posix/Makefile: Likewise.
40113         * stdio-common/Makefile: Likewise.
40114         * stdlib/Makefile: Likewise.
40115         * sysdeps/x86_64/Makefile: Likewise.
40117         * io/ftwtest-sh: Add copyright header.
40118         * posix/globtest.sh: Likewise.
40119         * posix/tst-getconf.sh: Likewise.
40120         * posix/wordexp-tst.sh: Likewise.
40121         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
40123 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
40125         [BZ #13679]
40126         * Makeconfig (+link): Defined as $(+link-static) if
40127         $(build-shared) isn't yes.
40128         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
40129         isn't yes.
40130         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
40132         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
40134         [BZ #14562]
40135         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
40136         new chunk size with MALLOC_ALIGN_MASK.
40138 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
40140         [BZ #5044]
40141         * stdio-common/printf_fphex.c: Include <stdbool.h> and
40142         <rounding-mode.h>.
40143         (__printf_fphex): Determine rounding using get_rounding_mode and
40144         round_away.
40145         * stdio-common/tst-printf-round.c (struct hex_test): New
40146         structure.
40147         (hex_tests): New variable.
40148         (test_hex_in_one_mode): New function.
40149         (do_test): Also run tests for hex float output.
40151 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
40153         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40154         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40155         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
40156         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
40157         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
40158         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
40159         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40160         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
40162 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
40164         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
40165         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
40166         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
40167         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
40169 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
40171         [BZ #14579]
40172         * elf/rtld.c (dl_main): Limit the check for self loading to normal
40173         mode only.
40174         * elf/tst-rtld-load-self.sh: New test.
40175         * elf/Makefile: Run it.
40177 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
40179         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
40180         (tst-writev-ENV): Remove.
40181         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
40183 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
40185         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
40187 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
40189         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
40190         unconditional.
40191         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
40192         Likewise.
40193         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
40194         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
40195         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
40196         Likewise.
40198 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
40200         [BZ #14587]
40201         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
40202         * config.make.in (have-cpp-asm-debuginfo): Removed.
40203         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
40204         * configure: Regenerated.
40206 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
40208         [BZ #5044]
40209         * stdio-common/printf_fp.c: Include <stdbool.h> and
40210         <rounding-mode.h>.
40211         (___printf_fp): Determine rounding using get_rounding_mode and
40212         round_away.
40213         * stdio-common/tst-printf-round.c: New file.
40214         * stdio-common/Makefile (tests): Add tst-printf-round.
40215         (link-libm): New variable.
40216         ($(objpfx)tst-printf-round): Depend in $(link-libm).
40218 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
40220         [BZ #14576]
40221         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
40222         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
40223         Likewise.
40224         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
40225         Likewise.
40227 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
40229         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
40230         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40231         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40232         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
40234 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
40236         [BZ #14518]
40237         * include/rounding-mode.h: New file.
40238         * sysdeps/generic/get-rounding-mode.h: Likewise.
40239         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
40240         * stdlib/strtod_l.c: Include <rounding-mode.h>.
40241         (MAX_VALUE): New macro.
40242         (MIN_VALUE): Likewise.
40243         (overflow_value): New function.
40244         (underflow_value): Likewise.
40245         (round_and_return): Use overflow_value and underflow_value to
40246         determine return values in overflow and underflow cases.  Use
40247         round_away to determine rounding depending on rounding mode.
40248         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
40249         determine return values in overflow and underflow cases.
40250         * stdlib/tst-strtod-round.c: Include <fenv.h>.
40251         (struct test_results): New structure.
40252         (struct test): Use struct test_results to store expected results
40253         for all rounding modes.
40254         (TEST): Include expected results for all rounding modes.
40255         (test_in_one_mode): New function.
40256         (do_test): Use test_in_one_mode to compute and check results.
40257         Check results for all rounding modes.
40258         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
40259         $(link-libm).
40261 2012-12-09  Allan McRae  <allan@archlinux.org>
40263         * sysdeps/i386/fpu/libm-test-ulps: Update
40265 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
40267         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
40268         (_G_int32_t): Likewise.
40269         (_G_uint16_t): Likewise.
40270         (_G_uint32_t): Likewise.
40271         (_G_HAVE_BOOL): Likewise.
40272         (_G_HAVE_ATEXIT): Likewise.
40273         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
40274         (_G_HAVE_IO_FILE_OPEN): Likewise.
40275         * sysdeps/gnu/_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/mach/hurd/_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.
40292 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
40294         * csu/libc-tls.c: Update copyright years.
40296 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
40298         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
40299         [!_G_USING_THUNKS]: Remove conditional code.
40300         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
40301         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
40303         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
40304         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
40305         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40306         (_G_VTABLE_LABEL_PREFIX): Likewise.
40307         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40308         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40309         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40310         (_G_VTABLE_LABEL_PREFIX): Likewise.
40311         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40312         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
40313         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
40314         (_G_VTABLE_LABEL_PREFIX): Likewise.
40315         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
40317 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
40319         * libio/Makefile: Include ../Makeconfig before tests.
40320         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
40321         only if $(build-shared) is yes.
40323         * iconv/gconv_db.c: Update copyright years.
40325 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40327         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
40328         unwind info if defined PIC. Fix special cases description.
40329         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
40331         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
40332         DP_HI_MASK entry.
40333         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
40335 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
40337         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
40339         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
40340         is NULL.
40342         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
40343         (LDLIBS-tst-chk4): This.
40344         (LDFLAGS-tst-chk5): Renamed to ...
40345         (LDLIBS-tst-chk5): This.
40346         (LDFLAGS-tst-chk6): Renamed to ...
40347         (LDLIBS-tst-chk6): This.
40348         (LDFLAGS-tst-lfschk4): Renamed to ...
40349         (LDLIBS-tst-lfschk4): This.
40350         (LDFLAGS-tst-lfschk5): Renamed to ...
40351         (LDLIBS-tst-lfschk5): This.
40352         (LDFLAGS-tst-lfschk6): Renamed to ...
40353         (LDLIBS-tst-lfschk6): This.
40355         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
40356         on $(common-objpfx)soversions.mk.
40358 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
40360         [BZ #10014]
40361         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
40362         example host name.
40364 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
40366         * malloc/arena.c (arena_get_retry): New function that gets
40367         another arena for the caller to try its request on.
40368         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
40369         current arena cannot fulfill the request.
40370         (__libc_memalign): Likewise.
40371         (__libc_memalign): Likewise.
40372         (__libc_pvalloc): Likewise.
40373         (__libc_calloc): Likewise.
40375 2012-09-05  John Tobey  <john.tobey@gmail.com>
40377         [BZ #13542]
40378         * manual/arith.texi (Operations on Complex): Fix description
40379         of carg branch cut.
40381 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40383         [BZ #10014]
40384         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
40385         host name.
40387         [BZ #10038]
40388         * manual/memory.texi (Memory): Make order of menu items match
40389         order of sections.
40391 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40393         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
40394         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
40395         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
40397 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40399         * csu/libc-tls.c (static_dtv): Renamed to ...
40400         (_dl_static_dtv): This.  Make it global.
40401         (_dl_initial_dtv): Removed.
40402         (__libc_setup_tls): Updated.
40403         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
40404         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
40405         DL_INITIAL_DTV.
40407 2012-09-06  Petr Machata  <pmachata@redhat.com>
40409         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
40410         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
40411         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
40412         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
40414 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40416         [BZ #14545]
40417         * csu/libc-tls.c (_dl_initial_dtv): New variable.
40418         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
40419         freeing dtv[-1].
40421 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
40423         [BZ #14544]
40424         * Makeconfig (link-static-before-libc): Replace $(+prector)
40425         with $(+prectorT).
40426         (link-static-after-libc): Replace $(+postctor) with
40427         $(+postctorT).
40428         (link-bounded): Replace $(+prector)/$(+postctor) with
40429         $(+prectorT)/$(+postctorT).
40430         (+prectorT): New macro.
40431         (+postctorT): Likewise.
40433 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
40435         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
40436         (round_str): Handle values above the maximum for IBM long double
40437         as inexact.
40438         * stdlib/tst-strtod-round.c (tests): Regenerated.
40440 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40442         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
40443         assembler flag.
40444         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
40445         zarch_nohighgprs around the zarch optimized routines.
40446         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
40447         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
40448         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
40449         for zarch.
40451 2012-09-05  David S. Miller  <davem@davemloft.net>
40453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40455         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
40456         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
40457         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
40458         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
40459         entries.
40461 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40463         * malloc/arena.c: Fold copyright years.
40464         * malloc/mcheck.c, malloc/memusage.c: Likewise.
40466 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40468         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
40470 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40472         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
40474 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40476         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
40477         change internal state upon failure.
40479 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
40481         * malloc/mcheck.c (mcheck_check_all): Fix typo.
40482         * malloc/memusage.c (mmap): Likewise.
40483         (mmap64, mremap): Likewise.  Adjust name in comment.
40485 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40487         * libio/fileops.c: Fix typos in comments.
40488         * libio/oldfileops.c: Likewise.
40489         * libio/wfileops.c: Likewise.
40491 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40493         [BZ #1349]
40494         * malloc/Makefile (tests): Add tst-malloc-usable test case.
40495         (tst-malloc-usable-ENV): Set environment for test case.
40496         * malloc/hooks.c (malloc_check_get_size): New function to get
40497         requested size.
40498         * malloc/malloc.c (musable): Use malloc_check_get_size.
40499         * malloc/tst-malloc-usable.c: New test case.
40501 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40503         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
40505 2012-09-05  Allan McRae  <allan@archlinux.org>
40507         [BZ #13966]
40508         * configure.in (CXX_SYSINCLUDES): Use compiler output to
40509         determine header location.
40510         * configure: Regenerated.
40512 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
40514         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
40515         float format.
40516         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
40517         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
40518         format.
40519         (test): Regenerate.
40521 2012-09-04  David S. Miller  <davem@davemloft.net>
40523         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
40524         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
40525         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
40527 2012-09-04  Florian Weimer  <fweimer@redhat.com>
40529         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
40530         failures.
40532         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
40534 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
40536         [BZ #9914]
40537         * libio/iogetdelim.c: Include <limits.h>.
40538         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
40539         + len + 1 would overflow.
40541 2012-09-03  Andreas Jaeger  <aj@suse.de>
40543         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40544         * sysdeps/i386/fpu/libm-test-ulps: Update.
40546 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40548         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
40549         Add s_sinf-sse2, s_conf-sse2.
40551         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
40552         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
40553         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
40554         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
40556         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
40557         for using routine as __sinf_ia32.
40558         Use macro for function declaration and weak_alias.
40559         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
40560         for using routine as __cosf_ia32.
40561         Use macro for function declaration and weak_alias.
40563         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
40564         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
40566         * sysdeps/x86_64/fpu/s_sinf.S: New file.
40567         * sysdeps/x86_64/fpu/s_cosf.S: New file.
40568         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40570         * math/libm-test.inc (cos_test): Add more test cases.
40571         (sin_test): Likewise.
40572         (sincos_test): Likewise.
40574 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40576         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
40577         (IFUNC_RESOLVE): Make pointers to the specialized implementations
40578         hidden.
40579         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
40581 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
40583         [BZ #14538]
40584         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
40585         first element of the GOT.
40586         (elf_machine_load_address): Return the difference between
40587         the runtime address of _DYNAMIC and elf_machine_dynamic ().
40589 2012-09-01  Allan McRae  <allan@archlinux.org>
40591         [BZ #13412]
40592         * configure.in (AWK): Require gawk version 3.0 or later.
40593         * configure: Regenerated.
40595 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
40597         * sysdeps/unix/sysv/linux/kernel-features.h
40598         (__ASSUME_POSIX_CPU_TIMERS): Remove.
40599         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40600         [__NR_clock_getres]: Make code unconditional.
40601         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
40602         (clock_getcpuclockid): Remove code left unreachable by removal of
40603         conditionals.
40604         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
40605         code unconditional.
40606         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40607         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40608         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
40609         Make code unconditional.
40610         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
40611         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40612         * sysdeps/unix/sysv/linux/clock_settime.c
40613         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
40614         conditional code.
40615         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
40616         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
40618 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
40620         [BZ #14476]
40621         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
40622         scripts/test-installation.pl.
40624         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
40625         and $ld_so_version if it is set.
40627 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
40629         [BZ #14516]
40630         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
40631         failure if reading from procfs failed.
40632         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
40634 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40636         * sysdeps/unix/sysv/linux/kernel-features.h
40637         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
40638         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40639         Remove conditional code.
40640         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40641         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
40642         Remove conditional code.
40643         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40644         * sysdeps/unix/sysv/linux/i386/fxstat.c
40645         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40646         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40647         * sysdeps/unix/sysv/linux/i386/fxstatat.c
40648         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40649         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40650         * sysdeps/unix/sysv/linux/i386/lxstat.c
40651         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
40652         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40653         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
40654         Remove conditional code.
40655         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40656         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
40657         Remove conditional code.
40658         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40659         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
40660         <kernel-features.h>.
40661         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
40662         Remove.
40663         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
40664         Remove conditional code.
40665         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
40666         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
40667         Remove conditional.
40669 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
40671         [BZ #5400]
40672         * NEWS: Add fixed bug number.
40674 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
40676         [BZ #14519]
40677         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
40678         underflowing exponent in case of negative sign.
40679         * stdlib/tst-strtod-round-data: Add more tests.
40680         * stdlib/tst-strtod-round.c (tests): Regenerated.
40682         [BZ #3479]
40683         * stdlib/strtod_l.c (NDIG): Remove.
40684         (HEXNDIG): Likewise.
40685         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
40686         smallest representable value.
40687         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
40688         lie within an exact representation of 1/2 ulp of the result.
40689         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
40690         unconditionally.
40691         (TENS_P9_IDX): Define unconditionally.
40692         (TENS_P9_SIZE): Likewise.
40693         (TENS_P10_IDX): Likewise.
40694         (TENS_P10_SIZE): Likewise.
40695         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
40696         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
40697         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
40698         entries for 10^2^13 and 10^2^14.
40699         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
40700         (TENS_P13_IDX): Define.
40701         (TENS_P13_SIZE): Likewise.
40702         (TENS_P14_IDX): Likewise.
40703         (TENS_P14_SIZE): Likewise.
40704         (_fpioconst_pow10): Change array size to
40705         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
40706         unconditional.
40707         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40708         1024]: Add entries for 10^2^13 and 10^2^14.
40709         [LAST_POW10 > _LAST_POW10]: Remove #error.
40710         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40711         (_fpioconst_pow10): Change array size to
40712         FPIOCONST_POW10_ARRAY_SIZE.
40713         * stdlib/gen-fpioconst.c: New file.
40714         * stdlib/gen-tst-strtod-round.c: Likewise.
40715         * stdlib/tst-strtod-round-data: Likewise.
40716         * stdlib/tst-strtod-round.c: Likewise.
40717         * stdlib/Makefile (tests): Add tst-strtod-round.
40719         [BZ #14459]
40720         * stdlib/strtod_l.c: Include <stdint.h>.
40721         (NDEBUG): Do not define.
40722         (round_and_return): Change EXPONENT parameter to type intmax_t.
40723         Rearrange calculations to avoid internal overflow possibilities.
40724         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40725         Rearrange calculations to avoid internal overflow possibilities.
40726         Assert that number fits inside MPNSIZE limbs.
40727         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40728         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40729         calculations and add assertions to avoid internal overflow
40730         possibilities.  Add casts to avoid signed/unsigned operations.
40731         * stdlib/tst-strtod-overflow.c: New file.
40732         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40734 2012-08-25  Marek Polacek  <polacek@redhat.com>
40736         * time/time.h: Fix some typos in comments.
40738 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40740         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40741         * posix/tst-rfc3484-2.c: Likewise.
40742         * posix/tst-rfc3484-3.c: Likewise.
40744 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40746         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40747         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40749 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40751         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40752         #include of fxstatat64.c.
40754 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40756         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40757         * shadow/getspent_r.c: Likewise.
40758         * shadow/getspnam.c: Likewise.
40759         * shadow/getspnam_r.c: Likewise.
40760         * gshadow/getsgent.c: Likewise.
40761         * gshadow/getsgent_r.c: Likewise.
40762         * gshadow/getsgnam.c: Likewise.
40763         * gshadow/getsgnam_r.c: Likewise.
40764         * inet/getnetbyad.c: Likewise.
40765         * inet/getnetbyad_r.c: Likewise.
40766         * inet/getnetbynm.c: Likewise.
40767         * inet/getnetbynm_r.c: Likewise.
40768         * inet/getnetent.c: Likewise.
40769         * inet/getnetent_r.c: Likewise.
40770         * inet/getproto.c: Likewise.
40771         * inet/getproto_r.c: Likewise.
40772         * inet/getprtent.c: Likewise.
40773         * inet/getprtent_r.c: Likewise.
40774         * inet/getprtname.c: Likewise.
40775         * inet/getprtname_r.c: Likewise.
40776         * inet/getrpcbyname.c: Likewise.
40777         * inet/getrpcbyname_r.c: Likewise.
40778         * inet/getrpcbynumber.c: Likewise.
40779         * inet/getrpcbynumber_r.c: Likewise.
40780         * inet/getrpcent.c: Likewise.
40781         * inet/getrpcent_r.c: Likewise.
40782         * inet/getaliasent.c: Likewise.
40783         * inet/getaliasent_r.c: Likewise.
40784         * inet/getaliasname.c: Likewise.
40785         * inet/getaliasname_r.c: Likewise.
40786         * nscd/getgrgid_r.c: Likewise.
40787         * nscd/getgrnam_r.c: Likewise.
40788         * nscd/gethstbyad_r.c: Likewise.
40789         * nscd/gethstbynm3_r.c: Likewise.
40790         * nscd/getpwnam_r.c: Likewise.
40791         * nscd/getpwuid_r.c: Likewise.
40792         * nscd/getsrvbynm_r.c: Likewise.
40793         * nscd/getsrvbypt_r.c: Likewise.
40794         * nscd/gai.c: Likewise.
40796         * configure.in (build_nscd): New substituted variable, set
40797         by --disable-build-nscd and defaults to $use_nscd.
40798         * configure: Regenerated.
40799         * config.make.in (build-nscd): New substituted variable.
40800         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40801         Change conditional to require [$(build-nscd) = yes] as well.
40802         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40804         [BZ# 13696]
40805         * configure.in (use_nscd): New substituted variable, set by
40806         --disable-nscd.  If enabled, define USE_NSCD.
40807         * configure: Regenerated.
40808         * config.h.in: Add USE_NSCD.
40809         * config.make.in (use-nscd): New substituted variable.
40810         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40811         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40812         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40813         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40814         (CFLAGS-getgrnam_r.c): Likewise.
40815         (CFLAGS-initgroups.c): Likewise.
40816         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40817         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40818         Variables removed.
40819         * inet/getnetgrent_r.c
40820         (nscd_setnetgrent): New function, broken out of ...
40821         (setnetgrent): ... here.  Call it.
40822         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40823         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40824         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40825         * nscd/Makefile (routines, aux): Move definitions after include of
40826         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40827         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40828         Conditionalize on [USE_NSCD].
40829         (is_nscd, nscd_init_cb): Likewise.
40830         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40831         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40832         * nss/nss_db/db-init.c: Likewise.
40833         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40834         [USE_NSCD].
40835         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40836         (make_request): Use it.
40837         (cache_valid_p): New function.
40838         (__check_pf): Use it.
40839         * NEWS: Add item for --disable-nscd.
40841 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40843         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40844         to support sed >= 4.2.1-20-ga9bf076.
40845         * configure: Regenerated.
40847 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40849         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40850         Conditionalize whole body on [IREL].
40852 2012-08-22  Jeff Law <law@redhat.com>
40854         [BZ #14505]
40855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40856         if the family is PF_UNSPEC.
40858 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40860         * Makerules (lib-version): Rename from V.
40861         (install-lib-nosubdir): Change V to lib-version.
40863 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40865         [BZ #14252]
40866         * powerpc32/power6/wcschr.c: New file.
40867         * powerpc32/power6/wcscpy.c: New file.
40868         * powerpc32/power6/wcsrchr.c: New file.
40869         * powerpc64/power6/wcschr.c: New file.
40870         * powerpc64/power6/wcscpy.c: New file.
40871         * powerpc64/power6/wcsrchr.c: New file.
40873 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40875         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40876         (two_way_short_needle): Use it.
40877         * string/strstr.c (AVAILABLE1_USES_J): Define.
40878         * string/strcasestr.c: Likewise.
40880         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40881         array references.
40882         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40884         [BZ #11607]
40885         * NEWS: Add an entry.
40886         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40887         define their defaults.
40888         (two_way_short_needle): Detect end-of-string on-the-fly.
40889         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40890         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40891         * string/bug-strcasestr1.c: New test.
40892         * string/Makefile: Run it.
40894 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40896         [BZ #11607]
40897         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40898         the first character.
40900 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40902         * csu/elf-init.c (__libc_csu_irel): Function removed.
40903         * csu/libc-start.c (apply_irel): New function.
40904         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40906 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40908         * sysdeps/unix/sysv/linux/kernel-features.h
40909         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40910         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40911         <kernel-features.h>.
40912         [__NR_fadvise64_64]: Make code unconditional.
40913         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40914         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40915         !__NR_fadvise64_64)]: Likewise.
40916         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40917         !__NR_fadvise64_64))]: Likewise.
40918         [__NR_fadvise64]: Make code unconditional.
40919         [!__NR_fadvise64]: Remove conditional code.
40920         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40921         <kernel-features.h>.
40922         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40923         unconditional.
40924         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40925         conditional code.
40926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40927         not include <kernel-features.h>.
40928         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40929         unconditional.
40930         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40931         conditional code.
40932         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40933         include <kernel-features.h>.
40934         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40935         unconditional.
40936         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40937         conditional code.
40939 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40941         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40942         slight instruction rearrangements per scrollpipe analysis.
40943         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40945 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40947         * manual/syslog.texi (syslog; vsyslog, closelog):
40948         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40949         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40951         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40952         DSOCAPS to match condition on defining it.
40954 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40956         * sysdeps/unix/sysv/linux/kernel-features.h
40957         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40959         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40960         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40962         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40963         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40965         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40966         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40968         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40969         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40971         * sysdeps/unix/sysv/linux/kernel-features.h
40972         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40973         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40974         unconditional.
40975         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40976         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40977         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40978         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40979         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40980         Make code unconditional.
40981         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40982         (__mmap64) [!__NR_mmap2]: Likewise.
40983         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40984         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40985         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40986         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40987         [__NR_mmap2]: Make code unconditional.
40988         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40989         (__mmap64) [!__NR_mmap2]: Likewise.
40991 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40993         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40995 2012-08-18  Andreas Jaeger  <aj@suse.de>
40997         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40999 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41001         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
41002         * include/unistd.h (__have_sock_cloexec): Likewise.
41003         (__have_pipe2): Likewise.
41004         (__have_dup3): Likewise.
41006 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
41008         [BZ #9685]
41009         * include/unistd.h (__have_pipe2): Change define into an extern int.
41010         (__have_dup3): Likewise.
41011         * socket/have_sock_cloexec.c: Include fcntl.h.
41012         (__have_pipe2): New variable.
41013         (__have_dup3): Likewise.
41015 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
41017         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
41019 2012-08-17  Marek Polacek  <polacek@redhat.com>
41021         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
41022         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
41024 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41026         * configure.in: Add AC_SUBST for sysheaders.
41027         * configure: Regenerated.
41028         * config.make.in (sysheaders): New substituted variable.
41030         * sysdeps/unix/mkfifo.c: Moved ...
41031         * sysdeps/posix/mkfifo.c: ... here.
41032         * sysdeps/unix/mkfifoat.c: Moved ...
41033         * sysdeps/posix/mkfifoat.c: ... here.
41035         * sysdeps/unix/utime.c: Moved ...
41036         * sysdeps/posix/utime.c: ... here.
41038         * sysdeps/unix/time.c: Moved ...
41039         * sysdeps/posix/time.c: ... here.
41040         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
41041         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
41043         * sysdeps/unix/nice.c: Moved ...
41044         * sysdeps/posix/nice.c: ... here.
41046         * sysdeps/unix/alarm.c: Moved ...
41047         * sysdeps/posix/alarm.c: ... here.
41049         * intl/Makefile ($(codeset_mo)): Depend on the input file.
41051 2012-08-17  Jeff Law <law@redhat.com>
41053         * intl/Makefile (codeset_mo): New variable.
41054         ($(codeset_mo)): New target.
41055         (tst-codeset.out): Depend on that.  Remove explicit rule.
41056         (tst-gettext3.out, tst-gettext5.out): Likewise.
41057         (LOCPATH-ENV, tst-codeset-ENV): New variables.
41058         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
41059         * intl/tst-codeset.sh: Remove.
41060         * intl/tst-gettext3.sh: Likewise.
41061         * intl/tst-gettext5.sh: Likewise.
41063 2012-08-17  Roland McGrath  <roland@hack.frob.com>
41065         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
41066         * sysdeps/unix/syscalls.list: ... here.
41068         * sysdeps/posix/getaddrinfo.c
41069         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
41070         (gaiconf_init, gaiconf_reload): Use them.
41071         [!_STATBUF_ST_NSEC]
41072         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
41073         Define using time_t rather than struct timespec.
41075         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
41076         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
41077         Macros removed.
41078         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
41079         [!NO_THREADS].
41080         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
41081         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
41082         Likewise.
41084         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
41085         __libc_cleanup_push argument.
41087         * bits/param.h: New file.
41088         * misc/sys/param.h: New file.
41089         * include/sys/param.h: New file.
41090         * misc/Makefile (headers): Add bits/param.h.
41091         * sysdeps/generic/sys/param.h: File removed.
41092         * sysdeps/unix/sysv/linux/bits/param.h: New file.
41093         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
41094         * sysdeps/mach/hurd/bits/param.h: New file.
41095         * sysdeps/mach/hurd/sys/param.h: File removed.
41097         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
41098         last change.
41100         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
41101         [_IO_MTSAFE_IO].
41102         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
41103         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
41104         New macros.
41106         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
41107         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
41108         rather than -D_IO_MTSAFE_IO conditionally.
41109         * stdio-common/Makefile (CPPFLAGS): Likewise.
41110         * wcsmbs/Makefile (CPPFLAGS): Likewise.
41111         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
41112         Use $(libio-mtsafe).
41113         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
41114         of -D_IO_MTSAFE_IO.
41115         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
41116         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
41117         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
41118         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
41119         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
41120         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
41121         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
41122         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
41123         (CFLAGS-fread_u_chk.c): Likewise.
41124         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
41125         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
41126         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
41127         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
41128         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
41129         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
41130         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
41131         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
41132         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
41134         * libio/Makefile: Test [$(libc-reentrant) = yes]
41135         instead of [$(filter %REENTRANT, $(defines)) nonempty].
41137         * Makeconfig
41138         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
41139         * sysdeps/pthread/configure: File removed.
41140         * sysdeps/pthread/Makeconfig: New file.
41141         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
41142         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
41144 2012-08-16  Gary Benson  <gbenson@redhat.com>
41146         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
41147         unmapping the first object in a namespace.
41149 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41151         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
41152         (__internal_setnetgrent): ... this.  Add internal_function to
41153         definition.  Add libc_hidden_def.
41154         (setnetgrent): Update caller.
41155         (internal_endnetgrent): Renamed to ...
41156         (__internal_endnetgrent): ... this.  Add internal_function to
41157         definition.  Add libc_hidden_def.
41158         (endnetgrent): Update caller.
41159         (internal_getnetgrent_r): Renamed to ...
41160         (__internal_getnetgrent_r): ... this.  Add internal_function to
41161         definition.  Add libc_hidden_def.
41162         (__getnetgrent_r): Update caller.
41163         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
41165 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41167         * stdlib/longlong.h: Update from GCC.
41169 2012-08-16  Roland McGrath  <roland@hack.frob.com>
41171         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
41172         on _QL, which is set by umul_ppmm but never used.
41173         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
41174         variables, which are set by GMP macros but never used.
41175         * stdio-common/_itowa.c (_itowa): Likewise.
41176         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
41177         * stdlib/mod_1.c (mpn_mod_1): Likewise.
41179 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
41181         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
41182         struct La_sh_regs is not constant.
41183         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
41184         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
41185         and struct La_sparc64_regs are not constant.
41187 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
41189         * sysdeps/unix/sysv/linux/kernel-features.h
41190         (__ASSUME_POSIX_TIMERS): Remove.
41191         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
41192         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41193         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
41194         Make code unconditional.
41195         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41196         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
41197         Make code unconditional.
41198         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41199         * sysdeps/unix/sysv/linux/clock_nanosleep.c
41200         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
41201         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41202         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
41203         Make code unconditional.
41204         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
41205         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
41206         (__libc_missing_posix_timers): Remove.
41208 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41210         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
41211         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
41213         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
41215         * elf/dl-sym.c: Include <stdlib.h>.
41217         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
41218         constants, which avoids warnings in 32-bit builds.
41220         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
41221         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
41223         * misc/lseek.c: File moved to ...
41224         * io/lseek.c: ... here.
41226         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
41228         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
41229         shifting LEN more than 31 bits at once.
41231 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41233         [BZ #14195]
41234         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
41235         segmentation fault for a case of two empty input strings.
41236         * string/test-strncasecmp.c (check1): Renamed to...
41237         (bz12205): ...this.
41238         (bz14195): Add new testcase for two empty input strings and N > 0.
41239         (test_main): Call new testcase, adapt for renamed function.
41241 2012-08-15  Andreas Jaeger  <aj@suse.de>
41243         [BZ #14090]
41244         * crypt/md5test2.c: New test, based on test supplied by Serge
41245         Belyshev <belyshev@depni.sinp.msu.ru>.
41246         * crypt/Makefile (xtests): Add md5test-giant..
41247         * crypt/Makefile ($(objpfx)md5test-giant): Add.
41249 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41251         [BZ #14090]
41252         * crypt/md5.c (md5_process_block): Don't assume the buffer
41253         length is less than 2**32.
41254         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
41255         length is less than 2**64.
41257 2012-08-15  Roland McGrath  <roland@hack.frob.com>
41259         * string/str-two-way.h: Include <sys/param.h>.
41260         (MAX): Macro removed.
41262         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
41263         Move #define and #undef of memmove to just before and after
41264         including <string.h>.
41266         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
41267         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
41268         and after including <string.h>.  Move declarations of
41269         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
41270         to before #include "string/memmove.c".
41272         * include/dirent.h: Declare __getdirentries.
41274         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
41275         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
41277 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
41279         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
41280         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
41281         * sysdeps/i386/configure: Regenerated.
41282         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
41283         STABS_CURRENT_FILE, and STABS_FUN.
41284         (END): Remove call to STABS_FUN_END.
41285         (STABS_CURRENT_FILE1): Delete.
41286         (STABS_CURRENT_FILE): Likewise.
41287         (STABS_FUN): Likewise.
41288         (STABS_FUN_END): Likewise.
41289         (STABS_FUN2): Likewise.
41290         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
41291         * sysdeps/x86_64/configure: Regenerated.
41293 2012-08-14  Roland McGrath  <roland@hack.frob.com>
41295         * elf/dl-open.c: Include <atomic.h>.
41296         * elf/dl-lookup.c: Likewise.
41298 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
41300         * sysdeps/unix/sysv/linux/kernel-features.h
41301         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
41302         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
41303         unconditionally.
41304         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
41305         unconditionally.
41306         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
41307         condition on __ASSUME_CLONE_THREAD_FLAGS.
41309 2012-08-14  Andreas Jaeger  <aj@suse.de>
41311         * sysdeps/i386/fpu/libm-test-ulps: Update.
41313 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
41315         * include/atomic.h (atomic_exchange_and_add): Split into ...
41316         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
41317         New atomic macros.
41319 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
41321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41323 2012-08-13  Jeff Law <law@redhat.com>
41325         * manual/stdio.texi (snprintf): Clarify handling of the trailing
41326         null byte in the output string.
41328 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
41330         * sysdeps/unix/sysv/linux/kernel-features.h
41331         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
41332         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
41333         (__ASSUME_ARG_MAX_STACK_BASED): Define.
41334         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
41335         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
41336         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
41337         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
41339 2012-08-09  Jeff Law <law@redhat.com>
41341         [BZ #13939]
41342         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
41343         When avoid_arena is set, don't retry in the that arena.  Pick the
41344         next one, whatever it might be.
41345         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
41346         (arena_lock): Pass in new parameter to arena_get2.
41347         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
41348         arena_get2.
41349         (__libc_malloc): Unify retrying after main arena failure with
41350         __libc_memalign version.
41351         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
41353 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
41355         [BZ #14166]
41356         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
41357         to __redirect_strstr.
41358         (__strstr_sse42): Use typeof __redirect_strstr.
41359         (__strstr_ia32): Likewise.
41360         (__libc_strstr): New prototype.
41361         (strstr): Renamed to ...
41362         (__libc_strstr): This.
41363         (strstr): New strong alias of __libc_strstr.
41364         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
41365         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
41366         __redirect_time.
41367         Include <time.h>.
41368         (__libc_time): New prototype.
41369         (time_ifunc): Replace time with __libc_time.
41370         (time): New strong alias and hidden definition of __libc_time.
41371         (__GI_time): Remove strong alias.
41372         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
41373         Include <stddef.h>.
41374         (memmove): Redefined to __redirect_memmove.
41375         (__memmove_sse2): Use typeof __redirect_memmove.
41376         (__memmove_ssse3): Likewise.
41377         (__memmove_ssse3_back): Likewise.
41378         (__libc_memmove): New prototype.
41379         (memmove): Renamed to ...
41380         (__libc_memmove): This.
41381         (memmove): New strong alias of __libc_memmove.
41383 2012-08-08  Mark Salter  <msalter@redhat.com>
41385         * elf/elf.h
41386         (R_MN10300_TLS_GD): Define.
41387         (R_MN10300_TLS_LD): Likewise.
41388         (R_MN10300_TLS_LDO): Likewise.
41389         (R_MN10300_TLS_GOTIE): Likewise.
41390         (R_MN10300_TLS_IE): Likewise.
41391         (R_MN10300_TLS_LE): Likewise.
41392         (R_MN10300_TLS_DTPMOD): Likewise.
41393         (R_MN10300_TLS_DTPOFF): Likewise.
41394         (R_MN10300_TLS_TPOFF): Likewise.
41395         (R_MN10300_SYM_DIFF): Likewise.
41396         (R_MN10300_ALIGN): Likewise.
41397         (R_MN10300_NUM): Update.
41399 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
41401         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
41402         Remove.
41404 2012-08-08  Roland McGrath  <roland@hack.frob.com>
41406         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
41408         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
41409         sysdeps/unix -> sysdeps/posix move.
41410         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
41412 2012-08-07      Allan McRae     <allan@archlinux.org>
41414         [BZ #14303]
41415         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
41416         (SUNOS_CPP): Likewise.
41417         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
41418         not found.
41419         (open_input): Call CPP using execvp.
41421 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41423         * sysdeps/unix/sysv/linux/kernel-features.h
41424         (__ASSUME_PROT_GROWSUPDOWN): Remove.
41425         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41426         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41427         (__ASSUME_WAITID_SYSCALL): Likewise.
41428         * sysdeps/unix/sysv/linux/dl-execstack.c
41429         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
41430         code unconditional.
41431         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
41432         conditional code.
41433         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
41434         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
41435         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
41436         code.
41437         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
41438         unconditional.
41439         [__ASSUME_WAITID_SYSCALL]: Likewise.
41440         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
41442 2012-08-07  Roland McGrath  <roland@hack.frob.com>
41444         * sysdeps/unix/closedir.c: Renamed to ...
41445         * sysdeps/posix/closedir.c: ... here.
41446         * sysdeps/unix/dirfd.c: Renamed to ...
41447         * sysdeps/posix/dirfd.c: ... here.
41448         * sysdeps/unix/dirstream.h: Renamed to ...
41449         * sysdeps/posix/dirstream.h: ... here.
41450         * sysdeps/unix/fdopendir.c: Renamed to ...
41451         * sysdeps/posix/fdopendir.c: ... here.
41452         * sysdeps/unix/opendir.c: Renamed to ...
41453         * sysdeps/posix/opendir.c: ... here.
41454         * sysdeps/unix/readdir.c: Renamed to ...
41455         * sysdeps/posix/readdir.c: ... here.
41456         * sysdeps/unix/readdir_r.c: Renamed to ...
41457         * sysdeps/posix/readdir_r.c: ... here.
41458         * sysdeps/unix/rewinddir.c: Renamed to ...
41459         * sysdeps/posix/rewinddir.c: ... here.
41460         * sysdeps/unix/seekdir.c: Renamed to ...
41461         * sysdeps/posix/seekdir.c: ... here.
41462         * sysdeps/unix/telldir.c: Renamed to ...
41463         * sysdeps/posix/telldir.c: ... here.
41464         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
41465         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
41466         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
41467         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
41469         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
41470         * bits/fcntl.h: ... here.
41472         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
41473         not 0.
41474         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
41475         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
41476         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
41477         (struct flock): Move l_start, l_len to the beginning.
41478         Use __pid_t for l_pid.
41479         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
41480         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
41481         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
41482         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
41483         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
41484         [__USE_LARGEFILE64] (struct flock64): New type.
41485         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
41487         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
41488         * bits/dirent.h: ... here.
41490         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
41491         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
41493 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
41495         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41496         Change from 2.6.0 to 2.6.16.
41497         * sysdeps/unix/sysv/linux/configure: Regenerated.
41498         * sysdeps/unix/sysv/linux/kernel-features.h
41499         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
41500         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
41501         version.
41502         (__ASSUME_UTIMES): Likewise.
41503         (__ASSUME_CLONE_STOPPED): Remove.
41504         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
41505         architectures, not kernel version.
41506         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
41507         (__ASSUME_NO_CLONE_DETACHED): Likewise.
41508         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
41509         (__ASSUME_WAITID_SYSCALL): Likewise.
41510         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
41511         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
41512         * README: State 2.6.16 as minimum Linux kernel version.  Do not
41513         refer to older versions.
41515 2012-08-06  Roland McGrath  <roland@hack.frob.com>
41517         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
41518         Define alphasort64 as an alias.
41519         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
41520         Define versionsort64 as an alias.
41521         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
41522         Define scandir64 as an alias.
41523         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
41524         Define scandirat64 as an alias.
41525         * dirent/alphasort64.c (alphasort64):
41526         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
41527         * dirent/versionsort64.c: Likewise.
41528         * dirent/scandir64.c: Likewise.
41529         * dirent/scandirat64.c: Likewise.
41530         * sysdeps/wordsize-64/alphasort.c: File removed.
41531         * sysdeps/wordsize-64/alphasort64.c: File removed.
41532         * sysdeps/wordsize-64/scandir.c: File removed.
41533         * sysdeps/wordsize-64/scandir64.c: File removed.
41534         * sysdeps/wordsize-64/scandirat.c: File removed.
41535         * sysdeps/wordsize-64/scandirat64.c: File removed.
41536         * sysdeps/wordsize-64/versionsort.c: File removed.
41537         * sysdeps/wordsize-64/versionsort64.c: File removed.
41538         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
41539         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
41540         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
41541         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
41542         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
41543         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
41544         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
41545         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
41547         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
41548         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41549         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
41550         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41551         [defined __arch64__ || defined __sparcv9]
41552         (__INO_T_MATCHES_INO64_T): New macro.
41553         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41554         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
41555         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
41556         * sysdeps/unix/sysv/linux/bits/dirent.h
41557         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
41558         (_DIRENT_MATCHES_DIRENT64): New macro.
41560         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
41561         Define lockf64 as an alias.
41562         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
41563         Define fseeko64 as an alias.
41564         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
41565         Define ftello64 as an alias.
41566         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
41567         Define _IO_fgetpos64 and fgetpos64 as aliases.
41568         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
41569         Define _IO_fsetpos64 and fsetpos64 as aliases.
41570         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
41571         Conditionalize body on this.
41572         * libio/fseeko64.c: Likewise.
41573         * libio/ftello64.c: Likewise.
41574         * libio/iofgetpos64.c: Likewise.
41575         * libio/iofsetpos64.c: Likewise.
41576         * sysdeps/wordsize-64/lockf.c: File removed.
41577         * sysdeps/wordsize-64/lockf64.c: File removed.
41578         * sysdeps/wordsize-64/fseeko.c: File removed.
41579         * sysdeps/wordsize-64/fseeko64.c: File removed.
41580         * sysdeps/wordsize-64/ftello.c: File removed.
41581         * sysdeps/wordsize-64/ftello64.c: File removed.
41582         * sysdeps/wordsize-64/iofgetpos.c: File removed.
41583         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
41584         * sysdeps/wordsize-64/iofsetpos.c: File removed.
41585         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
41586         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
41587         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
41588         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
41589         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
41590         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
41591         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
41592         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
41593         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
41594         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
41595         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
41597         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41598         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
41599         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
41600         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41601         [defined __arch64__ || defined __sparcv9]
41602         (__OFF_T_MATCHES_OFF64_T): New macro.
41603         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
41604         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
41605         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41606         (__OFF_T_MATCHES_OFF64_T): New macro.
41608 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41610         * stdlib/secure-getenv.c (__secure_getenv): Replace
41611         GLIBC_2_16 with GLIBC_2_17.
41613 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
41615         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
41616         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41618 2012-08-03  David S. Miller  <davem@davemloft.net>
41620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41622 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41624         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
41625         Remove.
41626         (__ASSUME_CORRECT_SI_PID): Likewise.
41627         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
41628         (__ASSUME_TMPFS_NAME): Likewise.
41629         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
41630         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
41631         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
41632         (HAVE_AUX_SECURE): Make definition unconditional.
41633         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
41634         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
41636 2012-08-03  Roland McGrath  <roland@hack.frob.com>
41638         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
41639         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
41640         * sysdeps/mach/hurd/eloop-threshold.h: New file.
41641         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
41642         __eloop_threshold instead of SYMLOOP_MAX.
41644         * sysdeps/generic/eloop-threshold.h: New file.
41645         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
41646         of MAXSYMLINKS.
41647         * elf/chroot_canon.c (chroot_canon): Likewise.
41649 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
41651         [BZ #13717]
41652         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41653         Change to 2.6.0 everywhere.
41654         * sysdeps/unix/sysv/linux/configure: Regenerated.
41655         * sysdeps/unix/sysv/linux/kernel-features.h
41656         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
41657         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
41658         kernel versions.
41659         (__ASSUME_POSIX_TIMERS): Define unconditionally.
41660         (__ASSUME_FUTEX_REQUEUE): Remove.
41661         (__ASSUME_STATFS64): Define unconditionally.
41662         (__ASSUME_AT_SECURE): Likewise.
41663         (__ASSUME_CORRECT_SI_PID): Likewise.
41664         (__ASSUME_TGKILL): Define without depending on kernel version for
41665         i386.
41666         (__ASSUME_UTIMES): Likewise.
41667         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
41668         kernel version.
41669         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
41670         (__ASSUME_TMPFS_NAME): Likewise.
41671         * README: Update reference to Linux kernel versions.
41673 2012-08-02  Marek Polacek  <polacek@redhat.com>
41675         [BZ# 14150]
41676         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
41677         libc_cv_asm_type_prefix with %.
41678         * configure: Regenerated.
41679         * include/libc-symbols.h: Remove comment about
41680         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41681         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
41682         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
41683         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
41684         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
41685         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
41686         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
41687         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
41688         * elf/tst-unique2mod1.c: Likewise.
41689         * elf/tst-unique1mod2.c: Likewise.
41690         * elf/tst-unique1mod1.c: Likewise.
41691         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
41692         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
41693         Replace ASM_TYPE_DIRECTIVE with .type.
41694         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41695         * sysdeps/i386/sysdep.h: Likewise.
41696         * sysdeps/x86_64/sysdep.h: Likewise.
41697         * sysdeps/sh/sysdep.h: Likewise.
41698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
41699         Do not define ASM_TYPE_DIRECTIVE.
41700         * sysdeps/powerpc/sysdep.h: Likewise.
41701         * sysdeps/powerpc/powerpc32/sysdep.h:
41702         Replace ASM_TYPE_DIRECTIVE with .type.
41703         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41704         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41705         * sysdeps/i386/fpu/e_powf.S: Likewise.
41706         * sysdeps/i386/fpu/e_expl.S: Likewise.
41707         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41708         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41709         * sysdeps/i386/fpu/e_pow.S: Likewise.
41710         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41711         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41712         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41713         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41714         * sysdeps/i386/fpu/e_log2.S: Likewise.
41715         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41716         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41717         * sysdeps/i386/fpu/e_powl.S: Likewise.
41718         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41719         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41720         * sysdeps/i386/fpu/e_logl.S: Likewise.
41721         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41722         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41723         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41724         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41725         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41726         * sysdeps/i386/fpu/e_log.S: Likewise.
41727         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41728         * sysdeps/i386/fpu/e_logf.S: Likewise.
41729         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41730         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41731         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41732         * sysdeps/i386/fpu/e_log10.S: Likewise.
41733         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41734         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41735         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41736         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41737         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41738         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41739         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41740         * sysdeps/i386/i686/strtok.S: Likewise.
41741         * sysdeps/i386/i386-mcount.S: Likewise.
41742         * sysdeps/i386/strtok.S: Likewise.
41743         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41744         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41745         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41746         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41747         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41748         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41749         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41750         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41751         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41752         * sysdeps/x86_64/_mcount.S: Likewise.
41753         * sysdeps/x86_64/strtok.S: Likewise.
41754         * sysdeps/sh/_mcount.S: Likewise.
41756 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41758         * libio/iofopen.c: Include <fcntl.h>.
41759         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41760         (_IO_fopen64, fopen64): Define as aliases.
41761         * libio/iofopen64.c: Include <fcntl.h>.
41762         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41763         Conditionalize body on this.
41764         * sysdeps/wordsize-64/iofopen.c: File removed.
41765         * sysdeps/wordsize-64/iofopen64.c: File removed.
41767 2012-08-01  Marek Polacek  <polacek@redhat.com>
41769         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41770         Use dlfcn directly instead of a variable.
41771         (binfmt-subdir): Do not define.
41772         (dlfcn): Likewise.
41774 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41776         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41777         Remove all definitions.
41778         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41779         <kernel-features.h>.
41780         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41781         (miss_F_GETOWN_EX): Remove all definitions.
41782         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41783         macro definition.
41784         [!__ASSUME_FCNTL64]: Remove conditional code.
41785         [__ASSUME_FCNTL64]: Make code unconditional.
41786         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41787         <kernel-features.h>.
41788         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41789         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41790         (lockf64) [__NR_fcntl64]: Make code unconditional.
41791         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41793         * sysdeps/unix/sysv/linux/kernel-features.h
41794         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41795         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41796         Make code unconditional.
41797         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41798         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41800         [__NR_vfork]: Make code unconditional.
41801         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41802         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41804         [__NR_vfork]: Make code unconditional.
41805         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41806         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41808 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41810         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41811         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41813         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41814         Define mkstemp64 as an alias.
41815         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41816         Define mkstemps64 as an alias.
41817         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41818         Define mkostemp64 as an alias.
41819         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41820         Define mkostemps64 as an alias.
41821         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41822         Conditionalize body on this.
41823         * misc/mkostemp64.c: Likewise.
41824         * misc/mkostemps64.c: Likewise.
41825         * misc/mkstemps64.c: Likewise.
41826         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41827         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41828         * sysdeps/wordsize-64/mkostemp.c: File removed.
41829         * sysdeps/wordsize-64/mkstemp.c: File removed.
41830         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41831         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41832         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41833         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41835         [BZ #14138]
41836         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41837         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41838         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41839         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41841         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41842         compat_symbol macros from <shlib-compat.h> rather than the underlying
41843         default_symbol_version and symbol_version macros, so that DEFAULT
41844         lines in shlib-versions are respected.
41845         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41847 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41849         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41850         Declare with warn_unused_result.
41851         (setgid, setregid, setegid, setresgid): Likewise.
41852         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41853         Likewise.
41854         * WUR-REPORT: Remove set*id functions.
41856 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41858         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41860 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41862         [BZ #10191]
41863         * include/sys/socket.h (__libc_accept, __libc_accept4):
41864         Add attribute_hidden.
41865         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41867         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41868         use of PTR_MANGLE.
41869         * inet/getnetgrent_r.c (setup): Likewise.
41871         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41873 2012-07-31  David S. Miller  <davem@davemloft.net>
41875         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41877 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41879         [BZ #13629]
41880         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41881         value between 1.0 and 2.0 and smaller part has absolute value less
41882         than 1.0.
41883         * math/s_clog10.c (__clog10): Likewise.
41884         * math/s_clog10f.c (__clog10f): Likewise.
41885         * math/s_clog10l.c (__clog10l): Likewise.
41886         * math/s_clogf.c (__clogf): Likewise.
41887         * math/s_clogl.c (__clogl): Likewise.
41888         * math/libm-test.inc (clog_test): Add more tests.
41889         (clog10_test): Likewise.
41890         * sysdeps/i386/fpu/libm-test-ulps: Update.
41891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41893 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41895         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41896         Exit with zero in case no suitable GID is found, and write a
41897         message to standard error.
41899 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41901         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41902         rather than to 1.
41903         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41904         (MAXPATHLEN): Removed.
41905         (NOGROUP, NODEV): New macros.
41906         (setbit, clrbit, isset, isclr): New macros.
41907         (howmany, roundup, powerof2): New macros.
41908         (DEV_BSIZE): New macro.
41910         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41911         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41913         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41914         definition on [!__NO_LONG_DOUBLE_MATH].
41916         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41917         PTR_MANGLE and PTR_DEMANGLE.
41919         * socket/accept4.c (accept4): Rename to __libc_accept4.
41920         Define accept4 as a weak alias.
41922         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41923         on [_DIRENT_HAVE_D_TYPE].
41924         * io/ftw.c (ftw_dir): Likewise.
41926         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41928         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41930         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41931         Use the BSD numbers rather than the arbitrary ones we had.
41932         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41933         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41934         (SIGXCPU, SIGXFSZ): New macros.
41935         (_NSIG): Now 32.
41937         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41938         initializer on [_LIBC_REENTRANT].
41940         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41941         definitions inside [_POSIX_MAPPED_FILES].
41943         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41945         * dirent/opendir.c: Include <fcntl.h>.
41947         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41948         (__libc_getspecific): Likewise.
41949         (__libc_key_create): Likewise.
41951         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41952         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41953         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41954         (tmpfile64): Define as alias.
41955         * sysdeps/wordsize-64/tmpfile.c: File removed.
41956         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41957         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41958         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41960         * stdio-common/vfscanf.c: Include <stdbool.h>.
41961         * nss/makedb.c: Likewise.
41962         * stdio-common/_i18n_number.h: Likewise.
41963         * argp/argp-help.c: Likewise.
41964         * posix/wordexp.c: Likewise.
41965         * sysdeps/posix/spawni.c: Likewise.
41966         * nss/nss_files/files-initgroups.c: Likewise.
41967         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41968         * nss/nss_files/files-initgroups.c: Likewise.
41969         * nss/nss_db/db-netgrp.c: Likewise.
41970         * nss/nss_db/db-initgroups.c: Likewise.
41971         * io/fchmodat.c: Include <sys/stat.h>.
41973         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41974         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41976         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41977         [HAVE_MMAP].
41979         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41980         Add multiple inclusion protection.
41982 2012-07-27  David S. Miller  <davem@davemloft.net>
41984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41986 2012-07-27  Gary Benson  <gbenson@redhat.com>
41988         [BZ #14298]
41989         * elf/rtld.c: Include <stap-probe.h>.
41990         (dl_main): Added static probes "init_start" and "init_complete".
41991         * elf/dl-load.c: Include <stap-probe.h>.
41992         (lose): Take new parameter "nsid".
41993         Added static probe "map_failed".
41994         (_dl_map_object_from_fd): Pass namespace id to lose.
41995         Added static probe "map_start".
41996         (open_verify): Pass namespace id to lose.
41997         * elf/dl-open.c: Include <stap-probe.h>.
41998         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41999         and "reloc_complete".
42000         * elf/dl-close.c: Include <stap-probe.h>.
42001         (_dl_close_worker): Added static probes "unmap_start" and
42002         "unmap_complete".
42003         * elf/rtld-debugger-interface.txt: New file documenting the above.
42005 2012-07-26  Roland McGrath  <roland@hack.frob.com>
42007         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
42008         rather than a string variable.
42009         * sunrpc/rpc_main.c (h_output): Likewise.
42010         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
42012 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
42014         * inet/check_native.c: New file.
42016 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
42018         [BZ #13629]
42019         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
42020         if larger part has absolute value 1.0.
42021         * math/s_clog10.c (__clog10): Likewise.
42022         * math/s_clog10f.c (__clog10f): Likewise.
42023         * math/s_clog10l.c (__clog10l): Likewise.
42024         * math/s_clogf.c (__clogf): Likewise.
42025         * math/s_clogl.c (__clogl): Likewise.
42026         * math/libm-test.inc (clog_test): Add more tests.
42027         (clog10_test): Likewise.
42028         * sysdeps/i386/fpu/libm-test-ulps: Update.
42029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42031         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
42032         (pltexit): Likewise.
42033         (La_regs): Likewise.
42034         (La_retval): Likewise.
42035         (int_retval): Likewise.
42036         Update #error for removed macros to refer only to definitions in
42037         tst-audit.h.
42038         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
42039         macro.
42040         (pltexit): Likewise.
42041         (La_regs): Likewise.
42042         (La_retval): Likewise.
42043         (int_retval): Likewise.
42044         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
42045         macro.
42046         (pltexit): Likewise.
42047         (La_regs): Likewise.
42048         (La_retval): Likewise.
42049         (int_retval): Likewise.
42050         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
42051         macro.
42052         (pltexit): Likewise.
42053         (La_regs): Likewise.
42054         (La_retval): Likewise.
42055         (int_retval): Likewise.
42056         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
42057         macro.
42058         (pltexit): Likewise.
42059         (La_regs): Likewise.
42060         (La_retval): Likewise.
42061         (int_retval): Likewise.
42062         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
42063         macro.
42064         (pltexit): Likewise.
42065         (La_regs): Likewise.
42066         (La_retval): Likewise.
42067         (int_retval): Likewise.
42068         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
42069         macro.
42070         (pltexit): Likewise.
42071         (La_regs): Likewise.
42072         (La_retval): Likewise.
42073         (int_retval): Likewise.
42074         * sysdeps/generic/tst-audit.h: Update comment to refer only to
42075         macro definitions in tst-audit.h.
42076         * sysdeps/i386/tst-audit.h: New file.
42077         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
42078         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
42079         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
42080         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
42081         * sysdeps/sh/tst-audit.h: Likewise.
42082         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
42083         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
42084         * sysdeps/x86_64/tst-audit.h: Likewise.
42086 2012-07-26  Andreas Jaeger  <aj@suse.de>
42088         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
42089         ptrace.
42091         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
42092         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
42093         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
42094         PTRACE_O_MASK.
42095         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
42096         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
42097         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
42099         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
42100         value.
42102         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
42103         _sigsys.
42104         (si_call_addr, si_syscall, si_arch): Define new macro.
42105         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
42106         _sigsys.
42107         (si_call_addr, si_syscall, si_arch): Define new marcro.
42108         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
42109         _sigsys.
42110         (si_call_addr, si_syscall, si_arch): Define new macro.
42111         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
42112         _sigsys.
42113         (si_call_addr, si_syscall, si_arch): Define new macro.
42115 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42117         [BZ #13717]
42118         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42119         Change to 2.4.21 where previously 2.4.1.
42120         * sysdeps/unix/sysv/linux/configure: Regenerated.
42121         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
42122         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
42123         Linux kernel version.
42124         (__ASSUME_STD_AUXV): Remove.
42125         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
42126         kernel version.
42127         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
42128         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
42129         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
42130         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
42131         (__ASSUME_NETLINK_SUPPORT): Likewise.
42132         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
42133         (__no_netlink_support): Remove conditional definition.
42134         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
42135         Remove.
42136         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42137         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
42138         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
42139         (if_nameindex_ioctl): Remove.
42140         (if_nameindex_netlink): Do not handle __no_netlink_support.
42141         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42142         code.
42143         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
42144         Remove conditional code.
42145         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
42146         code.
42147         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
42148         unconditional.
42149         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
42150         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
42151         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
42152         Remove.
42153         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
42154         [!__ASSUME_STD_AUXV]: Remove conditional code.
42155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
42156         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
42157         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
42159         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
42160         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42161         code.
42162         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
42164         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
42165         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42166         conditional code.
42167         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
42168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
42169         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
42170         code.
42171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
42172         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
42173         conditional code.
42174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
42175         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42176         code unconditional.
42177         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42178         conditional code.
42179         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42180         unconditional.
42181         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42182         conditional code.
42183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
42184         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42185         unconditional.
42186         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42187         conditional code.
42188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
42189         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42190         code unconditional.
42191         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42192         conditional code.
42193         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42194         unconditional.
42195         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42196         conditional code.
42197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
42198         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
42199         code unconditional.
42200         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42201         conditional code.
42202         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
42203         unconditional.
42204         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
42205         conditional code.
42207 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
42209         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
42210         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
42211         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
42212         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
42213         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
42214         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
42215         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
42216         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
42217         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
42218         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
42219         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
42220         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
42221         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
42222         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
42223         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
42224         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
42225         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
42226         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
42227         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
42228         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
42229         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
42230         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
42231         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42233 2012-07-25  Florian Weimer  <fweimer@redhat.com>
42235         * Versions.def: Add GLIBC_2.17.
42236         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
42237         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
42238         Introduce __libc_secure_getenv.
42239         * stdlib/Versions (2.17): Add secure_getenv
42240         (GLIBC_PRIVATE): Add __libc_secure_getenv.
42241         * stdlib/secure-getenv.c: Rename __secure_getenv to
42242         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
42243         symbol __secure_getenv for GLIBC_2.0.
42244         * stdlib/tst-secure-getenv.c: New.
42245         * stdlib/Makefile (tests): Add testcase.
42246         * manual/startup.texi (Environment Access): Document
42247         secure_getenv.
42248         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
42249         __libc_secure_getenv.
42250         * inet/ruserpass.c (ruserpass): Likewise.
42251         * malloc/mtrace.c (mtrace): Likewise.
42252         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
42253         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
42254         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
42255         * sysdeps/posix/tempname.c: Likewise.  Evaluate
42256         HAVE_SECURE_GETENV.
42257         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
42258         __secure_getenv to __libc_secure_getenv.
42259         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
42260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42261         Likewise.
42262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42263         Likewise.
42264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
42265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
42266         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
42267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
42268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
42269         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
42270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
42272 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
42274         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
42275         (struct La_i86_retval): Likewise.
42276         (struct La_x86_64_regs): Likewise.
42277         (struct La_x86_64_retval): Likewise.
42278         (struct La_x32_regs): Likewise.
42279         (struct La_x32_retval): Likewise.
42280         (struct La_ppc32_regs): Likewise.
42281         (struct La_ppc32_retval): Likewise.
42282         (struct La_ppc64_regs): Likewise.
42283         (struct La_ppc64_retval): Likewise.
42284         (struct La_sh_regs): Likewise.
42285         (struct La_sh_retval): Likewise.
42286         (struct La_s390_32_regs): Likewise.
42287         (struct La_s390_32_retval): Likewise.
42288         (struct La_s390_64_regs): Likewise.
42289         (struct La_s390_64_retval): Likewise.
42290         (struct La_sparc32_regs): Likewise.
42291         (struct La_sparc32_retval): Likewise.
42292         (struct La_sparc64_regs): Likewise.
42293         (struct La_sparc64_retval): Likewise.
42294         (struct audit_ifaces): Remove architecture-specific pltenter and
42295         pltexit members.
42296         * sysdeps/i386/ldsodefs.h: New file.
42297         * sysdeps/powerpc/ldsodefs.h: Likewise.
42298         * sysdeps/s390/ldsodefs.h: Likewise.
42299         * sysdeps/sh/ldsodefs.h: Likewise.
42300         * sysdeps/sparc/ldsodefs.h: Likewise.
42301         * sysdeps/x86_64/ldsodefs.h: Likewise.
42303 2012-07-25  Marek Polacek  <polacek@redhat.com>
42305         [BZ #6808]
42306         * math/libm-test.inc (yn_test): Add another test.
42307         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
42308         to ERANGE when the result is +-Inf.
42309         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
42310         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
42311         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
42312         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
42314 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
42316         * conform/data/time.h-data (NULL): Use macro-constant.  Require
42317         equal to 0.
42318         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
42319         clock_t.
42320         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
42322 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
42324         * configure.in <sysdeps resolving>: Correct printing
42325         Implies_before.
42326         * configure: Regenerate.
42328 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
42330         * math/w_ilogb.c: Include <limits.h>.
42331         * math/w_ilogbl.c: Likewise.
42333 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42335         * manual/lang.texi (__va_copy): Document primarily as ISO C99
42336         va_copy.  Document allowing for unavailable va_copy only as
42337         pre-C99 compatibility.
42338         * manual/string.texi (Copying and Concatenation): Use va_copy
42339         instead of __va_copy in concat example.
42341 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
42343         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
42344         (__sendto): Use create_address_port.  Initialize APORT and deallocate
42345         it if not null.
42347         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
42348         with O_NOLINK passed to __file_name_lookup.
42350         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
42351         with O_NOLINK passed to __file_name_lookup.
42353         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
42354         negative N or less than NGIDS.
42356         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
42357         type to string_t.  Set ERANGE as errno and return it if NAME is not big
42358         enough.  Use memcpy instead of strncpy.
42360 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
42362         * elf/Makefile (check-data): Remove.
42363         (localplt.data): New vpath directive.
42364         ($(objpfx)check-localplt.out): Use localplt.data from vpath
42365         instead of $(check-data).
42366         * scripts/data/localplt-generic.data: Move to ...
42367         * sysdeps/generic/localplt.data: ... here.
42368         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
42369         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
42370         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
42371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
42372         ... here.
42373         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
42375         ... here.
42376         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
42377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
42378         ... here.
42379         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
42380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
42381         ... here.
42382         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
42383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
42384         ... here.
42385         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
42386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
42387         ... here.
42389 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42391         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
42392         PPC32 and PPC64 files.
42393         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
42394         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
42396 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42398         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
42399         __makecontext_ret to ...
42400         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
42401         ... here and call exit if uc_link is NULL.  New file.
42402         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
42403         __makecontext_ret.S.
42404         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
42405         __makecontext_ret to ...
42406         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
42407         ... here and call exit if uc_link is NULL.  New file.
42408         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
42409         __makecontext_ret.S.
42411 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42413         * elf/elf.h (R_390_IRELATIVE): New definition.
42414         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
42415         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
42416         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
42417         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
42418         (elf_machine_lazy_rel): Likewise.
42419         * sysdeps/s390/dl-irel.h: New file.
42420         * sysdeps/s390/s390-64/memcpy.S: New asm code.
42421         * sysdeps/s390/s390-64/memset.S: New asm code.
42422         * sysdeps/s390/s390-64/memcmp.S: New asm code.
42423         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
42424         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
42425         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
42426         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
42427         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
42428         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
42429         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
42430         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
42431         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
42432         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
42433         * sysdeps/s390/s390-32/memcpy.S: New asm code.
42434         * sysdeps/s390/s390-32/memset.S: New asm code.
42435         * sysdeps/s390/s390-32/memcmp.S: New asm code.
42437 2012-07-17  Marek Polacek  <polacek@redhat.com>
42439         [BZ #14349]
42440         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
42441         * sysdeps/s390/s390-64/configure.in: Likewise.
42442         * sysdeps/sparc/configure.in: Likewise.
42443         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
42444         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
42445         * sysdeps/i386/configure.in: Likewise.
42446         * sysdeps/x86_64/configure.in: Likewise.
42447         * sysdeps/sh/configure.in: Likewise.
42448         * sysdeps/s390/s390-32/configure: Regenerated.
42449         * sysdeps/s390/s390-64/configure: Likewise.
42450         * sysdeps/x86_64/configure: Likewise.
42451         * sysdeps/sh/configure: Likewise.
42452         * sysdeps/powerpc/powerpc64/configure: Likewise.
42453         * sysdeps/powerpc/powerpc32/configure: Likewise.
42454         * sysdeps/sparc/configure: Likwise.
42455         * sysdeps/i386/configure: Likewise.
42457         * elf/dl-open.c: Comment fixes.
42459 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
42461         * Makefile [CXX] (check-data): Remove.
42462         [CXX] (c++-types.data): New vpath directive.
42463         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
42464         vpath.  Do not allow for C++ type data being missing.
42465         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
42466         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
42467         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
42468         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
42469         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
42470         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
42471         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
42472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
42473         ... here.
42474         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
42475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
42476         ... here.
42477         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
42478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
42479         ... here.
42480         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
42481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
42482         ... here.
42483         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
42484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
42485         ... here.
42486         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
42487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
42488         ... here.
42489         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
42490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
42491         ... here.
42492         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
42493         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
42495         * elf/tls-macros.h (TLS_LE): Move architecture-specific
42496         definitions to architecture-specific files.
42497         (TLS_IE): Likewise.
42498         (TLS_LD): Likewise.
42499         (TLS_GD): Likewise.
42500         * sysdeps/i386/tls-macros.h: New file.
42501         * sysdeps/powerpc/tls-macros.h: Likewise.
42502         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
42503         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
42504         * sysdeps/sh/tls-macros.h: Likewise.
42505         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
42506         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
42507         * sysdeps/x86_64/tls-macros.h: Likewise.
42509 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42511         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
42512         zero value for regular exit case.
42514         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
42515         (__start_context): Preserve zero value for regular exit case.
42517 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
42518             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42520         * manual/setjmp.texi (setcontext): Clarify normal process
42521         termination when uc_link is the null pointer.
42522         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
42523         exit call.
42525 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
42527         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
42528         preprocessor.  Test for each exception mask separately.
42530 2012-07-16  Andreas Jaeger  <aj@suse.de>
42532         * po/ru.po: Update from translation team.
42534 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
42536         * conform/data/string.h-data (NULL): Use macro-constant.  Require
42537         equal to 0.
42538         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42539         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42540         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
42541         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
42542         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42544 2012-07-13  Andreas Jaeger  <aj@suse.de>
42546         * po/fr.po: Update from translation team.
42548 2012-07-12  Marek Polacek  <polacek@redhat.com>
42550         [BZ #14173]
42551         * math/libm-test.inc (yn_test): Add test for BZ #14173.
42552         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
42553         loop condition.
42555 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
42557         [BZ #13717]
42558         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
42559         Change to 2.4.1 where previously 2.4.0.
42560         * sysdeps/unix/sysv/linux/configure: Regenerated.
42561         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
42562         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
42563         version.
42564         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
42565         (__ASSUME_AT_CLKTCK): Remove.
42566         (__ASSUME_AT_PAGESIZE): Likewise.
42567         (__ASSUME_AT_XID): Likewise.
42568         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
42569         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
42570         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
42571         unconditionally.
42572         (HAVE_AUX_PAGESIZE): Likewise.
42573         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
42574         [__ASSUME_AT_CLKTCK]: Make code unconditional.
42575         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
42577 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
42579         [BZ #14307]
42580         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
42581         the temporary buffer used to invoke __gethostbyname2_r,
42582         __gethostbyaddr_r and gethostbyname4_r to make room for struct
42583         host_data / struct gaih_addrtuple.
42584         * resolv/nss_dns/dns-host.c (global scope): Move definition of
42585         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
42586         header file nss/nsswitch.h.
42587         * nss/nsswitch.h (global scope): Add definition of implementation
42588         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
42589         resolv/nss_dns/dns-host.c).
42591 2012-07-11  Andreas Jaeger  <aj@suse.de>
42593         * po/fr.po: Update from translation team.
42595         * po/sv.po: Update from translation team
42596         * po/fr.po: Another update from translation team.
42598 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42600         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
42601         for subnormals or multiply small sinh result by itself.
42602         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42605 2012-07-11  David S. Miller  <davem@davemloft.net>
42607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42609 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
42611         [BZ #14347]
42612         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
42613         (INTERNAL_MARK): Shift it here.
42615 2012-07-10  Marek Polacek  <polacek@redhat.com>
42617         [BZ #14151]
42618         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
42619         libc_cv_asm_global_directive with .globl.
42620         * configure: Regenerated.
42621         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
42622         with .globl.
42623         * sysdeps/i386/configure: Regenerated.
42624         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
42625         with .globl.
42626         * sysdeps/x86_64/configure: Regenerated.
42627         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
42628         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
42629         * elf/tst-unique2mod2.c: Likewise.
42630         * elf/tst-unique2mod1.c: Likewise.
42631         * elf/tst-unique1mod2.c: Likewise.
42632         * elf/tst-unique1mod1.c: Likewise.
42633         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42634         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
42635         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42636         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
42637         * sysdeps/mach/sysdep.h: Likewise.
42638         * sysdeps/i386/sysdep.h: Likewise.
42639         * sysdeps/i386/i386-mcount.S: Likewise.
42640         * sysdeps/x86_64/_mcount.S: Likewise.
42641         * sysdeps/x86_64/sysdep.h: Likewise.
42642         * sysdeps/sh/_mcount.S: Likewise.
42643         * sysdeps/sh/sysdep.h: Likewise.
42644         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
42645         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
42646         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
42647         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42648         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
42649         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
42650         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
42651         * locale/localeinfo.h: Likewise.
42652         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
42653         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
42655 2012-07-09  Roland McGrath  <roland@hack.frob.com>
42657         [BZ #14336]
42658         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
42659         system".
42660         * manual/message.texi (The Uniforum approach): Likewise.
42661         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
42662         (glibc iconv Implementation): Likewise.
42664 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
42666         [BZ #14337]
42667         * math/s_clog.c (__clog): Avoid scaling a value down where that
42668         could result in underflow.
42669         * math/s_clog10.c (__clog10): Likewise.
42670         * math/s_clog10f.c (__clog10f): Likewise.
42671         * math/s_clog10l.c (__clog10l): Likewise.
42672         * math/s_clogf.c (__clogf): Likewise.
42673         * math/s_clogl.c (__clogl): Likewise.
42674         * math/libm-test.inc (clog_test): Add more tests.
42675         (clog10_test): Likewise.
42676         * sysdeps/i386/fpu/libm-test-ulps: Update.
42677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42679 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
42681         [BZ #14283]
42682         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
42683         by 7 not 8 to examine high bit of fractional part.
42685         [BZ #14042]
42686         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
42687         for call to __mcount_internal.
42688         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
42689         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
42690         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
42692 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
42694         [BZ #14154]
42695         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
42696         approximation for values within 0x1p-13f of an odd multiple of
42697         pi/4.
42698         * math/libm-test.inc (tan_test): Do not allow spurious underflow
42699         exception.  Add more tests.
42700         * sysdeps/i386/fpu/libm-test-ulps: Update.
42702         [BZ #6778]
42703         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
42704         inputs and return -1 for them.  Do not check for +Inf in case not
42705         reachable for +Inf.
42706         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42707         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42708         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42709         and return -1 for them.  Do not check for +Inf in case not
42710         reachable for +Inf.
42711         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42712         define.
42713         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42714         and return -1 for them.  Do not check for +Inf in case not
42715         reachable for +Inf.
42716         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42717         spurious underflow.
42718         * sysdeps/i386/fpu/libm-test-ulps: Update.
42719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42721 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42723         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42725 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42727         [BZ #14157]
42728         [BZ #14331]
42729         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42730         could result in spurious underflow.  Scale down values above
42731         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42732         * math/s_csqrtf.c (__csqrtf): Likewise.
42733         * math/s_csqrtl.c (__csqrtl): Likewise.
42734         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42735         spurious underflow.
42736         * sysdeps/i386/fpu/libm-test-ulps: Update.
42737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42739 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42741         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42742         xopen-msg.sed.
42743         * catgets/xopen-msg.awk: New file.
42744         * catgets/xopen-msg.sed: Removed.
42746         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42747         po2text.sed.
42748         * intl/po2test.awk: New file.
42749         * intl/po2test.sed: Removed.
42751 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42753         [BZ #14328]
42754         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42755         or multiply small sinh result by itself.
42756         * math/s_ctanf.c (__ctanf): Likewise.
42757         * math/s_ctanh.c (__ctanh): Likewise.
42758         * math/s_ctanhf.c (__ctanhf): Likewise.
42759         * math/s_ctanhl.c (__ctanhl): Likewise.
42760         * math/s_ctanl.c (__ctanl): Likewise.
42761         * math/libm-test.inc (ctan_test_tonearest): New function.
42762         (ctan_test_towardzero): Likewise.
42763         (ctan_test_downward): Likewise.
42764         (ctan_test_upward): Likewise.
42765         (ctanh_test_tonearest): Likewise.
42766         (ctanh_test_towardzero): Likewise.
42767         (ctanh_test_downward): Likewise.
42768         (ctanh_test_upward): Likewise.
42769         (main): Call these new functions.
42770         * sysdeps/i386/fpu/libm-test-ulps: Update.
42771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42773 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42775         * .gitignore: Delete /ports entry.
42777 2012-07-03  Andreas Jaeger  <aj@suse.de>
42779         * po/bg.po: Update from translation team.
42780         * po/cs.po: Likewise.
42781         * po/de.po: Likewise.
42782         * po/hr.po: Likewise.
42783         * po/nl.pl: Likewise.
42784         * po/pl.po: Likewise.
42785         * po/vi.po: Likewise.
42787 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42789         * Makeconfig [!+link] (+link-before-libc): New variable.
42790         [!+link] (+link-after-libc): Likewise.
42791         [!+link] (+link-tests): Likewise.
42792         [!+link] (+link): Define in terms of $(+link-before-libc) and
42793         $(+link-after-libc).
42794         [!+link-static] (+link-static-before-libc): New variable.
42795         [!+link-static] (+link-static-after-libc): Likewise.
42796         [!+link-static] (+link-static-tests): Likewise.
42797         [!+link-static] (+link-static): Define in terms of
42798         $(+link-static-before-libc) and $(+link-static-after-libc).
42799         [build-shared] (link-libc-before-gnulib): New variable.
42800         [build-shared] (link-libc-tests): Likewise.
42801         [build-shared] (link-libc): Define in terms of
42802         $(link-libc-before-gnulib).
42803         [!build-shared] (link-libc-tests): New variable.
42804         (link-libc-static-tests): New variable.
42805         [!gnulib] (gnulib-arch): New variable.
42806         [!gnulib] (gnulib-tests): Likewise.
42807         [!gnulib] (static-gnulib-arch): Likewise.
42808         [!gnulib] (static-gnulib-tests): Likewise.
42809         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42810         Define with "=" instead of ":=".
42811         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42812         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42813         * Rules (binaries-all-notests): New variable.
42814         (binaries-all-tests): Likewise.
42815         (binaries-static-notests): Likewise.
42816         (binaries-static-tests): Likewise.
42817         (binaries-all): Define using $(binaries-all-notests) and
42818         $(binaries-all-tests).
42819         (binaries-static): Define using $(binaries-static-notests) and
42820         $(binaries-static-tests).
42821         (binaries-shared-tests): New variable.
42822         (binaries-shared-notests): Likewise.
42823         (binaries-shared): Remove variable.
42824         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42825         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42826         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42827         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42828         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42829         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42830         * elf/Makefile (sln-modules): New variable.
42831         (extra-objs): Add $(sln-modules:=.o).
42832         (ldconfig-modules): Add static-stubs.
42833         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42834         * elf/static-stubs.c: New file.
42836         [BZ #14283]
42837         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42838         by 7 not 8 to examine high bit of fractional part.  Use volatile
42839         variables when splitting into final array of floats if
42840         __FLT_EVAL_METHOD__ != 0.
42841         * math/libm-test.inc (cos_test): Add another test.
42842         (sin_test): Likewise.
42843         * sysdeps/i386/fpu/libm-test-ulps: Update.
42845         [BZ #14273]
42846         * math/libm-test.inc (cosh_test): Add more tests.
42848         * version.h (RELEASE): Set to "development".
42849         (VERSION): Set to "2.16.90".
42851 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42853         * NEWS: Update copyright. Remove last-updated date.
42854         Mention math library bug fixes and timezone data changes.
42855         * README: Mention GNU/Hurd, x32, and HPPA support status.
42857 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42859         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42861 2012-06-27  Andreas Jaeger  <aj@suse.de>
42863         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42865 2012-06-25  Andreas Jaeger  <aj@suse.de>
42867         * sysdeps/s390/fpu/libm-test-ulps: Update.
42869 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42870             Thomas Schwinge  <thomas@codesourcery.com>
42872         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42873         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42874         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42875         fanotify_mark.
42877 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42879         * sysdeps/mach/start.c: Remove file.
42880         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42881         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42882         * sysdeps/sh/init-first.c: Likewise.
42884         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42885         registers for frame unwinding purposes, add CFI directives.
42886         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42887         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42888         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42889         Likewise.
42891         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42892         __fortify_fail returning.
42893         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42895         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42896         sysdeps/sh/____longjmp_chk.S.
42897         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42898         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42899         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42900         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42902         * sysdeps/sh/abort-instr.h: New file.
42903         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42904         process in case exit returns.
42906         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42907         initialize the GOT register before use.
42909         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42910         calculation of ARGC > 4.
42912         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42913         meaningful names to some local labels.
42915 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42916             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42918         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42919         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42920         (__arch_compare_and_exchange_val_16_acq): Likewise.
42921         (__arch_compare_and_exchange_val_32_acq): Likewise.
42922         (atomic_exchange_and_add): Fix gUSA sequence.
42923         (atomic_add): Likewise.
42924         (atomic_add_negative): Likewise.
42925         (atomic_add_zero): Likewise.
42926         (atomic_bit_test_set): Likewise.
42928 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42930         [BZ #13579]
42931         * include/link.h (struct link_map): Add l_free_initfini.
42932         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42933         l_initfini.
42934         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42935         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42936         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42937         set.
42939 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42941         * configure.in: Use AC_LANG_SOURCE.
42942         * configure: Regenerate.
42944 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42946         * configure.in (libc_cv_localstatedir): New substituted variable.
42947         * configure: Regenerated.
42948         * config.make.in (localstatedir): New variable, substituted from
42949         libc_cv_localstatedir.
42950         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42951         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42952         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42953         * sysdeps/gnu/configure: Regenerated.
42955 2012-06-21  Jeff Law  <law@redhat.com>
42957         [BZ #14277]
42958         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42959         free.  Simplify list management for _LIBC case.
42961 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42963         [BZ #14273]
42964         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42965         Clear sign bit of 64-bit integer value before comparing against
42966         overflow value.
42968         * sysdeps/mach/configure: Regenerated.
42970 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42972         [BZ #14278]
42973         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42975 2012-06-21  Jeff Law  <law@redhat.com>
42977         [BZ #13882]
42978         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42979         uint16_t for elements in the "seen" array to avoid char overflows.
42980         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42981         * elf/dl-open.c (dl_open_worker): Likewise.
42983 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42985         * scripts/list-sources.sh: Scan PORTS for translations.
42986         * po/libc.pot: Regenerated.
42988 2012-06-21  Andreas Jaeger  <aj@suse.de>
42990         [BZ #12194]
42991         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42992         warning.
42993         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42994         * bits/byteswap-16.h (__bswap_16): Likewise.
42995         * bits/byteswap.h (__bswap_constant_16): Likewise.
42997 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42999         [BZ #14117]
43000         * sysdeps/i386/fpu_control.h: Removed.
43001         * sysdeps/x86_64/fpu_control.h: Moved to ...
43002         * sysdeps/x86/fpu_control.h: Here.
43004         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
43005         (_FPU_SETCW): Likewise.
43007 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
43009         [BZ #14117]
43010         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
43011         * sysdeps/x86/fpu/bits/mathinline.h: This.
43012         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
43014         [BZ #14050]
43015         [BZ #14117]
43016         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
43017         functions if __x86_64__ is defined.
43019 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
43021         * string/endian.h: Add !__ASSEMBLER__ condition for including
43022         conversion interfaces.
43024 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
43026         [BZ #14241]
43027         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
43028         of ABS(x) in calculating zero to negative powers other than odd
43029         integers.
43030         * math/libm-test.inc (pow_test): Add more tests.
43032 2012-06-15  Andreas Jaeger  <aj@suse.de>
43034         * manual/contrib.texi (Contributors): Update entry of Liubov
43035         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
43036         Machado Filho.
43038 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
43040         * string/string.h: Add __wur to GNU version of strerror_r.
43042 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
43044         [BZ #14229]
43045         * string/Makefile (tests): Add tst-strtok_r.
43046         * string/tst-strtok_r.c: New file.
43047         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
43048         RAX_LP/RDX_LP on SAVE_PTR.
43050 2012-06-14  Roland McGrath  <roland@hack.frob.com>
43052         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
43054 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
43056         * libm_test.inc (csqrt_test): Allow more spurious underflow
43057         exceptions.
43058         (j0_test): Likewise.
43059         (j1_test): Likewise.
43060         (y0_test): Likewise.
43061         (y1_test): Likewise.
43063 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
43065         * po/Makefile (libc.pot): Use UTF-8 charset.
43067 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
43069         [BZ #14210]
43070         Suppress sign-conversion warning from FD_SET.
43071         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
43072         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
43073         not unsigned long int.
43074         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
43076 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
43078         [BZ #14050]
43079         [BZ #14117]
43080         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
43081         __extern_always_inline instead of __extern_inline.
43082         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
43083         (__signbit): Likewise.
43084         (__signbitl): Support C++ namespace.
43085         (lrintf): New inline function.
43086         (lrint): Likewise.
43087         (llrintf): Likewise.
43088         (llrint): Likewise.
43089         (fmaxf): Likewise.
43090         (fmax): Likewise.
43091         (fminf): Likewise.
43092         (fmin): Likewise.
43093         (rint): Likewise.
43094         (rintf): Likewise.
43095         (ceil): Likewise.
43096         (ceilf): Likewise.
43097         (floor): Likewise.
43098         (floorf): Likewise.
43099         (nearbyint): Likewise.
43100         (nearbyintf): Likewise.
43102 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
43104         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
43105         non-default versions.
43107 2012-06-11  Roland McGrath  <roland@hack.frob.com>
43109         [BZ #14218]
43110         * manual/argp.texi (Argp): Reword argp_parse description slightly.
43112 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
43114         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
43115         (FE_UPWARD, FE_DOWNWARD): Don't define.
43116         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
43117         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43119         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
43120         reading it.
43121         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43122         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43124 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43126         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43127         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
43128         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
43129         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
43131 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
43133         [BZ #14117]
43134         * sysdeps/i386/fpu/bits/fenv.h: Removed.
43135         * sysdeps/i386/fpu/Implies: New file.
43136         * sysdeps/x86_64/fpu/Implies: Likewise.
43137         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
43138         * sysdeps/x86/fpu/bits/fenv.h: This.
43140         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
43141         __SSE_MATH__.
43143 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
43145         [BZ #14134]
43146         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
43147         character 0xffff that matches the last element of the
43148         conversion table.
43150 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43152         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
43153         fmodl commit.
43155 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43157         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
43158         values higher than 25.6283.
43160 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43162         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
43163         subnormal exponent extraction and add some __builtin_expect.
43164         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
43165         Fix for subnormal mantissa calculation.
43167 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
43169         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
43170         cpu2 is -1 and errno is not ENOSYS.
43172 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
43174         [BZ #14117]
43175         * sysdeps/i386/i486/bits/string.h: Renamed to ...
43176         * sysdeps/x86/bits/string.h: This.
43177         * sysdeps/x86_64/bits/string.h: Removed.
43179         * sysdeps/i386/i486/bits/string.h: Define inline functions only
43180         if not compiling for x86-64, but compiling for >= i486.
43182         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
43183         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
43185         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
43186         New macro from Linux kernel 3.4.0.
43187         (FP_XSTATE_MAGIC2): Likewise.
43188         (FP_XSTATE_MAGIC2_SIZE): Likewise.
43189         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
43190         (struct _fpx_sw_bytes): New struct.
43191         (struct _xsave_hdr): Likewise.
43192         (struct _ymmh_state): Likewise.
43193         (struct _xstate): Likewise.
43195         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
43196         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
43197         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
43198         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
43199         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
43200         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
43202         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
43203         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
43204         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
43205         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
43206         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
43207         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
43209 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43211         [BZ #13743]
43212         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
43213         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
43214         (sysdep_headers): Include sys/platform/ppc.h.
43215         * sysdeps/powerpc/test-gettimebase.c: Test for
43216         __ppc_get_timebase() to catch future ISA opcode/insn changes.
43217         * manual/Makefile (appendices): Include platform.texi.
43218         * manual/contrib.texi (Contributors): Update @node pointers.
43219         * manual/maint.texi (Maintenance): Likewise.
43220         (Platform): New node.
43221         * manual/platform.texi: New file.  Document the new features.
43223 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
43224             Jakub Jelinek  <jakub@redhat.com>
43226         [BZ #14188]
43227         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
43228         where __builtin_expect is unavailable.
43230 2012-06-03  David S. Miller  <davem@davemloft.net>
43232         * stdlib/longlong.h: Updated from GCC.
43234 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
43236         [BZ #14042]
43237         * sysdeps/powerpc/powerpc32/mcount.c: New file.
43238         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
43239         __mcount_internal.
43240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
43241         (GLIBC_2.16): Likewise.
43243 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43245         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
43247 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
43250         (default-abi): New variable.
43251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
43252         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
43253         variable.
43254         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
43255         Likewise.
43256         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
43257         Likewise.
43258         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
43259         Likewise.
43261         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
43262         definition.  Document in comment.
43264 2012-06-01  David S. Miller  <davem@davemloft.net>
43266         * stdlib/longlong.h: Updated from GCC.
43268 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43270         [BZ #14117]
43271         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
43272         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
43273         sys/debugreg.h sys/io.h here.
43274         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
43275         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
43276         sys/io.h.
43277         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
43278         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
43279         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
43280         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
43281         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
43282         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
43284         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
43285         Define only if __x86_64__ is defined.
43287 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
43289         [BZ #14048]
43290         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
43291         Use int64_t for variable i.
43292         * math/libm-test.inc (fmod_test): Add more tests.
43294         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
43295         z computation is not scheduled after fetestexcept.
43296         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
43297         Use math_force_eval instead of asm to ensure calculation scheduled
43298         before exception test.
43299         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
43300         Ensure a1 + u.d computation is not scheduled after fetestexcept.
43302 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
43304         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
43305         computation is not scheduled after fetestexcept.
43307 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
43309         [BZ #14117]
43310         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
43311         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
43313 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43315         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
43316         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
43318 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43320         [BZ #14117]
43321         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
43322         <bits/wordsize.h>.
43323         (__WCHAR_MIN): Support __WORDSIZE == 64.
43324         (__WCHAR_MAX): Likewise.
43326         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
43327         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
43329         [BZ #14183]
43330         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
43331         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
43333         [BZ #14117]
43334         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
43335         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
43337         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
43338         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
43340         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
43341         Defined to 1 if __x86_64__ isn't defined.
43342         (_STAT_VER_LINUX_OLD): New.
43343         (st_atime): Remove duplicate.
43344         (st_mtime): Likewise.
43345         (st_ctime): Likewise.
43347 2012-05-31  David S. Miller  <davem@davemloft.net>
43349         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
43350         entries.
43352 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
43354         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
43355         gen-libm-test.pl.
43357         [BZ #14132]
43358         * elf/dl-reloc.c: Include <_itoa.h>.
43359         (_dl_reloc_bad_type): Remove use of INTUSE.
43360         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
43361         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
43362         * stdio-common/psiginfo.c (psiginfo): Likewise.
43363         * stdio-common/psignal.c (psignal): Likewise.
43364         * string/strsignal.c (strsignal): Likewise.
43365         * include/signal.h (_sys_siglist): Declare hidden proto.
43366         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
43367         INTVARDEF with libc_hidden_data_def.
43368         * stdio-common/itoa-udigits.c: Likewise.
43369         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
43370         (_itoa_lower_digits_internal): Remove declaration.
43371         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
43372         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
43373         (_sys_sigabbrev_internal): Remove aliases.
43374         (_sys_siglist): Define hidden alias.
43376 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
43378         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43379         bits/sysctl.h.
43381 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
43383         [BZ #14117]
43384         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
43385         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
43387         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
43388         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
43389         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
43390         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
43391         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
43392         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
43394         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
43395         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
43396         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
43398         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
43399         with __addr.
43400         (insw): Likewise.
43401         (insl): Likewise.
43402         (outsb): Likewise.
43403         (outsw): Likewise.
43404         (outsl): Likewise.
43406         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
43407         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
43408         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
43410         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
43411         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
43412         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
43413         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
43414         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
43415         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
43417         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
43418         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
43420         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
43421         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
43423         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
43424         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
43425         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
43427         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
43428         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
43429         to ...
43430         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
43432         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
43433         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
43434         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
43436         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
43437         for x86-64.
43438         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
43440 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
43442         * math/math.h (M_El): Use two more decimal places.
43443         (M_LOG2El): Likewise.
43444         (M_LOG10El): Likewise.
43445         (M_LN2l): Likewise.
43446         (M_LN10l): Likewise.
43447         (M_PIl): Likewise.
43448         (M_PI_2l): Likewise.
43449         (M_PI_4l): Likewise.
43450         (M_1_PIl): Likewise.
43451         (M_2_PIl): Likewise.
43452         (M_2_SQRTPIl): Likewise.
43453         (M_SQRT2l): Likewise.
43454         (M_SQRT1_2l): Likewise.
43456 2012-05-31  David S. Miller  <davem@davemloft.net>
43458         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
43459         values between float registers.
43460         * sysdeps/sparc/sparc64/memset.S: Likewise.
43461         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43463 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
43465         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
43466         -D_FORTIFY_SOURCE=1.
43467         (CPPFLAGS-tst-longjmp_chk.c): Define.
43468         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
43469         (CPPFLAGS-tst-longjmp_chk2.c): Define.
43470         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
43471         CFLAGS-tst-wchar-h.c.
43473 2012-05-31  Marek Polacek  <polacek@redhat.com>
43475         [BZ #14132]
43476         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
43477         __endmntent_internal): Remove declaration.
43478         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
43479         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
43480         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
43482 2012-05-30  David S. Miller  <davem@davemloft.net>
43484         * sysdeps/sparc/sparc32/soft-fp/q_util.c
43485         (___Q_simulate_exceptions): Use real FP ops rather than writing
43486         into the %fsr.
43487         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
43488         Likewise.
43490 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43492         [BZ #14117]
43493         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
43494         * sysdeps/x86/bits/xtitypes.h: This.
43496         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
43497         * sysdeps/x86/bits/wordsize.h: This.
43499         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
43500         * sysdeps/x86/bits/huge_vall.h: This.
43502         * sysdeps/i386/bits/select.h: Removed.
43503         * sysdeps/x86_64/bits/select.h: Renamed to ...
43504         * sysdeps/x86/bits/select.h: This.
43506         * sysdeps/i386/bits/setjmp.h: Removed.
43507         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
43508         * sysdeps/x86/bits/setjmp.h: This.
43510         * sysdeps/i386/bits/mathdef.h: Removed.
43511         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
43512         * sysdeps/x86/bits/mathdef.h: This.
43514 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
43516         [BZ #14132]
43517         * include/sys/socket.h (__connect_internal)
43518         (__libc_sa_len_internal): Remove declaration.
43519         (__connect, __libc_sa_len): Declare hidden_proto.
43520         (SA_LEN): Remove use of INTUSE.
43521         * socket/connect.c: Add libc_hidden_def.
43522         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
43523         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
43524         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
43525         alias.
43526         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
43527         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
43528         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
43529         of adding _internal alias.
43531 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43533         [BZ #14117]
43534         * sysdeps/i386/bits/link.h: Removed.
43535         * sysdeps/i386/bits/linkmap.h: Likewise.
43536         * sysdeps/x86_64/bits/link.h: Renamed to ...
43537         * sysdeps/x86/bits/link.h: This.
43538         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
43539         * sysdeps/x86/bits/linkmap.h: This.
43541         * sysdeps/i386/bits/endian.h: Removed.
43542         * sysdeps/x86_64/bits/endian.h: Renamed to ...
43543         * sysdeps/x86/bits/endian.h: This.
43545         * sysdeps/i386/bits/byteswap.h: Removed.
43546         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43547         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
43548         * sysdeps/x86/bits/byteswap.h: This.
43549         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
43550         * sysdeps/x86/bits/byteswap-16.h: This.
43551         * sysdeps/i386/Implies: Add x86.
43552         * sysdeps/x86_64/Implies: Likewise.
43554 2012-05-30  David S. Miller  <davem@davemloft.net>
43556         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
43557         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
43558         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
43559         (FP_TRAPPING_EXCEPTIONS): Define.
43560         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
43561         (FP_TRAPPING_EXCEPTIONS): Define.
43562         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
43563         subnormals only when inexact has been signalled or underflow
43564         exceptions are enabled.
43565         (_FP_PACK_CANONICAL): Likewise.
43567 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43569         [BZ #14183]
43570         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
43571         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
43573 2012-05-30  Richard Henderson  <rth@twiddle.net>
43575         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
43576         with #ifndef NOT_IN_libc.
43578         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
43579         marked to avoid plt entry.
43581 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
43583         [BZ #14112]
43584         * Makeconfig (default-abi): New macro.
43585         (abi-includes): Likewise.
43586         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
43587         $(abi-$(default-abi)-lib-soname) for soname if defined.
43588         ($(common-objpfx)gnu/lib-names.stmp): Generate from
43589         abi-variants.
43590         * Makefile (installed-stubs): Likewise.
43591         * include/stubs-biarch.h: Removed.
43592         * scripts/lib-names.awk: Only handle one library at a time.
43593         * scripts/soversions.awk: Remove WORDSIZE support.
43594         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
43595         entries.
43596         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
43597         Removed.
43598         (syscall-list-default-condition): Likewise.
43599         (syscall-list-default-condition): Likewise.
43600         (syscall-list-includes): Likewise.
43601         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
43602         syscall-list-* with abi-*.  Handle undefined abi-variants.
43603         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
43604         * sysdeps/unix/sysv/linux/i386/Implies: New file.
43605         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
43606         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
43607         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
43608         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
43609         Removed.
43610         (syscall-list-32-options): Likewise.
43611         (syscall-list-32-condition): Likewise.
43612         (syscall-list-64-options): Likewise.
43613         (syscall-list-64-condition): Likewise.
43614         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
43615         macro.
43616         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
43617         Renamed to ...
43618         (abi-*): This.
43619         (abi-64-ld-soname): New macro.
43620         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
43621         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
43622         Renamed to ...
43623         (abi-*): This.
43624         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
43625         * sysdeps/x86_64/x32/shlib-versions: Likewise.
43627 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
43629         * sysdeps/unix/sysv/linux/kernel-features.h
43630         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
43631         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
43632         include <kernel-features.h>.
43633         [!__NR_ftruncate64]: Remove conditional code.
43634         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43635         [__NR_ftruncate64]: Make code unconditional.
43636         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43637         * sysdeps/unix/sysv/linux/truncate64.c: Do not
43638         include <kernel-features.h>.
43639         [!__NR_ftruncate64]: Remove conditional code.
43640         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43641         [__NR_ftruncate64]: Make code unconditional.
43642         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
43644         include <kernel-features.h>.
43645         [!__NR_ftruncate64]: Remove conditional code.
43646         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43647         [__NR_ftruncate64]: Make code unconditional.
43648         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
43650         include <kernel-features.h>.
43651         [!__NR_ftruncate64]: Remove conditional code.
43652         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43653         [__NR_ftruncate64]: Make code unconditional.
43654         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
43656         * configure.in (libc_cv_fpie): Weaken to a compile test using
43657         LIBC_TRY_CC_OPTION.
43658         * configure: Regenerated.
43660 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
43663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
43664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
43665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43666         Refreshed.
43667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
43668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
43669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
43670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
43671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
43672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43673         Refreshed.
43675 2012-05-27  David S. Miller  <davem@davemloft.net>
43677         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
43678         (___Q_zero): New.
43679         (__Q_simulate_exceptions): Return void.  Change to simulate
43680         exceptions by writing into the %fsr.
43681         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
43682         (__Qp_handle_exceptions): Likewise.
43683         (numbers): Delete.
43684         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
43685         __Qp_handle_exceptions.
43686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
43687         __Qp_handle_exceptions.
43688         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43689         as unused and give dummy FP_RND_NEAREST initializer.
43690         (FP_INHIBIT_RESULTS): Define.
43691         (___Q_simulate_exceptions): Update declaration.
43692         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
43693         formatting.
43694         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
43695         as unused and give dummy FP_RND_NEAREST initializer.
43696         (__Qp_handle_exceptions): Update declaration.
43697         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
43698         formatting.
43700 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
43702         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
43703         the temporary FPU control word.
43704         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
43705         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43706         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43707         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43708         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43709         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43710         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43711         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43712         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43713         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43714         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43716 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43718         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43719         fields.
43721 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43723         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43724         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43725         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43726         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43727         Likewise.
43728         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43729         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43730         Likewise.
43732 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43734         * po/h.po: Update from translation team.
43736 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43738         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43740         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43741         handling of denormals.
43742         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43743         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43744         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43745         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43746         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43747         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43748         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43749         Likewise.
43751 2012-05-26  Marek Polacek  <polacek@redhat.com>
43753         [BZ #14152]
43754         * math/libm-test.inc (fma_test): Don't always expect underflow
43755         exception.
43757 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43759         [BZ #12416]
43760         * elf/tst-execstack.c: Include stackinfo.h.
43761         (do_test): Adjust test case to ensure that pthread_getattr_np
43762         behaviour remains the same after marking stack executable.
43764 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43766         * sysdeps/unix/sysv/linux/kernel-features.h
43767         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43768         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43769         kernel-features.h.
43770         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43771         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43772         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43773         kernel-features.h.
43774         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43775         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43777 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43779         * configure.in: Define the default includes to being none.
43780         * configure: Regenerated.
43782 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43784         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43785         * sysdeps/x86_64/setjmp.S: Likewise.
43786         * sysdeps/i386/bsd-setjmp.S: Likewise.
43787         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43788         * sysdeps/i386/setjmp.S: Likewise.
43789         * sysdeps/i386/__longjmp.S: Likewise.
43790         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43791         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43793         * include/stap-probe.h: New file.
43794         * configure.in: Handle --enable-systemtap.
43795         * configure: Regenerated.
43796         * config.h.in (USE_STAP_PROBE): New #undef.
43797         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43798         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43799         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43801 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43803         [BZ #13717]
43804         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43805         to 2.4.0 where earlier.
43806         * sysdeps/unix/sysv/linux/configure: Regenerated.
43807         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43808         <kernel-features.h>.
43809         [__ASSUME_32BITUIDS]: Make code unconditional.
43810         [!__ASSUME_32BITUIDS]: Remove conditional code.
43811         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43812         <kernel-features.h>.
43813         [__ASSUME_32BITUIDS]: Make code unconditional.
43814         [!__ASSUME_32BITUIDS]: Remove conditional code.
43815         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43816         [__ASSUME_32BITUIDS]: Make code unconditional.
43817         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43818         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43819         <kernel-features.h>.
43820         [__ASSUME_32BITUIDS]: Make code unconditional.
43821         [!__ASSUME_32BITUIDS]: Remove conditional code.
43822         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43823         <kernel-features.h>.
43824         [__ASSUME_32BITUIDS]: Make code unconditional.
43825         [!__ASSUME_32BITUIDS]: Remove conditional code.
43826         * sysdeps/unix/sysv/linux/i386/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
43859         <kernel-features.h>.
43860         [__NR_setresgid] (__setresgid): Do not declare.
43861         [__ASSUME_32BITUIDS]: Make code unconditional.
43862         [!__ASSUME_32BITUIDS]: Remove conditional code.
43863         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43864         <kernel-features.h>.
43865         [__NR_setresuid] (__setresuid): Do not declare.
43866         [__ASSUME_32BITUIDS]: Make code unconditional.
43867         [!__ASSUME_32BITUIDS]: Remove conditional code.
43868         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43869         <kernel-features.h>.
43870         [__ASSUME_32BITUIDS]: Make code unconditional.
43871         [!__ASSUME_32BITUIDS]: Remove conditional code.
43872         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43873         <kernel-features.h>.
43874         [__ASSUME_32BITUIDS]: Make code unconditional.
43875         [!__ASSUME_32BITUIDS]: Remove conditional code.
43876         * sysdeps/unix/sysv/linux/i386/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
43909         (__ASSUME_SETRESUID_SYSCALL): Remove.
43910         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43911         (__ASSUME_32BITUIDS): Likewise.
43912         (__ASSUME_LDT_WORKS): Likewise.
43913         (__ASSUME_O_DIRECTORY): Likewise.
43914         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43915         architecture but not kernel version.
43916         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43917         (__ASSUME_MMAP2_SYSCALL): Likewise.
43918         (__ASSUME_STAT64_SYSCALL): Likewise.
43919         (__ASSUME_IPC64): Likewise.
43920         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43921         <kernel-features.h>.
43922         [__ASSUME_32BITUIDS]: Make code unconditional.
43923         [!__ASSUME_32BITUIDS]: Remove conditional code.
43924         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43925         <kernel-features.h>.
43926         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43927         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43928         132096]: Remove conditional code.
43929         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43930         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43931         <kernel-features.h>.
43932         [__ASSUME_32BITUIDS]: Make code unconditional.
43933         [!__ASSUME_32BITUIDS]: Remove conditional code.
43934         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43935         <kernel-features.h>.
43936         [__ASSUME_32BITUIDS]: Make code unconditional.
43937         [!__ASSUME_32BITUIDS]: Remove conditional code.
43938         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43939         <kernel-features.h>.
43940         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43941         unconditional.
43942         (__setresgid): Do not declare.
43943         [__ASSUME_32BITUIDS]: Make code unconditional.
43944         [!__ASSUME_32BITUIDS]: Remove conditional code.
43945         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43946         <kernel-features.h>.
43947         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43948         unconditional.
43949         (__setresuid): Do not declare.
43950         [__ASSUME_32BITUIDS]: Make code unconditional.
43951         [!__ASSUME_32BITUIDS]: Remove conditional code.
43952         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43953         <kernel-features.h>.
43954         [__ASSUME_32BITUIDS]: Make code unconditional.
43955         [!__ASSUME_32BITUIDS]: Remove conditional code.
43956         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43957         <kernel-features.h>.
43958         [__ASSUME_32BITUIDS]: Make code unconditional.
43959         [!__ASSUME_32BITUIDS]: Remove conditional code.
43961 2012-05-25  Richard Henderson  <rth@twiddle.net>
43963         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43964         dl_hwcap to ifunc resolver.
43965         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43966         elf_ifunc_invoke.
43967         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43968         dl_hwcap to ifunc resolver.
43969         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43971 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43973         [BZ #14153]
43974         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43975         for |x| <= 2**-26, not 2**-57.
43976         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43977         exception.
43979 2012-05-24  Jeff Law  <law@redhat.com>
43981         * stdio-common/Makefile (tests): Add bug25.
43982         * stdio-common/bug25.c: New test.
43984 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43986         [BZ #13576]
43987         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43988         multiple of MALLOC_ALIGNMENT in size.
43989         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43991 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43993         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43994         Require >= 256.
43995         (FILENAME_MAX): Use macro-int-constant.
43996         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43997         (_IOFBF): Use macro-int-constant.
43998         (_IOLBF): Likewise.
43999         (_IONBF): Likewise.
44000         (SEEK_CUR): Likewise.
44001         (SEEK_END): Likewise.
44002         (SEEK_SET): Likewise.
44003         (TMP_MAX): Likewise.
44004         (EOF): Use macro-int-constant.  Require < 0.
44005         (NULL): Use macro-constant.  Require == 0.
44006         (stdin): Require type to be FILE *.
44007         (stdout): Likewise.
44008         (stderr): Likewise.
44009         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
44010         macro-int-constant.
44011         (EXIT_SUCCESS): Likewise.
44012         (NULL): Use macro-constant.  Require == 0.
44013         (RAND_MAX): Use macro-int-constant.
44014         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
44015         [C99-based standards] (strtof): Require function.
44016         [C99-based standards] (strtold): Likewise.
44017         [C99-based standards] (strtoll): Likewise.
44018         [C99-based standards] (strtoull): Likewise.
44019         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
44020         [ISO || ISO99 || ISO11] (limits.h): Likewise.
44021         [ISO || ISO99 || ISO11] (math.h): Likewise.
44022         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
44023         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
44024         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44026 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
44028         [BZ #14132]
44029         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
44030         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
44031         * intl/dgettext.c (DCGETTEXT): Likewise.
44032         * intl/gettext.c (DCGETTEXT): Likewise.
44033         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
44034         * posix/regex_internal.h (gettext): Likewise.
44035         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
44036         Remove declaration.
44037         * include/argz.h (__argz_count_internal)
44038         (__argz_stringify_internal): Remove declaration.
44039         (__argz_count, __argz_stringify): Declare hidden proto.
44040         * intl/dcgettext.c: Remove use of INTDEF.
44041         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
44042         * string/argz-stringify.c: Likewise.
44043         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44044         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44045         Declare hidden proto.
44046         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
44047         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
44048         Declare hidden proto.
44049         * include/stdio.h (__asprintf_internal): Don't declare.
44050         (__asprintf): Don't define as macro.  Declare hidden proto.
44051         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
44052         (__fsetlocking): Declare hidden proto.
44053         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
44054         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
44055         hidden proto.
44056         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
44057         (_IO_setlinebuf): Remove use of INTUSE.
44058         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
44059         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
44060         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
44061         Remove declaration.
44062         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
44063         (_IO_do_flush): Remove use of INTUSE.
44064         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
44065         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
44066         (_IO_adjust_column, _IO_least_wmarker)
44067         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
44068         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
44069         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
44070         (_IO_default_doallocate, _IO_wdefault_doallocate)
44071         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
44072         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
44073         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
44074         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
44075         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
44076         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
44077         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
44078         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
44079         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
44080         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
44081         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
44082         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
44083         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
44084         proto.
44085         (_IO_flush_all_internal, _IO_adjust_column_internal)
44086         (_IO_default_uflow_internal, _IO_default_finish_internal)
44087         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
44088         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
44089         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
44090         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
44091         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
44092         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
44093         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
44094         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
44095         (_IO_file_close_internal, _IO_file_close_it_internal)
44096         (_IO_file_underflow_internal, _IO_file_overflow_internal)
44097         (_IO_file_init_internal, _IO_file_attach_internal)
44098         (_IO_file_fopen_internal, _IO_file_read_internal)
44099         (_IO_file_sync_internal, _IO_file_seek_internal)
44100         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
44101         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
44102         (_IO_str_underflow_internal, _IO_str_overflow_internal)
44103         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
44104         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
44105         (_IO_list_all_internal, _IO_link_in_internal)
44106         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
44107         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
44108         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
44109         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
44110         (_IO_do_write_internal, _IO_padn_internal)
44111         (_IO_getline_info_internal, _IO_getline_internal)
44112         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
44113         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
44114         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
44115         (_IO_vfscanf_internal, _IO_vfprintf_internal)
44116         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
44117         (_IO_init_internal, _IO_un_link_internal): Don't declare.
44118         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
44119         with libc_hidden_ver, remove use of INTUSE.
44120         * libio/genops.c: Likewise.
44121         * libio/freopen.c: Likewise.
44122         * libio/freopen64.c: Likewise.
44123         * libio/iofclose.c: Likewise.
44124         * libio/iofdopen.c: Likewise.
44125         * libio/iofflush.c: Likewise.
44126         * libio/iofflush_u.c: Likewise.
44127         * libio/iofgets.c: Likewise.
44128         * libio/iofgets_u.c: Likewise.
44129         * libio/iofopen.c: Likewise.
44130         * libio/iofopncook.c: Likewise.
44131         * libio/iofread.c: Likewise.
44132         * libio/iofread_u.c: Likewise.
44133         * libio/ioftell.c: Likewise.
44134         * libio/iofwrite.c: Likewise.
44135         * libio/iogetline.c: Likewise.
44136         * libio/iogets.c: Likewise.
44137         * libio/iogetwline.c: Likewise.
44138         * libio/iopadn.c: Likewise.
44139         * libio/iopopen.c: Likewise.
44140         * libio/ioseekoff.c: Likewise.
44141         * libio/ioseekpos.c: Likewise.
44142         * libio/iosetbuffer.c: Likewise.
44143         * libio/iosetvbuf.c: Likewise.
44144         * libio/ioungetc.c: Likewise.
44145         * libio/ioungetwc.c: Likewise.
44146         * libio/iovdprintf.c: Likewise.
44147         * libio/iovsprintf.c: Likewise.
44148         * libio/iovsscanf.c: Likewise.
44149         * libio/memstream.c: Likewise.
44150         * libio/obprintf.c: Likewise.
44151         * libio/oldfileops.c: Likewise.
44152         * libio/oldiofclose.c: Likewise.
44153         * libio/oldiofdopen.c: Likewise.
44154         * libio/oldiofopen.c: Likewise.
44155         * libio/oldiopopen.c: Likewise.
44156         * libio/oldstdfiles.c: Likewise.
44157         * libio/putc.c: Likewise.
44158         * libio/setbuf.c: Likewise.
44159         * libio/setlinebuf.c: Likewise.
44160         * libio/stdfiles.c: Likewise.
44161         * libio/strops.c: Likewise.
44162         * libio/vasprintf.c: Likewise.
44163         * libio/vscanf.c: Likewise.
44164         * libio/vsnprintf.c: Likewise.
44165         * libio/vswprintf.c: Likewise.
44166         * libio/wfiledoalloc.c: Likewise.
44167         * libio/wfileops.c: Likewise.
44168         * libio/wgenops.c: Likewise.
44169         * libio/wmemstream.c: Likewise.
44170         * libio/wstrops.c: Likewise.
44171         * libio/__fpurge.c: Likewise.
44172         * libio/__fsetlocking.c: Likewise.
44173         * assert/assert.c: Likewise.
44174         * debug/fgets_chk.c: Likewise.
44175         * debug/fgets_u_chk.c: Likewise.
44176         * debug/fread_chk.c: Likewise.
44177         * debug/fread_u_chk.c: Likewise.
44178         * debug/gets_chk.c: Likewise.
44179         * debug/obprintf_chk.c: Likewise.
44180         * debug/vasprintf_chk.c: Likewise.
44181         * debug/vdprintf_chk.c: Likewise.
44182         * debug/vsnprintf_chk.c: Likewise.
44183         * debug/vsprintf_chk.c: Likewise.
44184         * malloc/mtrace.c: Likewise.
44185         * misc/error.c: Likewise.
44186         * misc/syslog.c: Likewise.
44187         * stdio-common/asprintf.c: Likewise.
44188         * stdio-common/fxprintf.c: Likewise.
44189         * stdio-common/getw.c: Likewise.
44190         * stdio-common/isoc99_fscanf.c: Likewise.
44191         * stdio-common/isoc99_scanf.c: Likewise.
44192         * stdio-common/isoc99_vfscanf.c: Likewise.
44193         * stdio-common/isoc99_vscanf.c: Likewise.
44194         * stdio-common/isoc99_vsscanf.c: Likewise.
44195         * stdio-common/printf-prs.c: Likewise.
44196         * stdio-common/printf_fp.c: Likewise.
44197         * stdio-common/printf_fphex.c: Likewise.
44198         * stdio-common/printf_size.c: Likewise.
44199         * stdio-common/putw.c: Likewise.
44200         * stdio-common/scanf.c: Likewise.
44201         * stdio-common/sprintf.c: Likewise.
44202         * stdio-common/tmpfile.c: Likewise.
44203         * stdio-common/vfprintf.c: Likewise.
44204         * stdio-common/vfscanf.c: Likewise.
44205         * stdlib/strfmon_l.c: Likewise.
44206         * sunrpc/openchild.c: Likewise.
44207         * sunrpc/xdr_stdio.c: Likewise.
44208         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
44209         * sysdeps/mach/hurd/tmpfile.c: Likewise.
44211 2012-05-24  Roland McGrath  <roland@hack.frob.com>
44213         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44215         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
44216         in the third column, to generate for the shared library an IFUNC
44217         that uses _dl_vdso_vsym.
44218         * Makerules (COMPILE.c, compile-stdin.c): New variables.
44219         * Makeconfig (object-suffixes-noshared): New variable.
44221         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
44222         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
44223         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
44224         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
44226         [BZ #14132]
44227         * include/sys/time.h (__gettimeofday): Remove macro.
44228         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
44229         * time/gettimeofday.c (__gettimeofday): Remove #undef.
44230         Remove INTDEF.
44231         (__gettimeofday): Add libc_hidden_def.
44232         (gettimeofday): Add libc_hidden_weak.
44233         * sysdeps/mach/gettimeofday.c: Likewise.
44234         * sysdeps/posix/gettimeofday.c: Likewise.
44235         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
44236         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
44237         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
44238         (__gettimeofday_internal): Remove strong_alias.
44239         (__gettimeofday): Add libc_hidden_def.
44240         (gettimeofday): Add libc_hidden_weak.
44241         * sysdeps/unix/syscalls.list (gettimeofday):
44242         Remove __gettimeofday_internal alias.
44244 2012-05-24  Daniel Jacobowitz  <drow@false.org>
44245             H.J. Lu  <hongjiu.lu@intel.com>
44247         [BZ #12495]
44248         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
44249         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
44250         (largebin_index_32_big): New.
44251         (largebin_index): Use it for 16-byte alignment.
44252         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
44253         correction with front_misalign.
44255 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
44257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
44258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
44259         Likewise.
44260         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
44261         Likewise.
44262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
44263         Likewise.
44264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
44265         Likewise.
44266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
44267         Likewise.
44268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
44269         Likewise.
44270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
44271         Likewise.
44272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
44273         Likewise.
44274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
44275         Likewise.
44276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
44277         Likewise.
44278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
44279         Likewise.
44280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
44281         Likewise.
44283         * scripts/data/c++-types-x32-linux-gnu.data: New file.
44284         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
44286 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
44288         [BZ #10846]
44289         [BZ #14036]
44290         * math/libm-test.inc (exp_test): Add test from bug 14036.
44291         (pow_test): Add test from bug 10846.
44293         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
44294         and other flags.
44295         (special_function): Do not include flags in test name.
44296         (parse_args): Likewise.
44297         * sysdeps/i386/fpu/libm-test-ulps: Update.
44298         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44299         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
44300         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
44301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44303         * math/gen-libm-test.pl (%beautify): Add entries for underflow
44304         exceptions.
44305         * math/libm-test.inc ("Philosophy"): Update comment about
44306         exception testing.
44307         (UNDERFLOW_EXCEPTION): New macro.
44308         (UNDERFLOW_EXCEPTION_OK): Likewise.
44309         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
44310         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
44311         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
44312         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
44313         (INVALID_EXCEPTION_OK): Update value.
44314         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44315         (OVERFLOW_EXCEPTION_OK): Likewise.
44316         (IGNORE_ZERO_INF_SIGN): Likewise.
44317         (test_exceptions): Handle underflow exceptions.
44318         (acos_test): Update for underflow exception expectations.
44319         (cexp_test): Likewise.
44320         (clog_test): Likewise.
44321         (clog10_test): Likewise.
44322         (csqrt_test): Likewise.
44323         (ctan_test): Likewise.
44324         (ctanh_test): Likewise.
44325         (exp_test): Likewise.
44326         (exp10_test): Likewise.
44327         (exp2_test): Likewise.
44328         (expm1_test): Likewise.
44329         (fma_test): Likewise.
44330         (j0_test): Likewise.
44331         (jn_test): Likewise.
44332         (nexttoward_test): Likewise.
44333         (pow_test): Likewise.
44334         (scalbn_test): Likewise.
44335         (scalbln_test): Likewise.
44336         (tan_test): Likewise.
44337         (y1_test): Likewise.
44338         * sysdeps/i386/fpu/libm-test-ulps: Update.
44339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44341 2012-05-23  David S. Miller  <davem@davemloft.net>
44343         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44344         (__libc_sigaction): Remove unused local variables.
44346 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44348         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
44350 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
44352         mktime: avoid signed integer overflow
44353         * time/mktime.c (__mktime_internal): Do not mishandle the case
44354         where diff == INT_MIN.
44356         mktime: simplify computation of average
44357         * time/mktime.c (ranged_convert): Use new time_t_avg function
44358         instead of rolling our own (probably-slower) code.
44360         mktime: do not assume signed right shift propagates sign bit
44361         * time/mktime.c (isdst_differ): New static function.
44362         (__mktime_internal): No need to normalize tm_isdst now.
44363         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
44364         tm_isdst values.
44366         mktime: merge another wrapv change from gnulib
44367         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
44368         from some compilers.
44370         mktime: remove incorrect attempt at unusual arithmetics
44371         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
44372         The code didn't really work on such machines anyway.
44373         (TYPE_MINIMUM): Assume two's complement.
44374         (twos_complement_arithmetic): Verify that long_int and time_t
44375         are two's complement (or unsigned, in the latter case).
44377         mktime: check signed shifts on long_int and time_t, too
44378         * time/mktime.c (SHR): Check that shifts work as desired
44379         on the types long_int and time_t too, as SHR is used on
44380         such types.
44382         mktime: do not assume 'long' is wide enough
44383         * time/mktime.c (verify): Move decl up.
44384         (long_int): New type.
44385         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
44386         to remove assumption in the code that 'long' is wide enough to
44387         store year values.  This assumption is not true on x32 and on
44388         some non-glibc platforms.
44390         mktime: merge wrapv change from gnulib
44391         * time/mktime.c (WRAPV): New macro.
44392         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
44393         (guess_time_tm, __mktime_internal): Do not assume that signed
44394         integer overflow wraps around; modern compilers generate code
44395         where this assumption is no longer valid.
44397 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44399         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44400         Replace "jmp L(pseudo_end)" with "ret".
44401         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
44402         Likewise.
44404 2012-05-23  Andreas Jaeger  <aj@suse.de>
44406         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
44407         * sysdeps/unix/sysv/linux/poll.c: Remove file.
44409 2012-05-23  Andreas Jaeger  <aj@suse.de>
44410             Maximilian Attems  <max@stro.at>
44412         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
44413         New macros.
44415 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
44417         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
44418         code so that pseudo_end is just ret and the stack pointer is
44419         correct also for static library in error case.
44421 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
44423         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
44424         move to syscalls.list.
44425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44430         * manual/install.texi (Running make install): Do not mention Linux
44431         kernel version for which pt_chown is not needed.
44432         (Linux): Do not mention problems with nscd with 2.0 kernels.
44433         * INSTALL: Regenerated.
44435 2012-05-23  Andreas Jaeger  <aj@suse.de>
44437         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
44438         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
44439         macro.
44440         * sysdeps/unix/sysv/linux/s390/bits/mman.h
44441         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44442         * sysdeps/unix/sysv/linux/sh/bits/mman.h
44443         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44444         * sysdeps/unix/sysv/linux/i386/bits/mman.h
44445         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44446         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
44447         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44448         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
44449         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
44450         * sysdeps/unix/sysv/linux/bits/in.h
44451         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
44453 2012-05-22  Roland McGrath  <roland@hack.frob.com>
44455         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
44456         (PREPARE_VERSION): Just use assert instead, it will be elided
44457         under [NDEBUG] anyway.
44459 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44461         * sysdeps/unix/sysv/linux/Makefile: Include
44462         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
44463         (sysdep_routines): Remove sysctl.
44464         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
44465         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
44466         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
44467         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
44468         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
44470 2012-05-22  Andreas Jaeger  <aj@suse.de>
44472         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
44473         that pseudo_end is just ret and the stack pointer is correct also
44474         for static library in error case.
44476 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
44478         [BZ #14122]
44479         * nss/nsswitch.c (defconfig_entries): New variable.
44480         (__nss_database_lookup): Don't leak defconfig entries.
44481         (nss_parse_service_list): Don't leak on error paths.
44482         (free_database_entries): New function.
44483         (free_defconfig): New function.
44484         (free_mem): Move common code to free_database_entries.
44486 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44488         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
44489         Add arch_prctl.
44490         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
44492         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
44493         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
44494         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
44495         New macro.
44496         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
44497         (INTERNAL_SYSCALL_TYPES): Likewise.
44498         (LOAD_ARGS_TYPES_[1-6]): Likewise.
44499         (LOAD_REGS_TYPES_[1-6]): Likewise.
44500         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
44501         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
44503 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44505         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
44506         copysignl for GLIBC_2_0.
44507         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
44508         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
44509         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
44510         logbl for GLIBC_2_0.
44511         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
44512         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
44514 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44516         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
44517         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44519         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
44520         Use "neg %eax".
44522         * time/mktime.c: Update copyright years.
44524 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44526         mktime: merge comment-quoting-style change from gnulib
44527         * time/mktime.c: Quote 'like this' in comments.
44528         The GNU coding standards suggest that we no longer quote `like this',
44529         as "`" and "'" are typically rendered asymmetrically nowadays.
44530         The typical gnulib style is to quote 'like this' when quoting
44531         code, and "like this" when quoting English.
44533         * time/mktime.c (compile-command): Add "-I.".
44535         mktime: merge mktime-internal.h change from gnulib
44536         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
44538         mktime: merge time_r change from gnulib
44539         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
44541         mktime: merge DEBUG change from gnulib
44542         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
44543         case system <time.h> has a #define.
44545         mktime: merge <sys/types.h> change from gnulib
44546         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
44547         since <time.t> is now guaranteed to define time_t.
44549         mktime: merge HAVE_CONFIG_H change from gnulib
44550         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
44552 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
44554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44555         Use "neg %eax".
44557         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
44558         __rlim_t cast.
44559         (struct rusage): Use anonymous union to pad each field to
44560         __syscall_slong_t.
44562 2012-05-21  David S. Miller  <davem@davemloft.net>
44564         * Makefules (o-iterator): Remove .s cases.
44565         (compile-command.s): Delete.
44566         (COMPILE.s): Delete.
44567         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
44569 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
44571         * configure.in (libc_cv_predef_stack_protector): Only consider
44572         "foobar" and "__stack_chk_fail" lines in libc_undefs.
44573         * configure: Regenerated.
44575 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
44578         New macro.  Use R*LP on int and pointer.
44579         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
44580         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
44581         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
44582         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
44584         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
44585         [__WORDSIZE_TIME64_COMPAT32] instead of
44586         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
44587         (struct utmp): Likewise.
44588         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
44589         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
44590         Renamed to ...
44591         (__WORDSIZE_TIME64_COMPAT32): This.
44592         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
44593         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
44594         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
44595         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
44596         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
44597         (__WORDSIZE_TIME64_COMPAT32): New macro.
44599 2012-05-21  Andreas Jaeger  <aj@suse.de>
44601         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
44602         only if [SHARED]. Add prototype for __wcschr_ia32.
44604 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44606         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
44607         of %rbp unmolested in the jmp_buf while mangling the low bits.
44608         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
44609         unmolested high bits of %rbp while demangling the low bits.
44610         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
44612 2012-05-21  Andreas Jaeger  <aj@suse.de>
44614         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
44615         * sunrpc/svc_simple.c: Use it for registerrpc.
44616         * sunrpc/xcrypt.c: Use it for passwd2des.
44618         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
44620 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44622         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
44623         Don't define if [__SYSCALL_WORDSIZE != 32].
44624         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
44625         New macro.
44627 2012-05-21  Bruno Haible  <bruno@clisp.org>
44628             Andreas Jaeger  <aj@suse.de>
44630         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
44631         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
44632         inptr and inend for must_buffer_ch.
44633         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
44634         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
44635         * stdio-common/Makefile (tests): Remove bug15.
44636         (bug15-ENV): Remove macro.
44637         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
44638         anymore.
44640 2012-05-19  Andreas Jaeger  <aj@suse.de>
44641             Roland McGrath  <roland@hack.frob.com>
44643         * manual/contrib.texi: Completely rewritten. It contains now an
44644         alphabetical list of contributors and their contributions.
44646 2012-05-21  Richard Henderson  <rth@twiddle.net>
44648         * misc/getauxval.c (__getauxval): Use unsigned long int.
44649         * misc/sys/auxv.h: Include <sys/cdefs.h>.
44650         (getauxval): Use unsigned long int.
44652 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
44654         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
44656 2012-05-21  Roland McGrath  <roland@hack.frob.com>
44658         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
44659         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
44660         __alignof__ (long double).
44662 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44666 2012-05-20  Richard Henderson  <rth@twiddle.net>
44668         * misc/getauxval.c: New file.
44669         * misc/sys/auxv.h: New file.
44670         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
44671         (routines): Add getauxval.
44672         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
44673         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
44674         * elf/dl-sysdep.c (_dl_auxv): Remove.
44675         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
44676         * elf/dl-support.c (_dl_auxv): New variable.
44677         (_dl_aux_init): Initialize it.
44678         * manual/startup.texi (Auxiliary Vector): New node.
44679         * sysdeps/generic/bits/hwcap.h: New file.
44680         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
44681         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
44682         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
44683         * sysdeps/sparc/sysdep.h: ... here.  Include it.
44684         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
44685         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
44686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44687         Update.
44688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
44689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
44690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
44691         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
44692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
44694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
44695         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
44697 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44701 2012-05-19  David S. Miller  <davem@davemloft.net>
44703         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44705 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44707         [BZ #14123]
44708         * math/s_ccosh.c: Include <float.h>
44709         (__ccosh): Avoid internal overflow calculating sinh and cosh
44710         values before multiplying by sin and cos values.
44711         * math/s_ccoshf.c: Likewise.
44712         * math/s_ccoshl.c: Likewise.
44713         * math/s_csin.c: Likewise.
44714         * math/s_csinf.c: Likewise.
44715         * math/s_csinl.c: Likewise.
44716         * math/s_csinh.c: Likewise.
44717         * math/s_csinhf.c: Likewise.
44718         * math/s_csinhl.c: Likewise.
44719         * math/libm-test.inc (ccos_test): Add more tests.
44720         (ccosh_test): Likewise.
44721         (csin_test): Likewise.
44722         (csinh_test): Likewise.
44723         * sysdeps/i386/fpu/libm-test-ulps: Update.
44724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44726 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44728         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44729         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44731         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44733 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44735         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44736         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44737         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44738         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44739         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44740         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44741         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44742         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44743         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44744         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44745         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44746         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44747         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44748         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44749         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44750         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44751         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44752         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44753         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44754         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44755         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44756         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44757         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44758         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44759         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44760         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44761         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44762         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44763         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44764         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44765         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44767 2012-05-18  Andreas Jaeger  <aj@suse.de>
44769         * csu/.gitignore: Delete.
44771 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44773         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44774         (timex): Use __syscall_slong_t.
44776 2012-05-18  Andreas Jaeger  <aj@suse.de>
44777             Carlos O'Donell  <carlos_odonell@mentor.com>
44779         * manual/install.texi (Configuring and compiling): Update
44780         description about files modified in the source directory.
44781         * INSTALL: Regenerated.
44783 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44785         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44786         value.  Use "or" to set return value to -1.
44787         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44788         negate return value.
44790 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44792         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44793         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44794         failure if the compiler has Graphite support disabled.
44795         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44796         Likewise.
44797         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44798         (CFLAGS-memmove.c): Likewise.
44799         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44800         Likewise.
44802 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44804         * sysdeps/x86_64/x32/_itoa.h: New file.
44806         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44807         getdents system call only if kernel and user dirents have the
44808         same d_ino and d_off.
44810         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44811         LLONG_MAX != LONG_MAX.
44812         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44813         (_fitoa_word): Likewise.
44815         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44816         years.
44817         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44818         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44819         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44821         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44822         include <bits/wordsize.h>.  Check __x86_64__ instead of
44823         __WORDSIZE.
44824         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44825         if __x86_64__ is defined.  Use anonymous union on fpstate.
44827         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44828         anonymous union.
44830 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44832         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44833         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44834         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44835         Refer to _rtld_local_ro instead of _rtld_global_ro.
44836         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44837         Likewise.
44838         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44839         Likewise.
44840         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44841         Likewise.
44842         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44843         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44844         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44846         * sysdeps/powerpc/powerpc32/dl-machine.c
44847         (__elf_machine_runtime_setup) [PROF]: Don't reference
44848         _dl_prof_resolve.
44850 2012-05-18  Andreas Jaeger  <aj@suse.de>
44852         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44853         function only available for GCCs before 3.4 since GCC 3.4
44854         introduced a builtin.
44855         (lrint): Likewise.
44856         (llrintf): Likewise.
44857         (llrint): Likewise.
44858         (fmaxf): Likewise.
44859         (fmax): Likewise.
44860         (fminf): Likewise.
44861         (fmin): Likewise.
44862         (rint): Likewise.
44863         (rintf): Likewise.
44864         (nearbyint): Likewise.
44865         (nearbyintf): Likewise.
44866         (ceil): Likewise.
44867         (ceilf): Likewise.
44868         (floor): Likewise.
44869         (floorf): Likewise.
44871 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44873         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44874         on both fields and cast pointer to __syscall_ulong_t.
44876         * bits/types.h (__fsword_t): New type.
44877         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44878         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44879         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44880         (__FSWORD_T_TYPE): Likewise.
44881         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44882         (__FSWORD_T_TYPE): Likewise.
44883         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44884         (__FSWORD_T_TYPE): Likewise.
44885         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44886         (__FSWORD_T_TYPE): Likewise.
44887         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44888         __SWORD_TYPE with __fsword_t.
44889         (statfs64): Likewise.
44891 2012-05-17  David S. Miller  <davem@davemloft.net>
44893         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44895 2012-05-17  Andreas Jaeger  <aj@suse.de>
44897         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44898         warning.
44900 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44902         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44904 2012-05-17  Andreas Jaeger  <aj@suse.de>
44906         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44907         when it is used.
44909 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44911         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44913 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44915         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44916         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44918 2012-05-17  Andreas Jaeger  <aj@suse.de>
44919             Carlos O'Donell  <carlos_odonell@mentor.com>
44921         [BZ #14059]
44922         * sysdeps/x86_64/multiarch/init-arch.h
44923         (bit_YMM_Usable): Rename to...
44924         (bit_AVX_Usable): ... this.
44925         (bit_FMA4_Usable): New macro.
44926         (bit_XMM_state): New macro.
44927         (bit_YMM_state): New macro.
44928         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44929         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44930         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44931         (CPUID_OSXSAVE): New macro.
44932         (CPUID_AVX): New macro.
44933         (CPUID_FMA4): New macro.
44934         (index_YMM_Usable): Rename to...
44935         (index_AVX_Usable): ... this.
44936         (HAS_AVX): Use HAS_ARCH_FEATURE.
44937         (HAS_FMA4): Likewise.
44938         (HAS_YMM_USABLE): Remove.
44939         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44940         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44941         are present.
44942         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44943         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44944         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44945         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44946         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44948 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44950         * math/libm-test.c: Support platforms without multiple rounding modes.
44951         * math/bug-nextafter.c: Support platforms without FP exceptions.
44952         * math/bug-nexttoward.c: Likewise.
44953         * math/test-fenv.c: Likewise.
44954         * math/test-misc.c: Likewise.
44955         * stdlib/bug-getcontext.c: Likewise.
44957 2012-05-17  Andreas Jaeger  <aj@suse.de>
44959         * manual/examples/search.c (critter_cmp): Change signature to
44960         avoid warnings.
44961         * manual/string.texi (Collation Functions): Likewise.
44963 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44965         * bits/types.h: Fold copyright years.
44966         * bits/typesizes.h: Likewise.
44967         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44968         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44969         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44970         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44971         * time/time.h: Likewise.
44973 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44975         [BZ #208]
44976         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44977         in instead of returning them.  Return void.
44978         (__libc_mallinfo): Accumulate over all arenas.
44979         (__malloc_stats): Adjust for change in int_mallinfo interface.
44981 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44983         [BZ #10375]
44984         * configure.in (NM): Add AC_CHECK_TOOL for it.
44985         (libc_extra_cflags): New substituted variable.
44986         Check for -fstack-protector being used implicitly.
44987         * configure: Regenerated.
44988         * config.make.in (config-extra-cflags): New variable,
44989         gets @libc_extra_cflags@.
44990         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44992         [BZ #10375]
44993         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44994         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44995         * configure: Regenerated.
44996         * config.make.in (CPPUNDEFS): New substituted variable.
44997         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44998         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44999         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
45001 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45003         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
45004         (mq_attr): Use __syscall_slong_t.
45006 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45008         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
45009         Check __x86_64__ instead of __WORDSIZE.
45010         (_STAT_VER_LINUX): Likewise.
45011         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
45012         __syscall_ulong_t and __syscall_slong_t.
45013         (stat64): Likewise.
45015 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45017         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
45019 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45021         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
45023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45025         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
45026         __syscall_ulong_t.
45028         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
45029         include <bits/wordsize.h>.  Check __x86_64__ instead of
45030         __WORDSIZE.
45031         (greg_t): Use "__extension__ long long int" if __x86_64__ is
45032         defined.
45033         (mcontext_t): Replace "unsigned long" with "unsigned long long".
45035         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
45036         include <bits/wordsize.h>.  Check __x86_64__ instead of
45037         __WORDSIZE.
45038         (user_regs_struct): Use "__extension__ unsigned long long"
45039         instead of "unsigned long" if __x86_64__ is defined.
45040         (user): Likewise.  Pad after pointer field if __ILP32__ is
45041         defined.
45043 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
45045         * configure.in (makeinfo): Require version 4.5 or later.  Allow
45046         versions 5 to 9.
45047         * configure: Regenerated.
45048         * manual/install.texi (texinfo): Increase version requirement to
45049         4.5 or later.
45050         * INSTALL: Regenerated.
45052         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
45054 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
45056         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
45058         * sysdeps/x86_64/x32/ffs.c: New file.
45060         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
45061         __syscall_ulong_t.
45062         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
45063         defined.  Use __syscall_ulong_t.
45064         (shminfo): Use __syscall_ulong_t.
45065         (shm_info): Likewise.
45067         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
45068         __syscall_ulong_t.
45070         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
45071         <bits/wordsize.h>.
45072         (msgqnum_t): Use __syscall_ulong_t.
45073         (msglen_t): Likewise.
45074         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
45075         __syscall_ulong_t.
45077         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
45078         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45080         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
45082         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
45083         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
45085         * sysvipc/sys/msg.h (msgbuf): Replace long int with
45086         __syscall_slong_t.
45088         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
45089         include <bits/wordsize.h>.  Check __x86_64__ instead of
45090         __WORDSIZE.
45092         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
45093         "unsigned long long int" if __x86_64__ is defined.
45094         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
45096         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
45097         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
45098         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
45100         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
45101         <stdint.h>.
45102         (GET_PC): Cast to uintptr_t first.
45103         (GET_FRAME): Likewise.
45104         (GET_STACK): Likewise.
45106         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
45107         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
45108         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
45109         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
45110         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
45111         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
45112         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
45113         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
45114         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
45115         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
45116         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
45117         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
45118         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
45119         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
45120         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
45121         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
45122         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
45123         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
45124         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
45125         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
45126         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
45127         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
45128         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
45129         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
45130         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
45131         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
45132         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
45133         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
45134         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
45136 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
45138         * Makerules (+depfiles): Also collect depfiles from .oS in
45139         $(extra-objs).
45140         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
45141         .oS, $(libnldbl-routines)).
45143         * Makerules (native-compile-mkdep-flags): Define.
45144         * sunrpc/Makefile (extra-objs): Add $(addprefix
45145         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
45146         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
45147         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
45148         calling $(make-target-directory).
45150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45152         * bits/types.h (__snseconds_t): Removed.
45153         * time/time.h (struct timespec): Replace __snseconds_t with
45154         __syscall_slong_t.
45155         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
45156         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
45157         Likewise.
45158         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45159         (__SNSECONDS_T_TYPE): Likewise.
45160         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45161         (__SNSECONDS_T_TYPE): Likewise.
45162         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45163         (__SNSECONDS_T_TYPE): Likewise.
45165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45167         * sysdeps/mach/hurd/bits/typesizes.h
45168         (__SYSCALL_SLONG_TYPE): New macro.
45169         (__SYSCALL_ULONG_TYPE): Likewise.
45171 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45173         * bits/types.h (__syscall_slong_t): New type.
45174         (__syscall_ulong_t): Likewise.
45176         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
45177         (__SYSCALL_ULONG_TYPE): Likewise.
45178         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45179         (__SYSCALL_SLONG_TYPE): Likewise.
45180         (__SYSCALL_ULONG_TYPE): Likewise.
45181         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45182         (__SYSCALL_SLONG_TYPE): Likewise.
45183         (__SYSCALL_ULONG_TYPE): Likewise.
45184         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45185         (__SYSCALL_SLONG_TYPE): Likewise.
45186         (__SYSCALL_ULONG_TYPE): Likewise.
45188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45190         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
45191         Add sigaltstack-offsets.sym.
45192         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
45193         <sigaltstack-offsets.h>.
45194         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
45195         longjmp_msg pointer.
45196         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
45197         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
45198         signal stack.
45199         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
45201 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45203         * elf/stackguard-macros.h: Remove file.
45204         * sysdeps/generic/stackguard-macros.h: New file.
45205         * sysdeps/i386/stackguard-macros.h: Likewise.
45206         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
45207         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
45208         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
45209         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
45210         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
45211         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
45212         * sysdeps/x86_64/stackguard-macros.h: Likewise.
45213         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
45214         <elf/stackguard-macros.h>.
45216         [BZ #14109]
45217         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
45218         __aligned__ in attribute.
45219         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
45220         (gregset_t): Likewise.
45222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45224         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
45225         * sysdeps/x86_64/64/Implies-after: Here.  New file.
45226         * sysdeps/x86_64/x32/Implies-after: New file.
45228 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45230         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
45231         and access return value for _dl_profile_fixup.  Use R10_LP to
45232         load frame size.
45234 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45236         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
45238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45240         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
45241         * sysdeps/x86_64/x32/sysdep.h: New file.
45243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45245         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
45246         * sysdeps/x86_64/setjmp.S: Likewise.
45248 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45250         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
45251         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
45252         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
45253         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
45254         remove unused global constant.
45256 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
45258         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
45259         include of <not-cancel.h>.
45261 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45263         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
45265 2012-05-15  Jeff Law  <law@redhat.com>
45266             Andreas Jaeger  <aj@suse.de>
45268         [BZ #13594]
45269         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
45270         out from...
45271         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
45272         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
45273         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
45274         code changing __hst_map_handle.map.
45276 2012-05-15  Roland McGrath  <roland@hack.frob.com>
45278         * configure.in (sysnames): Look for Implies-before and Implies-after
45279         files.
45280         * configure: Regenerated.
45282 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45284         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
45285         8-byte data alignment with LP_SIZE alignment.
45287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45289         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
45290         into R10_LP.
45292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45294         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
45296 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45298         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
45299         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
45300         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
45301         Likewise.
45302         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
45304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45306         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
45307         (stackinfo_sub_sp): Likewise.
45309 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45311         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
45312         RAX_LP.
45314 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45316         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
45317         into R*_LP.
45319 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45321         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
45322         sizes into R*_LP.
45324 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45326         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
45328 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45330         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
45331         into R11_LP and load __x86_64_shared_cache_size_half into
45332         R8_LP.
45334 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45336         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
45337         R8_LP.
45339 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45341         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
45342         logb for POWER7.
45343         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
45344         logbf for POWER7.
45345         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
45346         logbl for POWER7.
45347         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
45348         powerpc32/power7/fpu/s_logb.c via #include.
45349         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
45350         powerpc32/power7/fpu/s_logbf.c via #include.
45351         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
45352         powerpc32/power7/fpu/s_logbl.c via #include.
45354 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
45356         * README.libm: Remove file.
45358 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45360         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
45361         count for x32.  Use R*_LP and omit operand-size suffix.
45363 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45365         * shlib-versions: Move x86_64-.*-linux.* entries to ...
45366         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
45367         * sysdeps/x86_64/x32/shlib-versions: New file.
45369 2012-05-14  Roland McGrath  <roland@hack.frob.com>
45371         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
45372         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
45373         Use _dl_fatal_printf instead.
45375 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45377         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
45378         set if not set by the user.  Do not allow for being unset.
45379         * sysdeps/unix/sysv/linux/configure: Regenerated.
45381 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45383         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
45384         the `q' suffix from lea and replace .quad with ASM_ADDR.
45386 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45388         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
45389         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
45390         instead of $17.
45391         (PTR_DEMANGLE): Likewise.
45393 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45395         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
45396         (LP_OP): Likewise.
45397         (ASM_ADDR): Likewise.
45398         (RAX_LP): Likewise.
45399         (RBP_LP): Likewise.
45400         (RBX_LP): Likewise.
45401         (RCX_LP): Likewise.
45402         (RDI_LP): Likewise.
45403         (RSI_LP): Likewise.
45404         (RSP_LP): Likewise.
45405         (R8_LP): Likewise.
45406         (R9_LP): Likewise.
45407         (R10_LP): Likewise.
45408         (R10_LP): Likewise.
45409         (R11_LP): Likewise.
45410         (R12_LP): Likewise.
45411         (R13_LP): Likewise.
45412         (R14_LP): Likewise.
45413         (R15_LP): Likewise.
45415 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45417         * sysdeps/x86_64/x32/dl-machine.h: New file.
45419 2012-05-14  Andreas Jaeger  <aj@suse.de>
45421         * manual/Makefile (subdir): Remove export of subdir.
45422         (all): Remove target.
45423         (.PHONY): Remove all from list.
45424         (mkinstalldirs): Remove.
45425         (.PHONY): Remove installdirs from list.
45426         ($(inst_infodir)/libc.info): Use make-target-directory.
45427         (installdirs): Remove.
45428         (subdir_%): Remove.
45429         (glibc-targets): Remove.
45430         (lib): Remove.
45431         (stubs): Remove.
45432         ($(objpfx)stubs ../po/manual.pot): Remove.
45433         ($(objpfx)stamp%): Remove.
45434         (make-target-directory): Remove.
45435         (subdir_install): Remove.
45436         (routines): Remove.
45437         (aux): Remove.
45438         (sources): Remove.
45439         (objects): Remove.
45440         (headers): Remove.
45442         [BZ #13750]
45443         * manual/.gitignore: Remove, it's not needed anymore.
45444         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
45445         all files in it.
45446         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
45447         directory.
45448         (texis): Renamed to $(objpfx)texis.
45449         (texis-path): New, contains path to generated files.
45450         (chapters.%): Use texis-path for complete path, add extra argument
45451         libc-texinfo.sh.
45452         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
45453         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
45454         (summary,texi, stamp-summary): Use complete path of
45455         files. Generate files in build dir.
45456         (dir-add.texi): Build in build dir.
45457         (libm-err.texi,stamp-libm-err): Likewise.
45458         (version.texi, stamp-version): Likewise.
45459         (.%c.texi): Likewise.
45460         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
45461         (mostlyclean): Remove target.
45462         (realclean): Remove target.
45463         (generated): Add new variable with contents from mostlyclean and
45464         realclean, remove entries duplicated in common-mostlyclean, add
45465         stamp-libm-err and stamp-version.
45466         (generated-dirs): Add libc directory.
45467         ($(inst_infodir)/libc.info): Install files from build dir.
45469         * manual/install.texi (Configuring and compiling): Adjust since
45470         the info files are not part of the tar ball anymore.
45472 2012-05-14  Andreas Jaeger  <aj@suse.de>
45474         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
45475         variable.
45477 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
45479         [BZ #13717]
45480         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
45481         to 2.2.0 where earlier.
45482         * sysdeps/unix/sysv/linux/configure: Regenerated.
45483         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
45484         Remove conditional code.
45485         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
45486         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
45487         Remove conditional code.
45488         [!__NR_lchown]: Likewise.
45489         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45490         [__NR_lchown]: Likewise.
45491         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
45492         comment referencing __ASSUME_LCHOWN_SYSCALL.
45493         * sysdeps/unix/sysv/linux/i386/sigaction.c
45494         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45495         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45496         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
45497         Remove conditional code.
45498         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
45499         (__protocol_available): Remove #if 0 code.
45500         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
45501         conditional code.
45502         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
45503         * sysdeps/unix/sysv/linux/kernel-features.h
45504         (__ASSUME_GETCWD_SYSCALL): Don't define.
45505         (__ASSUME_REALTIME_SIGNALS): Likewise.
45506         (__ASSUME_PREAD_SYSCALL): Likewise.
45507         (__ASSUME_PWRITE_SYSCALL): Likewise.
45508         (__ASSUME_POLL_SYSCALL): Likewise.
45509         (__ASSUME_LCHOWN_SYSCALL): Likewise.
45510         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
45511         non-SPARC.
45512         (__ASSUME_SIOCGIFNAME): Don't define.
45513         (__ASSUME_MSG_NOSIGNAL): Likewise.
45514         (__ASSUME_SENDFILE): Define unconditionally.
45515         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
45516         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
45517         conditional code.
45518         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
45519         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
45520         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45521         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45522         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
45523         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
45524         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
45525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
45526         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45527         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
45529         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45530         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
45532         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45533         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
45535         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45536         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
45538         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45539         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
45541         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
45542         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
45544         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45545         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
45547         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45548         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45549         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
45550         Remove conditional code.
45551         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45552         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45553         Remove conditional code.
45554         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45555         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
45556         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
45557         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45558         Remove conditional code.
45559         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45560         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
45561         Remove conditional code.
45562         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45563         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
45564         Remove conditional code.
45565         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45566         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
45567         Remove conditional code.
45568         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
45569         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
45570         Remove conditional code.
45571         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45572         * sysdeps/unix/sysv/linux/sh/pwrite64.c
45573         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
45574         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
45575         * sysdeps/unix/sysv/linux/sigaction.c
45576         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45577         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45578         * sysdeps/unix/sysv/linux/sigpending.c
45579         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45580         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45581         * sysdeps/unix/sysv/linux/sigprocmask.c
45582         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45583         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45584         * sysdeps/unix/sysv/linux/sigsuspend.c
45585         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
45586         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
45587         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
45588         (__libc_missing_rt_sigs): Remove.
45589         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
45590         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
45591         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
45592         Remove conditional code.
45593         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
45594         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
45595         return 1.
45596         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
45597         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
45598         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
45599         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
45601 2012-05-14  Andreas Jaeger  <aj@suse.de>
45603         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
45604         it's not used in glibc.
45605         (__coshm1): Likewise.
45606         (__acosh1p): Likewise.
45607         (__sgn): Likewise.
45609         * manual/string.texi (Copying and Concatenation): Add missing
45610         variable in concat example.
45611         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
45613 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45615         [BZ #14103]
45616         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
45617         __builtin_clzl with __builtin_clzll.
45619 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45621         [BZ #14104]
45622         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
45623         libc_freeres_ptr.
45625 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45627         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
45628         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
45629         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
45630         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
45632 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
45634         * NEWS: Update ia64 info.
45636 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
45638         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
45639         used as bcopy.
45641 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
45643         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
45644         * sysdeps/unix/syscalls.list (dup3): Likewise.
45645         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
45646         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
45648 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45650         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
45651         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
45653 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
45655         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
45656         thread pointer.
45657         (TLS_IE): Use mov/add instead of movq/addq to load thread
45658         pointer.
45659         (TLS_GD_PREFIX): New.
45660         (TLS_GD): Use it.
45662 2012-05-11  David S. Miller  <davem@davemloft.net>
45664         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
45665         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
45666         (_FPU_SETCW): Likewise.
45668 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45670         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
45671         is 32-byte aligned.
45673 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
45675         [BZ #11837]
45676         * iconvdata/gb18030.c: Update tables.
45677         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
45678         characters specially.
45679         (BODY for TO_LOOP): Add encoding of missing ranges.
45681 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
45683         [BZ #13673]
45684         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
45685         * sysdeps/mach/hurd/dup3.c: Likewise.
45686         * sysdeps/mach/hurd/readlinkat.c: Likewise.
45687         * sysdeps/powerpc/memmove.c:: Likewise.
45689 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45691         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
45692         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
45694 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45696         * elf/elf.h (R_X86_64_RELATIVE64): New.
45697         (R_X86_64_NUM): Updated.
45698         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
45699         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
45700         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
45701         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
45702         tst-quad1pie tst-quad2pie
45703         (modules-names): Add tst-quadmod1 tst-quadmod2.
45704         ($(objpfx)tst-quad1): New dependency.
45705         ($(objpfx)tst-quad2): Likewise.
45706         ($(objpfx)tst-quad1pie): Likewise.
45707         ($(objpfx)tst-quad2pie): Likewise.
45708         * sysdeps/x86_64/tst-quad1.c: New file.
45709         * sysdeps/x86_64/tst-quad1pie.c: New file.
45710         * sysdeps/x86_64/tst-quad2.c: Likewise.
45711         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45712         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45713         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45714         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45715         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45717 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45719         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45720         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45721         * streams/stropts.h (t_scalar_t): Define type.
45723         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45724         (_PATH_PRESERVE): Set to "/var/lib".
45725         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45727         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45728         instead of int.
45730         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45731         if __dir_mkfile succeeded.
45733         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45734         checking for _hurd_dtablesize.  Unlock it right after having
45735         finished _hurd_dtable allocation.
45737 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45739         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45740         * sysdeps/mach/hurd/configure: Regenerated.
45741         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45742         special-casing to...
45743         * sysdeps/gnu/configure.in: ... this new file.
45744         * sysdeps/unix/sysv/linux/configure: Regenerated.
45745         * sysdeps/gnu/configure: New generated file.
45747         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45748         for Linux: use nsec instead of usec, as well as:
45749         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45750         members of type struct timespec.
45751         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45752         New macros.
45753         (struct stat64): Likewise.
45754         (_STATBUF_ST_NSEC): New macro.
45755         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45757         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45758         __strtoul_internal rather than strtoul.
45760 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45762         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45763         and reject them.
45765 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45767         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45768         which preserves existing values.
45769         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45771 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45773         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45774         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45775         greater than FD_SETSIZE.
45777 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45779         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45780         allocated, call __vm_protect to finish enabling the existing space, and
45781         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45782         allocate the remainder.
45784 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45786         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45787         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45789 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45791         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45792         sysdeps/mach/hurd/readlink.c.
45794         * posix/tst-sysconf.c (posix_options): Only use
45795         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45796         _POSIX_SYNCHRONIZED_IO when they are defined
45797         * sysdeps/mach/hurd/bits/posix_opt.h:
45798         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45799         (_XOPEN_REALTIME): Undefine macro.
45800         (_XOPEN_REALTIME_THREADS): Undefine macro.
45801         (_XOPEN_SHM): Undefine macro.
45802         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45803         macro to -1.
45804         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45805         macro to -1.
45806         (_POSIX_ASYNC_IO): Undefine macro.
45807         (_POSIX_PRIORITIZED_IO): Undefine macro.
45808         (_POSIX_SPIN_LOCKS): Define macro to -1.
45810         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45811         SA_NODEFER, SA_RESETHAND.
45812         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45813         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45814         F_DUPFD_CLOEXEC.
45816 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45818         * elf/Makefile (pldd-modules): Define unconditionally.
45820 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45822         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45824 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45826         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45827         Return ENOENT when name is empty.
45828         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45830 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45832         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45834         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45836 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45838         Fix mlock in all cases except non-readable pages.
45839         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45840         instead of VM_PROT_ALL as parameter to __vm_wire function.
45842         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45843         (__mkdir): When path is `/', just fail with EEXIST.
45844         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45846 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45848         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45849         <sys/uio.h> (for writev).
45850         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45851         and <sys/param.h> (for MIN).
45853 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45855         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45856         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45857         if interrupted.
45859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45861         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45862         Depend on against $(link-rpcuserlibs).
45864 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45866         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45867         (__libc_stack_end): Do not use attribute_relro.
45868         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45869         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45870         to libthread-provided value.
45871         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45872         attribute_relro.
45874 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45876         [BZ #3748]
45877         * bits/libc-lock.h (__libc_once_get): New macro.
45878         * sysdeps/mach/bits/libc-lock.h: Likewise.
45879         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45880         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45881         instead of using implementation details.
45883         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45884         * libio/freopen.c: Likewise.
45885         * libio/freopen64.c: Likewise.
45886         * misc/syslog.c: Likewise.
45887         * nscd/connections.c: Likewise.
45888         * nscd/netgroupcache.c: Likewise.
45889         * sysdeps/posix/getcwd.c: Likewise.
45891 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45893         * math/w_ilogbf.c: Add #include <limits.h>.
45895 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45897         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45898         path instead of returning without unlocking.
45900         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45901         immediate-write ioctls.
45902         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45904 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45906         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45907         __builtin_frame_address instead of making assumptions about the
45908         location of the return address relative to DATA.  Force early load of
45909         the return address.
45910         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45911         __builtin_frame_address.
45913         dup3 for GNU Hurd.
45914         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45915         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45916         implement dup3 and do some further code clean-ups.
45917         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45918         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45920 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45922         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45924         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45925         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45926         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45927         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45928         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45929         d->port.lock.
45931         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45932         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45933         when handler == SIG_ERR, not when handler != SIG_ERR.
45935 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45937         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45938         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45939         definitions.
45941         accept4 for GNU Hurd.
45942         * include/sys/socket.h (__libc_accept4): New prototype.
45943         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45944         to implement __libc_accept4.
45945         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45946         __libc_accept4.
45947         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45949         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45950         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45951         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45952         signal-defines.sym.
45954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45956         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45958 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45960         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45961         assertion on O_CLOEXEC flag.
45962         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45963         * hurd/intern-fd.c: Likewise.
45964         * hurd/port2fd.c: Likewise.
45966 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45968         [BZ #3906]
45969         * bits/in.h (IPV6_PKTINFO): Define new macro.
45970         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45972 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45974         [BZ #13954]
45975         [BZ #13955]
45976         [BZ #13956]
45977         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45978         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45979         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45980         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45981         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45982         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45983         * math/libm-test.inc (logb_test) : Additional logb tests.
45985 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45986             Andreas Jaeger  <aj@suse.de>
45988         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45989         * configure: Regenerated.
45990         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45991         * config.make.in (link-obsolete-rpc): New substituted variable.
45992         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45993         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45994         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45995         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45996         so that libc.a contains the symbols.
45997         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45998         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45999         * sunrpc/auth_none.c: Likewise.
46000         * sunrpc/auth_unix.c: Likewise.
46001         * sunrpc/authdes_prot.c: Likewise.
46002         * sunrpc/authuxprot.c: Likewise.
46003         * sunrpc/clnt_gen.c: Likewise.
46004         * sunrpc/clnt_perr.c: Likewise.
46005         * sunrpc/clnt_raw.c: Likewise.
46006         * sunrpc/clnt_simp.c: Likewise.
46007         * sunrpc/clnt_tcp.c: Likewise.
46008         * sunrpc/clnt_udp.c: Likewise.
46009         * sunrpc/clnt_unix.c: Likewise.
46010         * sunrpc/des_crypt.c: Likewise.
46011         * sunrpc/des_soft.c: Likewise.
46012         * sunrpc/get_myaddr.c: Likewise.
46013         * sunrpc/key_call.c: Likewise.
46014         * sunrpc/key_prot.c: Likewise.
46015         * sunrpc/netname.c: Likewise.
46016         * sunrpc/pm_getmaps.c: Likewise.
46017         * sunrpc/pm_getport.c: Likewise.
46018         * sunrpc/pmap_clnt.c: Likewise.
46019         * sunrpc/pmap_prot.c: Likewise.
46020         * sunrpc/pmap_prot2.c: Likewise.
46021         * sunrpc/pmap_rmt.c: Likewise.
46022         * sunrpc/publickey.c: Likewise.
46023         * sunrpc/rpc_cmsg.c: Likewise.
46024         * sunrpc/rpc_common.c: Likewise.
46025         * sunrpc/rpc_dtable.c: Likewise.
46026         * sunrpc/rpc_prot.c: Likewise.
46027         * sunrpc/rpc_thread.c: Likewise.
46028         * sunrpc/rtime.c: Likewise.
46029         * sunrpc/svc.c: Likewise.
46030         * sunrpc/svc_auth.c: Likewise.
46031         * sunrpc/svc_raw.c: Likewise.
46032         * sunrpc/svc_run.c: Likewise.
46033         * sunrpc/svc_tcp.c: Likewise.
46034         * sunrpc/svc_udp.c: Likewise.
46035         * sunrpc/svc_unix.c: Likewise.
46036         * sunrpc/svcauth_des.c: Likewise.
46037         * sunrpc/xcrypt.c: Likewise.
46038         * sunrpc/xdr.c: Likewise.
46039         * sunrpc/xdr_array.c: Likewise.
46040         * sunrpc/xdr_float.c: Likewise.
46041         * sunrpc/xdr_intXX_t.c: Likewise.
46042         * sunrpc/xdr_mem.c: Likewise.
46043         * sunrpc/xdr_rec.c: Likewise.
46044         * sunrpc/xdr_ref.c: Likewise.
46045         * sunrpc/xdr_sizeof.c: Likewise.
46046         * sunrpc/xdr_stdio.c: Likewise.
46048 2012-05-10  Roland McGrath  <roland@hack.frob.com>
46050         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
46051         change.  Update copyright years.
46053 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46055         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
46057 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
46058             Joseph Myers  <joseph@codesourcery.com>
46059             Paul Pluzhnikov  <ppluzhnikov@google.com>
46061         [BZ #14012]
46062         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
46063         requiring rpcgen.
46064         [cross-compiling] (extra-libs): Likewise.
46065         [cross-compiling] (extra-libs-others): Likewise.
46066         [cross-compiling] (librpcsvc-routines): Likewise.
46067         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
46068         [cross-compiling] (omit-deps): Likewise.
46069         (sunrpc-CPPFLAGS): New variable.
46070         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
46071         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
46072         (cross-rpcgen-objs): New variable.
46073         (extra-objs): Append $(cross-rpcgen-objs).
46074         ($(cross-rpcgen-objs)): New rule.
46075         ($(objpfx)cross-rpcgen): Likewise.
46076         (rpcgen-cmd): Define to use $(built-program-file).  Expand
46077         comment.
46078         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
46079         ($(objpfx)x%.stmp): Likewise.
46080         * sunrpc/proto.h [IS_IN_build] (_): Define.
46081         [IS_IN_build] (_libc_intl_domainname): Likewise.
46083 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
46085         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
46086         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
46087         and R_X86_64_TPOFF64.
46089 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
46091         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
46092         sysdeps/unix/sysv/syscalls.list.
46093         (stime): Likewise.
46094         (utime): Likewise.
46095         * sysdeps/unix/sysv/syscalls.list: Remove file.
46097 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46099         [BZ #3440]
46100         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
46101         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
46102         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
46103         (__LC_IDENTIFICATION): Make these macros useful in #if
46104         expressions, as required by C99.
46106 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
46108         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
46109         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
46110         after this.
46112 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
46114         * stdlib/longlong.h: Updated from GCC.
46116 2012-05-09  Andreas Jaeger  <aj@suse.de>
46118         * nscd/nscd.c (run_modes): Make named enum, reorder so that
46119         default is first entry.
46120         (run_mode): Set type.
46121         (main): Remove informal message about syslog.
46122         (options): Fix typo.
46124         [BZ #14053]
46125         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
46126         to asm.
46127         (lrint): Likewise.
46128         (llrintf): Likewise.
46129         (llrint): Likewise.
46130         (rint): Likewise.
46131         (rintf): Likewise.
46132         (nearbyint): Likewise.
46133         (nearbyintf): Likewise.
46135 2012-05-09  Andreas Jaeger  <aj@suse.de>
46136             Pedro Alves  <palves@redhat.com>
46138         * nscd/nscd.c (run_mode): Use enum.
46139         (main): Cleanup coding style issue.
46141 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
46142             Andreas Jaeger  <aj@suse.de>
46144         * nscd/nscd.c (go_background): Replaced with...
46145         (run_mode): ... this.
46146         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
46147         (options): Add -F --foreground.
46148         (main): Implement it.
46149         (parse_opt): Parse it.
46151 2012-05-09  Andreas Jaeger  <aj@suse.de>
46153         [BZ #14083]
46154         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
46155         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
46156         -Wconversion warning.
46157         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
46158         Likewise.
46160 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
46162         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
46163         == 0.
46164         (LC_ALL): Use macro-int-constant.
46165         (LC_COLLATE): Likewise.
46166         (LC_CTYPE): Likewise.
46167         (LC_MESSAGES): Likewise.
46168         (LC_MONETARY): Likewise.
46169         (LC_NUMERIC): Likewise.
46170         (LC_TIME): Likewise.
46171         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
46172         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46173         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46174         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
46175         Specify type.
46176         [C99-based standards] (float_t): Expect type.
46177         [C99-based standards] (double_t): Expect type.
46178         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
46179         type.
46180         [C99-based standards] (HUGE_VALL): Likewise.
46181         [C99-based standards] (INFINITY): Likewise.
46182         [C99-based standards] (NAN): Likewise.
46183         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
46184         [C99-based standards] (FP_NAN): Likewise.
46185         [C99-based standards] (FP_NORMAL): Likewise.
46186         [C99-based standards] (FP_SUBNORMAL): Likewise.
46187         [C99-based standards] (FP_ZERO): Likewise.
46188         [C99-based standards] (FP_FAST_FMA): Use
46189         optional-macro-int-constant.  Specify type.  Require == 1.
46190         [C99-based standards] (FP_FAST_FMAF): Likewise.
46191         [C99-based standards] (FP_FAST_FMAL): Likewise.
46192         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
46193         [C99-based standards] (FP_ILOGBNAN): Likewise.
46194         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
46195         Specify type.
46196         [C99-based standards] (MATH_ERREXCEPT): Likewise.
46197         [C99-based standards] (math_errhandling): Specify type.
46198         [ISO99 || ISO11] (signgam): Do not allow.
46199         [non-C99-based standards] (copysignf): Do not allow.
46200         [non-C99-based standards] (exp2f): Likewise.
46201         [non-C99-based standards] (log2f): Likewise.
46202         [non-C99-based standards] (modff): Allow.
46203         [non-C99-based standards] (erff): Do not allow.
46204         [non-C99-based standards] (erfcf): Likewise.
46205         [non-C99-based standards] (gammaf): Likewise.
46206         [non-C99-based standards] (hypotf): Likewise.
46207         [non-C99-based standards] (j0f): Likewise.
46208         [non-C99-based standards] (j1f): Likewise.
46209         [non-C99-based standards] (jnf): Likewise.
46210         [non-C99-based standards] (lgammaf): Likewise.
46211         [non-C99-based standards] (tgammaf): Likewise.
46212         [non-C99-based standards] (y0f): Likewise.
46213         [non-C99-based standards] (y1f): Likewise.
46214         [non-C99-based standards] (ynf): Likewise.
46215         [non-C99-based standards] (isnanf): Likewise.
46216         [non-C99-based standards] (acoshf): Likewise.
46217         [non-C99-based standards] (asinhf): Likewise.
46218         [non-C99-based standards] (atanhf): Likewise.
46219         [non-C99-based standards] (cbrtf): Likewise.
46220         [non-C99-based standards] (expm1f): Likewise.
46221         [non-C99-based standards] (ilogbf): Likewise.
46222         [non-C99-based standards] (log1pf): Likewise.
46223         [non-C99-based standards] (logbf): Likewise.
46224         [non-C99-based standards] (nextafterf): Likewise.
46225         [non-C99-based standards] (remainderf): Likewise.
46226         [non-C99-based standards] (rintf): Likewise.
46227         [non-C99-based standards] (scalbf): Likewise.
46228         [non-C99-based standards] (copysignl): Likewise.
46229         [non-C99-based standards] (exp2l): Likewise.
46230         [non-C99-based standards] (log2l): Likewise.
46231         [non-C99-based standards] (modfl): Allow.
46232         [non-C99-based standards] (erfl): Do not allow.
46233         [non-C99-based standards] (erfcl): Likewise.
46234         [non-C99-based standards] (gammal): Likewise.
46235         [non-C99-based standards] (hypotl): Likewise.
46236         [non-C99-based standards] (j0l): Likewise.
46237         [non-C99-based standards] (j1l): Likewise.
46238         [non-C99-based standards] (jnl): Likewise.
46239         [non-C99-based standards] (lgammal): Likewise.
46240         [non-C99-based standards] (tgammal): Likewise.
46241         [non-C99-based standards] (y0l): Likewise.
46242         [non-C99-based standards] (y1l): Likewise.
46243         [non-C99-based standards] (ynl): Likewise.
46244         [non-C99-based standards] (isnanl): Likewise.
46245         [non-C99-based standards] (acoshl): Likewise.
46246         [non-C99-based standards] (asinhl): Likewise.
46247         [non-C99-based standards] (atanhl): Likewise.
46248         [non-C99-based standards] (cbrtl): Likewise.
46249         [non-C99-based standards] (expm1l): Likewise.
46250         [non-C99-based standards] (ilogbl): Likewise.
46251         [non-C99-based standards] (log1pl): Likewise.
46252         [non-C99-based standards] (logbl): Likewise.
46253         [non-C99-based standards] (nextafterl): Likewise.
46254         [non-C99-based standards] (remainderl): Likewise.
46255         [non-C99-based standards] (rintl): Likewise.
46256         [non-C99-based standards] (scalbl): Likewise.
46257         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46258         [non-C99-based standards] (FP_*): Do not allow.
46259         [C99-based standards] (FP_*): Change to
46260         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
46261         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46262         allow.
46263         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
46264         (SIG_ERR): Likewise.
46265         [X/Open-based standards] (SIG_HOLD): Likewise.
46266         (SIG_IGN): Likewise.
46267         (SIGABRT): Use macro-int-constant.  Specify type.  Require
46268         positive value.
46269         (SIGFPE): Likewise.
46270         (SIGILL): Likewise.
46271         (SIGINT): Likewise.
46272         (SIGSEGV): Likewise.
46273         (SIGTER): Likewise.
46274         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
46275         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
46276         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
46277         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
46278         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
46279         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
46280         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
46281         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
46282         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
46283         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
46284         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
46285         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
46286         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
46287         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
46288         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
46289         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
46290         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
46291         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
46292         [X/Open-based standards] (SIGTRAP): Likewise.
46293         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
46294         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
46295         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
46296         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
46297         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46298         allow.
46300 2012-05-08  Ian Wienand  <ianw@vmware.com>
46302         [BZ #14080]
46303         * time/tzset.c (__tzset_parse_tz): Update default rules for
46304         daylight time changes in the Energy Policy Act of 2005.
46306 2012-05-09  Andreas Jaeger  <aj@suse.de>
46308         [BZ #13983]
46309         * elf/ldconfig.c (parse_conf): Change string to make clear that
46310         ldconfig only issued a warning if ld.so.conf does not exist.
46312 2012-05-08  David S. Miller  <davem@davemloft.net>
46314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
46315         movxtod instead of popping the value on the stack.
46317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46319 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
46321         * config.h.in: Add HAVE_ARM_PCS_VFP.
46323 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
46325         [BZ #13979]
46326         * include/features.h: Warn if user requests __FORTIFY_SOURCE
46327         checking but the checks are disabled for any reason.
46329 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
46331         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
46332         and ELF64_R_TYPE with ELFW(R_TYPE).
46334 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
46336         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
46337         (ulimit): Likewise.
46339         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
46340         (settimeofday): Likewise.
46342 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
46344         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
46345         a struct th_u2 inside the union, and move tu_block/tu_code into
46346         a new th_u3 union of tu_block/tu_code inside of that.  Move
46347         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
46348         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
46349         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
46350         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
46351         (th_stuff): Change to th_u1.tu_stuff.
46352         (th_data): Define.
46353         (th_msg): Change to th_u1.th_u2.tu_data.
46355 2012-05-07  David S. Miller  <davem@davemloft.net>
46357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46359         [BZ #14074]
46360         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
46361         (SETUP_PIC_REG): Use it.
46362         (SETUP_PIC_REG_LEAF): Use it.
46364 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
46366         [BZ #13885]
46367         [BZ #13923]
46368         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46369         USE_AS_EXPM1L.
46370         (EXPL_FINITE): Likewise.
46371         (FLDLOG): Likewise.
46372         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46373         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46374         e_expl.S.
46375         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46376         USE_AS_EXPM1L.
46377         (EXPL_FINITE): Likewise.
46378         (FLDLOG): Likewise.
46379         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
46380         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
46381         e_expl.S.
46382         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
46383         test of -max_value argument for long double.
46384         * sysdeps/i386/fpu/libm-test-ulps: Update.
46385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46387 2012-05-06  David S. Miller  <davem@davemloft.net>
46389         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
46390         quad soft-float symbols whose references which are compiler
46391         generated.
46392         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46394 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
46396         [BZ #13884]
46397         [BZ #13914]
46398         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46399         USE_AS_EXP10L.
46400         (EXPL_FINITE): Likewise.
46401         (FLDLOG): Likewise.
46402         (c0): Likewise.
46403         (c1): Likewise.
46404         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46405         Adjust comments for base varying.
46406         (__expl_finite): Change alias to EXPL_FINITE.
46407         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
46408         e_expl.S.
46409         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
46410         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
46411         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
46412         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
46413         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
46414         USE_AS_EXP10L.
46415         (EXPL_FINITE): Likewise.
46416         (FLDLOG): Likewise.
46417         (c0): Likewise.
46418         (c1): Likewise.
46419         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
46420         Adjust comments for base varying.
46421         (__expl_finite): Change alias to EXPL_FINITE.
46422         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
46423         tests for bugs.
46424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46426         [BZ #14064]
46427         * math/libm-test.inc (check_float_internal): Correct ulp
46428         calculation for subnormal expected results.
46430 2012-05-06  Andreas Jaeger  <aj@suse.de>
46432         * Makeconfig (+math-flags): New, set to -frounding-math.
46433         (+cflags): Add +math-flags so that all of glibc gets compiled with
46434         it.
46436         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
46438 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
46440         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
46441         Disable one test.
46443         [BZ #13787]
46444         [BZ #13922]
46445         [BZ #14036]
46446         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
46447         (__ieee754_expl): Allow for and saturate large arguments.
46448         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
46449         (u_threshold): Likewise.
46450         (__exp): Call __ieee754_exp before checking for overflow and
46451         underflow.
46452         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
46453         (u_threshold): Likewise.
46454         (__expf): Call __ieee754_expf before checking for overflow and
46455         underflow.
46456         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
46457         (u_threshold): Likewise.
46458         (__expl): Call __ieee754_expl before checking for overflow and
46459         underflow.
46460         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
46461         (__ieee754_expl): Allow for and saturate large arguments.
46462         * math/libm-test.inc (exp_test): Add another test.  Do not allow
46463         missing overflow exception on overflow.
46464         (expm1_test): Do not allow missing overflow exception on overflow.
46466         * sysdeps/i386/fpu/e_expl.c: Move to ...
46467         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
46468         rather than using inline asm.
46469         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
46470         * sysdeps/x86_64/fpu/e_expl.S: Copy from
46471         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
46473         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
46474         (nice): Likewise.
46475         (poll): Likewise.
46476         (signal): Likewise.
46477         (time): Likewise.
46478         (times): Likewise.
46480 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46482         * sysdeps/unix/syscalls.list (adjtime): Add entry from
46483         sysdeps/unix/common/syscalls.list.
46484         (fchmod): Likewise.
46485         (fchown): Likewise.
46486         (ftruncate): Likewise.
46487         (getrusage): Likewise.
46488         (gettimeofday): Likewise.
46489         (setpgid): Likewise.
46490         (setregid): Likewise.
46491         (setreuid): Likewise.
46492         (sigaction): Likewise.
46493         (truncate): Likewise.
46494         (vhangup): Likewise.
46495         * sysdeps/unix/common/syscalls.list: Remove file.
46496         * sysdeps/unix/bsd/Implies: Don't include unix/common.
46497         * sysdeps/unix/sysv/linux/Implies: Likewise.
46499 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
46501         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
46502         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
46503         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
46504         Moved to ...
46505         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
46506         Here.
46507         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
46508         to ...
46509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
46510         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
46511         to ...
46512         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
46513         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
46514         to ...
46515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
46516         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
46517         to ...
46518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
46519         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
46520         to ...
46521         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
46522         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
46523         to ...
46524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
46525         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
46526         to ...
46527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
46528         Here.
46529         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
46530         to ...
46531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
46532         Here.
46533         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
46534         to ...
46535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
46536         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
46537         Moved to ...
46538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
46539         Here.
46540         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
46541         to ...
46542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
46544 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46546         * sysdeps/unix/common/bits/dirent.h: Remove file.
46547         * sysdeps/unix/common/bits/fcntl.h: Likewise.
46549         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
46550         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
46551         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
46552         * sysdeps/unix/bsd/isatty.c: Likewise.
46553         * sysdeps/unix/bsd/tcdrain.c: Likewise.
46554         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
46555         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
46557 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46559         [BZ #13563]
46560         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
46561         long double comparison inaccuracies.
46562         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
46563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46565 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
46567         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
46568         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
46570 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
46572         [BZ #14049]
46573         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
46574         nonzero digits before rounding a hex value.
46575         * stdlib/tst-strtod.c (tests): Add another test.
46577 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46579         * sysdeps/s390/fpu/libm-test-ulps: Update.
46581 2012-05-03  Andreas Jaeger  <aj@suse.de>
46583         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
46584         does not get optimized out.
46585         (malloc_opt_barrier): New.
46587 2012-05-03  Andreas Jaeger  <aj@suse.de>
46588             Roland McGrath  <roland@hack.frob.com>
46590         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
46591         intermediate file deletion.
46592         (generated): Add .symlist files.
46594 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
46596         [BZ #13775]
46597         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
46598         Redirect under this condition.
46599         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46600         [__USE_GNU] (__dprintf_chk): Not under this condition.
46601         [__USE_GNU] (__vdprintf_chk): Likewise.
46602         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
46603         under this condition.
46604         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
46605         [__USE_XOPEN2K8] (dprintf): Define under this condition.
46606         [__USE_XOPEN2K8] (vdprintf): Likewise.
46607         [__USE_GNU] (__dprintf_chk): Not under this condition.
46608         [__USE_GNU] (__vdprintf_chk): Likewise.
46609         [__USE_GNU] (dprintf): Likewise.
46610         [__USE_GNU] (vdprintf): Likewise.
46612 2012-05-03  Roland McGrath  <roland@hack.frob.com>
46614         * elf/Makefile (common-generated): Set this instead of generated for
46615         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
46616         $(all-built-dso)-derived lists.
46618 2012-05-03  Andreas Jaeger  <aj@suse.de>
46620         * sysdeps/i386/fpu/libm-test-ulps: Update.
46622         * FAQ: Removed.
46623         * FAQ.in: Likewise.
46624         * scripts/gen-FAQ.pl: Likewise.
46625         * manual/install.texi (Installation): Point to online location of
46626         FAQ.
46627         * Makefile (files-for-dist): Remove FAQ.
46628         (FAQ): Remove.
46630 2012-05-02  Allan McRae  <allan@archlinux.org>
46632         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
46633         (LDFLAGS-reldepmod5.so): Likewise.
46634         (LDFLAGS-reldep6mod1.so): Likewise.
46635         (LDFLAGS-reldep6mod4.so): Likewise.
46636         (LDFLAGS-reldep8mod3.so): Likewise.
46637         (LDFLAGS-unload4mod1.so): Likewise.
46638         (LDFLAGS-unload4mod2.so): Likewise.
46639         (LDFLAGS-tst-initorder): Likewise.
46640         (LDFLAGS-tst-initordera2.so): Likewise.
46641         (LDFLAGS-tst-initordera3.so): Likewise.
46642         (LDFLAGS-tst-initordera4.so): Likewise.
46643         (LDFLAGS-tst-initorderb2.so): Likewise.
46644         (LDFLAGS-noload): Likewise.
46645         (LDFLAGS-next): Likewise.
46646         (LDFLAGS-order2mod1.so): Likewise.
46647         (LDFLAGS-order2mod2.so): Likewise.
46648         (LDFLAGS-tst-initorder2): Likewise.
46649         (LDFLAGS-tst-initorder2a.so): Likewise.
46650         (LDFLAGS-tst-initorder2b.so): Likewise.
46651         (LDFLAGS-tst-initorder2c.so): Likewise.
46652         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
46654 2012-05-02  David S. Miller  <davem@davemloft.net>
46656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46658 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
46660         [BZ #14055]
46661         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
46663 2012-05-02  Andreas Jaeger  <aj@suse.de>
46665         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
46666         since we manipulate rounding mode.
46667         (CPPFLAGS-test-idouble.c): Likewise.
46668         (CPPFLAGS-test-ifloat.c): Likewise.
46669         (CFLAGS-test-ldouble.c): Likewise.
46670         (CFLAGS-test-double.c): Likewise.
46671         (CFLAGS-test-float.c): Likewise.
46672         (CFLAGS-test-misc.c): Likewise.
46673         (CFLAGS-test-test-fenv.c): Likewise.
46675 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46677         [BZ #2550]
46678         [BZ #2570]
46679         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
46680         comparisons to determine direction to adjust input.
46682 2012-05-01  Roland McGrath  <roland@hack.frob.com>
46684         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
46685         output to the target.
46687         * scripts/localplt.awk: New file.
46688         * elf/Makefile ($(objpfx)check-localplt): Target removed.
46689         (check-localplt-CFLAGS): Variable removed.
46690         ($(all-built-dso:=.jmprel)): New static pattern rule.
46691         (generated): Add those targets.
46692         (localplt-built-dso): New variable.
46693         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
46695         * elf/check-localplt.c: File removed.
46697         * scripts/check-execstack.awk: New file.
46698         * elf/Makefile ($(objpfx)check-execstack): Target removed.
46699         (check-execstack-CFLAGS): Variable removed.
46700         ($(objpfx)check-execstack.h): Target removed.
46701         ($(objpfx)execstack-default): New target.
46702         (generated): Add that instead of check-execstack.h.
46703         ($(all-built-dso:=.phdr)): New static pattern rule.
46704         (generated): Add those targets.
46705         * elf/check-execstack.c: File removed.
46707         * scripts/check-textrel.awk: New file.
46708         * elf/Makefile ($(objpfx)check-textrel): Target removed.
46709         (check-textrel-CFLAGS): Variable removed.
46710         (all-built-dso): Use := to define.o
46711         ($(all-built-dso:=.dyn)): New static pattern rule.
46712         (generated): Add those targets.
46713         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46714         * config.make.in (READELF): New substituted variable.
46715         * elf/check-textrel.c: File removed.
46717 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46719         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46720         allow.
46721         * conform/data/ctype.h-data [C99-based standards] (isblank):
46722         Expect function.
46723         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46724         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46725         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46726         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46727         Specify type.  Require positive value.
46728         (EILSEQ): Likewise.
46729         (ERANGE): Likewise.
46730         [ISO || POSIX] (EILSEQ): Do not expect.
46731         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46732         Specify type.  Require positive value.
46733         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46734         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46735         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46736         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46737         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46738         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46739         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46740         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46741         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46742         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46743         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46744         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46745         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46746         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46747         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46748         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46749         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46750         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46751         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46752         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46753         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46754         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46755         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46756         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46757         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46758         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46759         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46760         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46761         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46762         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46763         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46764         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46765         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46766         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46767         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46768         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46769         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46770         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46771         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46772         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46773         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46774         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46775         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46776         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46777         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46778         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46779         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46780         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46781         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46782         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46783         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46784         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46785         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46786         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46787         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46788         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46789         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46790         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46791         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46792         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46793         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46794         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46795         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46796         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46797         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46798         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46799         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46800         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46801         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46802         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46803         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46804         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46805         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46806         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46807         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46808         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46809         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46810         Require >= 2.
46811         (FLT_ROUNDS): Expect as macro, not constant.
46812         (FLT_MANT_DIG): Use macro-int-constant.
46813         (DBL_MANT_DIG): Likewise.
46814         (LDBL_MANT_DIG): Likewise.
46815         (FLT_DIG): Likewise.
46816         (DBL_DIG): Likewise.
46817         (LDBL_DIG): Likewise.
46818         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46819         (DBL_MIN_EXP): Likewise.
46820         (LDBL_MIN_EXP): Likewise.
46821         (FLT_MAX_EXP): Use macro-int-constant.
46822         (DBL_MAX_EXP): Likewise.
46823         (LDBL_MAX_EXP): Likewise.
46824         (FLT_MAX_10_EXP): Likewise.
46825         (DBL_MAX_10_EXP): Likewise.
46826         (LDBL_MAX_10_EXP): Likewise.
46827         (FLT_MAX): Use macro-constant.
46828         (DBL_MAX): Likewise.
46829         (LDBL_MAX): Likewise.
46830         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46831         (DBL_EPSILON): Likewise.
46832         (LDBL_EPSILON): Likewise.
46833         (FLT_MIN): Likewise.
46834         (DBL_MIN): Likewise.
46835         (LDBL_MIN): Likewise.
46836         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46837         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46838         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46839         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46840         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46841         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46842         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46843         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46844         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46845         [ISO11] (FLT_TRUE_MIN): Likewise.
46846         [ISO11] (LDBL_TRUE_MIN): Likewise.
46847         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46848         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46849         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46850         (SCHAR_MAX): Likewise.
46851         (UCHAR_MAX): Likewise.
46852         (CHAR_MIN): Likewise.
46853         (CHAR_MAX): Likewise.
46854         (MB_LEN_MAX): Use macro-int-constant.
46855         (SHRT_MIN): Use macro-int-constant.  Specify type.
46856         (SHRT_MAX): Likewise.
46857         (USHRT_MAX): Likewise.
46858         (INT_MAX): Likewise.
46859         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46860         bound negative.
46861         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46862         bound with "U".
46863         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46864         bound with "L".
46865         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46866         bound negative.  Suffix upper bound with "L".
46867         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46868         bound with "UL".
46869         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46870         Specify type.
46871         [C99-based standards] (LLONG_MAX): Likewise.
46872         [C99-based standards] (ULLONG_MAX): Likewise.
46873         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46874         == 0.
46875         [ISO11] (max_align_t): Require type.
46876         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46878         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46879         from $CFLAGS, without defining away __attribute__ calls.
46880         (checknamespace): Use $CFLAGS_namespace.
46882         * conform/conformtest.pl (@keywords): Only include C99 keywords
46883         for standards based on C99 or C11.
46885         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46886         Disable tests.
46887         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46888         UNIX98]: Likewise.
46890         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46891         usability of symbols in #if.
46893         * conform/conformtest.pl: If macro or constant types start
46894         "promoted:", expect the symbol to be of the following type
46895         promoted by the integer promotions.
46897         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46898         in one place.  Also handle "macro-constant".
46900         * conform/conformtest.pl: Only accept expected macro values with
46901         "==".  Parse all "macro" lines in one place.
46902         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46904         * conform/conformtest.pl: Handle braced types on "constant" lines
46905         instead of handling "typed-constant".
46906         * conform/data/signal.h-data: Use "constant" instead of
46907         "typed-constant".
46909         * conform/conformtest.pl: Handle "optional-" at start of lines in
46910         one place rather than duplicating several cases.  Handle each
46911         format of "macro" line with initial "optional-".
46913         * conform/conformtest.pl: Only accept expected constant or
46914         optional-constant values with "==".  Parse all "constant" lines in
46915         one place.  Parse all "optional-constant" lines in one place.
46916         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46917         * conform/data/fmtmsg.h-data: Likewise.
46918         * conform/data/netinet/in.h-data: Likewise.
46919         * conform/data/tar.h-data: Likewise.
46920         * conform/data/limits.h-data: Use "==" form on "constant" and
46921         "optional-constant" lines.
46923         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46924         Use -std=c99 for XOPEN2K.
46925         (@knownproblems): Remove.
46926         (newtoken): Don't check %isknown.
46928         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46929         Do not expect macro.
46930         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46931         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46932         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46933         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46934         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46935         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46936         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46937         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46938         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46939         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46940         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46941         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46942         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46943         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46944         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46945         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46946         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46947         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46948         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46949         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46950         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46951         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46952         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46953         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46954         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46955         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46956         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46957         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46958         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46959         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46960         [XPG3] (acosh): Likewise.
46961         [XPG3] (asinh): Likewise.
46962         [XPG3] (atanh): Likewise.
46963         [XPG3] (cbrt): Likewise.
46964         [XPG3] (expm1): Likewise.
46965         [XPG3] (ilogb): Likewise.
46966         [XPG3] (log1p): Likewise.
46967         [XPG3] (logb): Likewise.
46968         [XPG3] (nextafter): Likewise.
46969         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46970         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46971         [XPG3] (remainder): Likewise.
46972         [XPG3] (rint): Likewise.
46973         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46974         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46975         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46976         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46977         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46978         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46979         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46980         [UNIX98 || XOPEN2K] (scalb): Expect.
46981         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46982         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46983         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46984         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46985         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46986         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46987         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46988         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46989         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46990         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46991         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46992         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46993         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46994         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46995         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46996         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46997         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46998         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46999         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
47000         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
47001         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
47002         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
47003         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
47004         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
47005         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
47006         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
47007         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
47008         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
47009         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
47010         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
47011         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
47012         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
47013         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
47014         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
47015         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
47016         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
47017         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
47018         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
47019         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
47020         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
47021         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
47022         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
47023         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
47024         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
47025         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
47026         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
47027         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
47028         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
47029         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
47030         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
47031         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
47032         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
47033         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
47034         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
47035         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
47036         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
47037         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
47038         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
47039         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
47040         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
47041         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
47042         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
47043         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
47044         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
47045         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
47046         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
47047         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
47048         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
47049         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
47050         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
47051         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
47052         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
47053         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
47054         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
47055         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
47056         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
47057         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
47058         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
47059         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
47060         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
47061         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
47062         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
47063         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
47064         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
47065         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
47066         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
47067         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
47068         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
47069         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
47070         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
47071         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
47072         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
47073         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
47074         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
47075         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
47076         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
47077         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
47078         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
47079         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
47080         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
47081         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
47082         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
47083         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
47084         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
47085         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
47086         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
47087         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
47088         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
47089         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
47090         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
47091         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
47092         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
47093         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
47094         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
47095         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
47096         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
47097         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
47098         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
47099         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
47100         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
47101         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
47102         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
47103         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
47104         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
47105         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
47106         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
47107         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
47108         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
47109         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
47110         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
47111         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
47112         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
47113         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
47114         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
47115         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
47116         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
47117         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
47119         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
47120         _XOPEN_SOURCE_EXTENDED for XPG4.
47122         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
47124         * Makeconfig (localtime): Remove variable.
47125         (inst_localtime-file): Likewise.
47127 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
47130         Update.
47131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
47132         Update.
47133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
47134         Update.
47135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
47136         Update.
47137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
47138         Update.
47139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
47140         Update.
47141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
47142         Update.
47143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
47144         Update.
47145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47146         Update.
47148 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
47150         [BZ #2550]
47151         [BZ #2570]
47152         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
47153         comparisons to determine direction to adjust input.
47154         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
47155         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
47156         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
47157         Likewise.
47158         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
47159         Likewise.
47160         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
47161         Likewise.
47162         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
47163         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
47164         Likewise.
47165         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
47166         Likewise.
47167         * math/libm-test.inc (nexttoward_test): Add more tests.
47169 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
47171         [BZ #14040]
47172         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
47173         in version GLIBC_2.1, not GLIBC_2.0.
47174         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
47175         Likewise.
47177 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
47179         [BZ #13942]
47180         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
47181         (1 - x) * (1 + x).
47182         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47183         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
47184         * math/libm-test.inc (acos_test): Add more tests.
47185         (asin_test): Likewise.
47186         * sysdeps/i386/fpu/libm-test-ulps: Update.
47187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47189         [BZ #14034]
47190         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
47191         of square root.
47192         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
47193         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
47194         * math/libm-test.inc (acos_test_tonearest): New function.
47195         (acos_test_towardzero): Likewise.
47196         (acos_test_downward): Likewise.
47197         (acos_test_upward): Likewise.
47198         (asin_test_tonearest): Likewise.
47199         (asin_test_towardzero): Likewise.
47200         (asin_test_downward): Likewise.
47201         (asin_test_upward): Likewise.
47202         (main): Call the new functions.
47203         * sysdeps/i386/fpu/libm-test-ulps: Update.
47204         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47206         [BZ #13884]
47207         [BZ #13924]
47208         * math/e_exp10.c: Include <float.h>.
47209         (__ieee754_exp10): Handle underflow here rather than multiplying
47210         large negative argument by M_LN10.
47211         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
47212         of __ieee754_expf.
47213         * math/e_exp10l.c: Include <float.h>.
47214         (__ieee754_exp10l): Handle underflow here rather than multiplying
47215         large negative argument by M_LN10l.
47216         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
47217         spurious overflow exception on underflow.
47219 2012-04-29  Marek Polacek  <polacek@redhat.com>
47221         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
47222         (__fortify_function): New macro.
47223         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
47224         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
47225         __extern_always_inline.
47226         * libio/bits/stdio2.h: Likewise.
47227         * libio/bits/stdio.h: Likewise.
47228         * string/string.h: Likewise.
47229         * string/bits/string3.h: Likewise.
47230         * include/stdio.h: Likewise.
47231         * stdlib/bits/stdlib.h: Likewise.
47232         * stdlib/stdlib.h: Likewise.
47233         * rt/bits/mqueue2.h: Likewise.
47234         * rt/mqueue.h: Likewise.
47235         * posix/bits/unistd.h: Likewise.
47236         * posix/unistd.h: Likewise.
47237         * io/bits/poll2.h: Likewise.
47238         * io/bits/fcntl2.h: Likewise.
47239         * io/fcntl.h: Likewise.
47240         * io/sys/poll.h: Likewise.
47241         * misc/bits/syslog.h: Likewise.
47242         * misc/bits/syslog-ldbl.h: Likewise.
47243         * misc/sys/syslog.h: Likewise.
47244         * socket/bits/socket2.h: Likewise.
47245         * socket/sys/socket.h: Likewise.
47246         * debug/tst-chk1.c: Likewise.
47247         * wcsmbs/bits/wchar2.h: Likewise.
47248         * wcsmbs/bits/wchar-ldbl.h: Likewise.
47249         * wcsmbs/wchar.h: Likewise.
47251 2012-04-29  Andreas Jaeger  <aj@suse.de>
47253         * Makerules (tests): Remove enable-check-abi protection.
47254         (check-abi-warn): Remove.
47255         (check-abi-%): Remove check-abi-warn usage.
47257         * configure.in: Remove check-abi configure option.
47258         * configure: Regenerated.
47259         * config.make.in (enable-check-abi): Remove.
47261 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
47263         [BZ #14033]
47264         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
47265         double functions to double *_finite functions.
47267         [BZ #13941]
47268         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
47269         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
47270         LDBL_MIN_EXP.
47271         * stdio-common/Makefile (tests): Add tst-sprintf3.
47272         * stdio-common/tst-sprintf3.c: New file.
47274         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
47275         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
47277 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47279         * conform/conformtest.pl: Remove duplicate typed-constant
47280         handling.
47282 2012-04-28  David S. Miller  <davem@davemloft.net>
47284         * Makerules (%.abilist): Add vpath on sysdep_dirs.
47285         (check-abi-%): Remove AWK script prerequisite and explicit
47286         abilist directory.
47287         (check-abi): Rewrite to just diff the symlist with the abilist.
47288         (config-tls, config-abi-config): Delete, no longer used.
47289         (update-abi-%): Remove AWK script and explicit abilist directory.
47290         (update-abi): Rewrite to simply compare and conditionally copy the
47291         symlist and the sysdep abilist file.  Remove update-abi-config
47292         checks.
47293         * abilist/ld.abilist: Remove.
47294         * abilist/libBrokenLocale.abilist: Remove.
47295         * abilist/libanl.abilist: Remove.
47296         * abilist/libcrypt.abilist: Remove.
47297         * abilist/libdl.abilist: Remove.
47298         * abilist/librt.abilist: Remove.
47299         * abilist/libthread_db.abilist: Remove.
47300         * abilist/libutil.abilist: Remove.
47301         * scripts/extract-abilist.awk: Remove.
47302         * scripts/merge-abilist.awk: Remove.
47303         * sysdeps/generic/libcidn.abilist: New file.
47304         * sysdeps/generic/libnss_compat.abilist: New file.
47305         * sysdeps/generic/libnss_db.abilist: New file.
47306         * sysdeps/generic/libnss_dns.abilist: New file.
47307         * sysdeps/generic/libnss_files.abilist: New file.
47308         * sysdeps/generic/libnss_hesiod.abilist: New file.
47309         * sysdeps/generic/libnss_nis.abilist: New file.
47310         * sysdeps/generic/libnss_nisplus.abilist: New file.
47311         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
47312         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
47313         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
47314         file.
47315         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
47316         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
47317         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
47318         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
47319         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
47320         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
47321         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
47322         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
47323         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
47324         file.
47325         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
47326         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
47327         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
47328         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
47329         file.
47330         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
47331         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
47332         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
47333         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
47334         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
47335         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
47336         file.
47337         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
47338         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
47339         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
47340         file.
47341         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
47342         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
47343         New file.
47344         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
47345         New file.
47346         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
47347         New file.
47348         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
47349         New file.
47350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
47351         New file.
47352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
47353         New file.
47354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
47355         New file.
47356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
47357         New file.
47358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
47359         New file.
47360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
47361         New file.
47362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
47363         New file.
47364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
47365         New file.
47366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
47367         New file.
47368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
47369         file.
47370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
47371         New file.
47372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
47373         New file.
47374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
47375         file.
47376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
47377         New file.
47378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
47379         New file.
47380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
47381         file.
47382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
47383         New file.
47384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
47385         New file.
47386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
47387         New file.
47388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
47389         New file.
47390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
47391         New file.
47392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
47393         New file.
47394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
47395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
47396         file.
47397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
47398         New file.
47399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
47400         file.
47401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
47402         file.
47403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
47404         file.
47405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
47406         file.
47407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
47408         file.
47409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
47410         New file.
47411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
47412         file.
47413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
47414         file.
47415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
47416         New file.
47417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
47418         file.
47419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
47420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
47421         file.
47422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
47423         New file.
47424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
47425         file.
47426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
47427         file.
47428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
47429         file.
47430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
47431         file.
47432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
47433         file.
47434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
47435         New file.
47436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
47437         file.
47438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
47439         file.
47440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
47441         New file.
47442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
47443         file.
47444         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
47445         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
47446         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
47447         file.
47448         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
47449         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
47450         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
47451         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
47452         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
47453         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
47454         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
47455         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
47456         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
47457         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
47458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
47459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
47460         file.
47461         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
47462         New file.
47463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
47464         file.
47465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
47466         file.
47467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
47468         file.
47469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
47470         file.
47471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
47472         file.
47473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
47474         New file.
47475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
47476         New file.
47477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
47478         file.
47479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
47480         New file.
47481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
47482         file.
47483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
47484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
47485         file.
47486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
47487         New file.
47488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
47489         file.
47490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
47491         file.
47492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
47493         file.
47494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
47495         file.
47496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
47497         file.
47498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
47499         New file.
47500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
47501         New file.
47502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
47503         file.
47504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
47505         New file.
47506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
47507         file.
47509 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
47511         * conform/conformtest.pl: Fix typo in handling typed-constant from
47512         allow-header.
47514 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47516         * README: Cut down references to pre-2.6 Linux kernels and
47517         Linuxthreads.  Update lists of configurations in libc and ports
47518         and sort alphabetically.  Say "or newer" with Linux kernel version
47519         requirements.
47521         * config.h.in [IS_IN_build]: Allow compiling without optimization.
47523 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47525         [BZ #887]
47526         * math/libm-test.inc (logb_test_downward): New test to expose
47527         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
47528         rounding mode.
47530 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
47532         [BZ #14027]
47533         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
47534         to be done.
47535         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
47536         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
47538 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
47540         * sysdeps/unix/i386/brk.S: Remove file.
47541         * sysdeps/unix/i386/dl-brk.S: Likewise.
47542         * sysdeps/unix/i386/pipe.S: Likewise.
47543         * sysdeps/unix/i386/sigreturn.S: Likewise.
47544         * sysdeps/unix/i386/syscall.S: Likewise.
47545         * sysdeps/unix/i386/vfork.S: Likewise.
47546         * sysdeps/unix/i386/wait.S: Likewise.
47548         * sysdeps/unix/common/tcsendbrk.c: Move to ...
47549         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
47551         * configure.in (arm*-none*): Do not allow without
47552         --enable-hacker-mode.
47553         (netbsd*): Remove case setting base_os.
47554         (386bsd*): Likewise.
47555         (freebsd*): Likewise.
47556         (bsdi*): Likewise.
47557         (osf*): Likewise.
47558         (sunos*): Likewise.
47559         (ultrix*): Likewise.
47560         (newsos*): Likewise.
47561         (dynix*): Likewise.
47562         (*bsd*): Likewise.
47563         (sysv*): Likewise.
47564         (isc*): Likewise.
47565         (esix*): Likewise.
47566         (sco*): Likewise.
47567         (minix*): Likewise.
47568         (irix4*): Likewise.
47569         (irix6*): Likewise.
47570         (solaris[2-9]*): Likewise.
47571         (none): Likewise.
47572         * configure: Regenerated.
47574 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47576         [BZ #11521]
47577         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
47578         overflow or cancellation in calculating denominator.
47579         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
47580         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
47581         down expression to avoid unexpected rounding in newer GCCs.
47582         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
47584 2012-04-26  David S. Miller  <davem@davemloft.net>
47586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
47587         long-double compat symbols.
47588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
47592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
47594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
47595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
47596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
47597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
47598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
47599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
47600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47602 2012-04-25  David S. Miller  <davem@davemloft.net>
47604         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
47605         HWCAP_* values only after the memory barriers have been defined.
47606         (atomic_full_barrier): Define.
47607         (atomic_read_barrier): Define.
47608         (atomic_write_barrier): Define.
47610 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47612         * shlib-versions: Add libgcc_s version information.
47613         * sysdeps/generic/libgcc_s.h: Remove.
47614         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
47615         libgcc_s.h.
47616         * sysdeps/gnu/unwind-resume.c: Likewise.
47617         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
47619 2012-04-25  David S. Miller  <davem@davemloft.net>
47621         * sysdeps/unix/sparc/brk.S: Delete.
47622         * sysdeps/unix/sparc/dl-brk.S: Delete.
47623         * sysdeps/unix/sparc/pipe.S: Delete.
47624         * sysdeps/unix/sparc/sysdep.S: Delete.
47625         * sysdeps/unix/sparc/sysdep.h: Delete.
47626         * sysdeps/unix/sparc/vfork.S: Delete.
47627         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
47628         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
47629         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
47630         (ret_ERRVAL, r0, r1, MOVE): Define.
47631         (JUMPTARGET): Remove.
47632         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
47633         sysdeps/unix/sparc/sysdep.h
47634         (ENTRY, END): Remove.
47635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47637 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
47639         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
47640         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
47641         -DIS_IN_build.
47643         * timezone/README: Update upstream location and email address for
47644         tzcode and tzdata.
47645         * timezone/zdump.c: Update from tzcode 2012b.
47646         * timezone/zic.c: Likewise.
47648         * configure.in (libc_cv_as_needed): Remove test.
47649         * configure: Regenerated.
47650         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
47651         conditional definition.
47652         [$(have-as-needed) != yes] (no-as-needed): Likewise.
47653         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
47654         * config.make.in (have-as-needed): Remove variable.
47656 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
47657             Paul Pluzhnikov  <ppluzhnikov@google.com>
47659         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
47660         strings correctly.
47662 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
47664         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
47665         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
47666         * sysdeps/sh/strlen.S: Likewise.
47668 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47670         * sysdeps/unix/fork.S: Remove file.
47671         * sysdeps/unix/i386/fork.S: Likewise.
47672         * sysdeps/unix/sparc/fork.S: Likewise.
47674         * sysdeps/unix/system.c: Remove file.
47675         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
47677         * sysdeps/unix/getegid.S: Remove file.
47678         * sysdeps/unix/geteuid.S: Likewise.
47680 2012-04-24  Roland McGrath  <roland@hack.frob.com>
47682         * scripts/check-localplt.awk: New file.
47683         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
47684         of diff.
47685         * scripts/data/localplt-generic.data: Add a comment.
47687         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
47688         NODE when __dir_mkfile failed.
47689         * sysdeps/mach/hurd/symlinkat.c: Likewise.
47690         Reported by Ludovic Courtès <ludo@gnu.org>.
47692 2012-04-24  Andreas Jaeger  <aj@suse.de>
47694         * Makerules (common-clean): Also remove gen-as-const-headers
47695         files.
47697 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47699         * Makerules (native-compile): Do not change working directory for
47700         build.  Use $(OUTPUT_OPTION) in command.
47701         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
47703 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47705         [BZ #13886]
47706         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47707         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47708         * math/libm-test.inc (floor_test): Add more tests.
47709         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47711 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47713         * sysdeps/unix/getdents.c: Remove file.
47714         * sysdeps/unix/sysv/getdents.c: Likewise.
47715         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47717         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47718         sysdeps/unix/mman/syscalls.list.
47719         (mmap): Likewise.
47720         (mprotect): Likewise.
47721         (msync): Likewise.
47722         (munmap): Likewise.
47723         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47724         * sysdeps/unix/mman/syscalls.list: Remove.
47725         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47727         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47728         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47729         * configure: Regenerated.
47730         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47731         $(libgcc_s_suffix).
47732         * config.make.in (libgcc_s_suffix): Remove variable.
47734 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47736         * sysdeps/unix/sysv/gethostname.c: Move to ...
47737         * sysdeps/posix/gethostname.c: ... here.
47739         * sysdeps/unix/execve.S: Remove file.
47741         * sysdeps/unix/_exit.S: Remove file.
47743 2012-04-23  Andreas Jaeger  <aj@suse.de>
47745         [BZ #13739]
47746         * manual/Makefile: Remove make dist support, there's no
47747         need for a stand-alone documentation tar ball.
47748         (TEXI2DVI): Define always, it's not in Makeconfig.
47749         (dist): Removed.
47750         (tar-it): Removed.
47751         (edition): Removed.
47752         (glibc-doc-$(edition).tar): Removed
47753         (%.Z): Removed.
47754         (%.gz): Removed.
47755         (%.uu): Removed.
47756         (ETAGS): Remove, it's in Makeconfig.
47757         (move-if-change): Remove, it's in Makeconfig.
47759 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47761         [BZ #13970]
47762         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47763         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47764         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47765         (strtod_l, strtof_l, strtold_l): Remove __wur.
47766         It is not necessarily an error to ignore strtol's return value.
47767         One can reliably look at the stored endptr to decide whether
47768         the number had valid syntax.
47770 2012-04-21  Andreas Jaeger  <aj@suse.de>
47772         [BZ #13739]
47773         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47775 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47777         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47778         * sysdeps/unix/sysv/Versions: Remove file.
47780 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47782         [BZ #13927]
47783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47785 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47787         [BZ #7064]
47788         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47789         version from __vm86.
47791 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47793         * sysdeps/unix/common/lxstat.c: Remove file.
47794         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47796         * sysdeps/unix/sysv/Makefile: Remove file.
47798         * sysdeps/unix/sysv/direct.h: Remove file.
47800         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47801         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47802         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47803         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47804         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47805         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47806         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47808         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47810         * sysdeps/unix/xmknod.c: Remove file.
47811         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47813         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47815         * sysdeps/unix/sysv/i386/time.S: Remove file.
47817         * sysdeps/unix/fxstat.c: Remove file.
47818         * sysdeps/unix/xstat.c: Likewise.
47819         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47821         * sysdeps/unix/sysv/sigaction.c: Remove file.
47823         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47824         (sysdep_headers): Remove variable.
47825         [termio.h not in sysdep_headers] (generated): Likewise.
47826         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47827         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47828         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47829         * sysdeps/unix/sysv/tcflow.c: Likewise.
47830         * sysdeps/unix/sysv/tcflush.c: Likewise.
47831         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47832         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47833         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47834         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47835         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47837         * sysdeps/unix/siglist.c: Remove file.
47839         * sysdeps/unix/getppid.S: Remove file.
47841         * sysdeps/unix/mkdir.c: Remove file.
47842         * sysdeps/unix/rmdir.c: Likewise.
47844 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47846         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47847         ERR_MAX value.
47848         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47849         errlist-compat value.
47851 2012-04-18  David S. Miller  <davem@davemloft.net>
47853         * sysdeps/generic/memcopy.h (reg_char): Delete.
47854         * debug/strcat_chk.c: Use char, not reg_char.
47855         * debug/strcpy_chk.c: Likewise.
47856         * debug/strncat_chk.c: Likewise.
47857         * debug/strncpy_chk.c: Likewise.
47858         * string/memchr.c: Likewise.
47859         * string/memrchr.c: Likewise.
47860         * string/rawmemchr.c: Likewise.
47861         * string/strcat.c: Likewise.
47862         * string/strchr.c: Likewise.
47863         * string/strchrnul.c: Likewise.
47864         * string/strcmp.c: Likewise.
47865         * string/strcpy.c: Likewise.
47866         * string/strncat.c: Likewise.
47867         * string/strncmp.c: Likewise.
47868         * string/strncpy.c: Likewise.
47870 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47872         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47873         __builtin_memcopy is called when src and dest ranges are known to not
47874         overlap.
47876 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47878         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47879         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47880         fwd_align_merge macro call.
47881         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47882         bwd_align_merge macro call.
47883         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47885 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47887         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47888         bwd_align_merge macros.
47889         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47890         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47891         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47893 2012-04-18  David S. Miller  <davem@davemloft.net>
47895         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47897 2012-04-18  Andreas Jaeger  <aj@suse.de>
47899         [BZ# 6794]
47900         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47901         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47902         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47904         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47905         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47906         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47908         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47909         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47910         Adjust for changed ldbl-128 files.
47912         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47913         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47914         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47916 2012-04-17  David S. Miller  <davem@davemloft.net>
47918         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47920 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47922         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47923         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47924         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47925         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47926         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47927         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47929 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47931         [BZ #6794]
47932         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47933         * math/libm-test.inc: Add ilogb errno and exception tests.
47934         * math/w_ilogb.c: New file: ilogb wrapper.
47935         * math/w_ilogbf.c: New file: ilogbf wrapper.
47936         * math/w_ilogbl.c: New file: ilogbl wrapper.
47937         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47938         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47939         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47940         exception being thrown with 0.0 as argument.
47941         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47942         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47943         exception being thrown with 0.0 as argument.
47944         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47945         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47946         exception being thrown with 0.0 as argument.
47947         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47948         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47949         exception being thrown with 0.0 as argument.
47950         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47951         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47952         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47953         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47954         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47955         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47956         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47957         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47958         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47960 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47962         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47963         with altivec.
47965 2012-04-16  Marek Polacek  <polacek@redhat.com>
47967         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47969 2012-04-16  Marek Polacek  <polacek@redhat.com>
47971         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47972         operands of fdivp instruction.
47974 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47976         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47977         * elf/tst-auditmod3b.c: Likewise.
47978         * elf/tst-auditmod4b.c: Likewise.
47979         * elf/tst-auditmod5b.c: Likewise.
47980         * elf/tst-auditmod6b.c: Likewise.
47981         * elf/tst-auditmod6c.c: Likewise.
47982         * elf/tst-auditmod7b.c: Likewise.
47983         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47984         * sysdeps/x86_64/preconfigure.in: Likewise.
47985         * sysdeps/x86_64/preconfigure: Regenerated.
47987 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47989         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47990         __ILP32__.
47992 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47994         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47995         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47997 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47999         [BZ #13973]
48000         * locale/iso-639.def: Fix gl language name. Spotted by
48001         Yaron Shahrabani.
48003 2012-04-12  Roland McGrath  <roland@hack.frob.com>
48005         [BZ #2074]
48006         * libio/libio.h (__io_write_fn): Update comment.
48008 2012-04-12  Petr Baudis  <pasky@ucw.cz>
48010         [BZ #2074]
48011         * stdio.texi (Hook Functions): The user provided writer function
48012         is not allowed to return -1.
48014 2012-04-11  David S. Miller  <davem@davemloft.net>
48016         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48018 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
48020         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
48021         Add a leading slash to rtkaio.
48023 2012-04-11  Jim Meyering  <meyering@redhat.com>
48025         [BZ #11959]
48026         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
48027         It is not necessarily an error to ignore fwrite's return
48028         value.  One can reliably use ferror to test for errors after
48029         the fact.
48031 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48033         * bits/types.h (__snseconds_t): New type.
48034         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
48036         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
48037         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
48038         (__SNSECONDS_T_TYPE): Likewise.
48039         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
48040         (__SNSECONDS_T_TYPE): Likewise.
48041         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
48042         (__SNSECONDS_T_TYPE): Likewise.
48044 2012-04-10  Andreas Jaeger  <aj@suse.de>
48046         [BZ #2636]
48047         * manual/time.texi (Processor Time): Return type of times is
48048         elapsed real time since an arbitrary point in the past.
48049         (CPU Time): Move CLK_TCK from here...
48050         (Processor Time): ...to here.  Correct description.
48051         * manual/conf.texi (Constants for Sysconf): Correct description of
48052         _SC_CLK_TCK.
48054 2012-04-10  David S. Miller  <davem@davemloft.net>
48056         [BZ #13967]
48057         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
48058         where the is a gap between DT_REL(A) and DT_JMPREL.
48060 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
48062         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
48063         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48064         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48066 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
48068         * elf/dl-support.c (_dl_inhibit_cache): New variable.
48069         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
48070         (dl_main): Handle --inhibit-cache.
48071         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
48072         _dl_inhibit_cache.
48073         * elf/dl-load.c (_dl_map_object): Use it.
48074         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
48076 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48078         [BZ #13872]
48079         * sysdeps/i386/fpu/e_powl.S (p78): New object.
48080         (__ieee754_powl): Saturate large exponents rather than testing for
48081         overflow of y*log2(x).
48082         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48083         * math/libm-test.inc (pow_test): Do not permit spurious overflow
48084         exceptions.
48086         [BZ #11521]
48087         * math/s_ctan.c: Include <float.h>.
48088         (__ctan): Avoid internal overflow or cancellation in calculating
48089         denominator.
48090         * math/s_ctanf.c: Likewise.
48091         * math/s_ctanl.c: Likewise.
48092         * math/s_ctanh.c: Likewise.
48093         * math/s_ctanhf.c: Likewise.
48094         * math/s_ctanhl.c: Likewise.
48095         * math/libm-test.inc (ctan_test): Add more tests.
48096         (ctanh_test): Likewise.
48097         * sysdeps/i386/fpu/libm-test-ulps: Update.
48098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48100 2012-04-09  Andreas Jaeger  <aj@suse.de>
48102         [BZ #6894]
48103         * manual/filesys.texi (Directory Entries): Mention that d_namlen
48104         is an optional BSD extension.
48106         [BZ #10254]
48107         * manual/stdio.texi (Opening Streams): Document additional fopen
48108         parameters.
48110 2012-04-09  Roland McGrath  <roland@hack.frob.com>
48112         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
48113         %eax without telling the compiler.
48115 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
48117         [BZ # 13963]
48118         * manual/install.texi: Use sourceware.org.
48120 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
48122         [BZ #13873]
48123         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
48124         (__ieee754_pow): Generate overflow and underflow using huge*huge
48125         and tiny*tiny rather than just returning constant infinity or zero
48126         for large exponents.
48127         * math/libm-test.inc (pow_test): Require overflow exceptions for
48128         applicable cases of large exponents.
48130         [BZ #706]
48131         * sysdeps/i386/fpu/e_pow.S (p10): New object.
48132         (__ieee754_pow): Use iterative multiplication algorithm only for
48133         integer exponents with absolute value below 1024.  Check for odd
48134         integer exponents when using algorithm for real exponents.
48135         * math/libm-test.inc (pow_test): Add more tests.
48136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48138 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
48140         [BZ #13705]
48141         * math/libm-test.inc (exp_test): Do not allow overflow exception
48142         on underflow test.
48144 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
48146         [BZ #13705]
48147         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
48148         instead of __kernel_standard_f.
48150 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
48152         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
48153         * sysdeps/x86_64/memset_chk.S: Likewise.
48155 2012-04-08  Andreas Jaeger  <aj@suse.de>
48157         [BZ #10153]
48158         * manual/startup.texi (Environment Access): Describe return value
48159         for putenv and setenv.
48161         [BZ #6895]
48162         * manual/filesys.texi (Directory Entries): Add description for
48163         DT_LNK.
48165         [BZ #6890]
48166         * manual/filesys.texi (Directory Entries): Clarify that it's file
48167         system not operating system in the description of DT_UNKNOWN.
48169         [BZ #6578]
48170         * manual/syslog.texi (closelog): Fix reference, it's openlog.
48172 2012-04-08  Stephen Compall  <s11@member.fsf.org>
48174         [BZ #6649]
48175         * manual/llio.texi (Opening and Closing Files): Add cross
48176         reference to explain mode argument.
48178 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
48180         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
48181         * sysdeps/x86_64/memset_chk.S: Likewise.
48183 2012-04-07  David S. Miller  <davem@davemloft.net>
48185         * elf/elf.h (R_SPARC_WDISP10): Define.
48186         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
48187         R_SPARC_SIZE32.
48188         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
48189         R_SPARC_SIZE64 and R_SPARC_H34.
48191 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
48193         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
48194         conditions and remove no longer applicable assertion.
48196 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48198         * bits/byteswap.h: Include <features.h>.
48199         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
48200         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
48202 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
48204         * bits/byteswap.h (__bswap_16): Removed.
48205         Include <bits/byteswap-16.h> to get __bswap_16.
48206         * sysdeps/i386/bits/byteswap.h: Likewise.
48207         * sysdeps/s390/bits/byteswap.h: Likewise.
48208         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48209         * bits/byteswap-16.h: New file.
48210         * sysdeps/i386/bits/byteswap-16.h: Likewise.
48211         * sysdeps/s390/bits/byteswap-16.h: Likewise.
48212         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
48213         * string/Makefile (headers): Add bits/byteswap-16.h.
48215 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48217         [BZ #13895]
48218         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
48219         extra indirection.
48220         * nss/Makefile (tests-static, tests): Add tst-nss-static.
48221         * nss/tst-nss-static.c: New.
48223 2012-04-06  Robert Millan  <rmh@gnu.org>
48225         [BZ #6486]
48226         * manual/llio.texi (File Position Primitive): lseek
48227         refers to WHENCE when it really means OFFSET.
48229 2012-04-06  Andreas Jaeger  <aj@suse.de>
48231         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
48232         strncmp declarations.
48234         * abilist/libc.abilist: Add __poll and __ppoll.
48236 2012-04-05  David S. Miller  <davem@davemloft.net>
48238         * scripts/check-local-headers.sh: Accept a host triplet in the
48239         path matched by the exclude regexp.
48241         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
48242         definition.
48243         * sysdeps/powerpc/powerpc32/dl-machine.h
48244         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
48245         * sysdeps/s390/s390-32/dl-machine.h
48246         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48247         * sysdeps/sparc/sparc32/dl-machine.h
48248         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48249         * sysdeps/sparc/sparc64/dl-machine.h
48250         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
48252         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
48253         lazy binding.
48254         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
48255         undefined symbol errors.
48257         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
48258         DT_NEEDED entries.
48260 2012-04-05  Michael Matz  <matz@suse.de>
48262         [BZ #13592]
48263         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
48265 2012-04-05  Andreas Jaeger  <aj@suse.de>
48267         [BZ #13908]
48268         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
48269         comment.
48271 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48273         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
48274         which ROUND is no valid rounding mode.
48276 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48278         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
48279         read again.
48280         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
48282 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48284         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
48285         an exception using FPU order intentionally.
48287 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48289         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
48290         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
48291         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
48292         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
48294 2012-04-05  Simon Josefsson  <simon@josefsson.org>
48296         [BZ #12340]
48297         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
48298         EINVAL when BUFLEN is too smal.
48300 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
48302         [BZ #13553]
48303         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
48304         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
48306 2012-04-03  Andreas Jaeger  <aj@suse.de>
48308         [BZ #13938]
48309         * manual/setjmp.texi (System V contexts): Fix sentence.
48311         [BZ #13926]
48312         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
48313         New macro for this case.
48314         [!__GNUC__] (__bswap_64): New inline function for this case.
48315         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48316         * bits/byteswap.h: Likewise.
48317         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
48318         ull, guard with __GLIBC_HAVE_LONG_LONG.
48320         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
48321         __GLIBC_HAVE_LONG_LONG.
48323         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
48324         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
48326 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
48328         [BZ #13691]
48329         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
48330         inptr and inend, rather than using last_ch.
48332 2012-04-02  David S. Miller  <davem@davemloft.net>
48334         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
48335         * stdio-common/printf-parse.h (read_int): Change return type to
48336         'int', return -1 on INT_MAX overflow.
48337         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
48338         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
48339         overflows INT_MAX.  Check for overflow of in-format-string precision
48340         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
48341         SIZE_MAX not INT_MAX for integer overflow test.
48342         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
48343         skip the construct in the format string but do not record anything.
48344         * stdio-common/bug22.c: Adjust to test both width/prevision
48345         INT_MAX overflow as well as total length INT_MAX overflow.  Check
48346         explicitly for proper errno values.
48348 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
48350         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
48351         CHAR_MAX.
48352         * string/test-strcmp.c [! WIDE]: Likewise.
48353         * time/tst-mktime2.c: Likewise for INT_MAX.
48354         * string/test-string.h: #include <sys/param.h> for MIN.
48356         * csu/init-first.c (__libc_init_first): Call __ctype_init.
48357         * sysdeps/i386/init-first.c (init): Likewise.
48358         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
48359         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
48360         * sysdeps/sh/init-first.c (init): Likewise.
48362 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
48364         * po/ru.po: Update from translation team.
48365         * po/vi.po: Likewise.
48367 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48369         * resolv/nss_dns/dns-host.c: Merge copyright years.
48371 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48373         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48374         Optimize memcpy with prefetch if
48375         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
48376         src, dst pointers have unequal 16 byte alignments.
48378 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48380         [BZ #13928]
48381         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
48382         from a CNAME entry and return the minimum ttl for the query.
48383         (gaih_getanswer_slice): Likewise.
48385 2012-03-30  Jeff Law  <law@redhat.com>
48387         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
48388         due to long keys.
48389         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
48390         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
48392         * resolv/nss_dns/dns-host.c: Update copyright year.
48394 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
48396         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
48397         requests to save a system call.  Fix check that all bytes are sent.
48399         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
48400         comments for sendmmsg.
48402 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
48404         [BZ #13691]
48405         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
48406         with only 1 character between 0x0041 and 0x01b0.
48407         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
48408         * wcsmbs/tst-mbsnrtowcs.c: New file.
48410 2012-03-29  David S. Miller  <davem@davemloft.net>
48412         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
48413         small copies by hand.
48415 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48417         [BZ #13761]
48418         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
48419         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
48420         group memberships.
48422 2012-03-28  David S. Miller  <davem@davemloft.net>
48424         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
48425         that branches into memcpy.
48426         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
48427         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
48428         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
48429         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
48430         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
48431         bits.
48432         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
48433         implementation too.
48434         * sysdeps/sparc/mempcpy.S: New file.
48436         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
48437         the IFUNC routine in the libc case.
48438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48440         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
48441         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
48442         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
48443         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
48444         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
48445         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
48446         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
48447         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
48449         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
48450         loop to 256 bytes instead of 64 bytes and fix test signedness.
48452         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
48453         * sysdeps/sparc/sparc32/Makefile: rather than here...
48454         * sysdeps/sparc/sparc64/Makefile: and here.
48456 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
48458         * malloc/mallocbug.c: Avoid warnings about unused variables.
48460 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
48462         [BZ #13760]
48463         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
48464         in the right place. Discard and retry query if response is
48465         larger than input buffer size.
48467 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
48469         [BZ #369]
48470         [BZ #2678]
48471         [BZ #3866]
48472         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
48473         x for large integer exponent.
48474         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
48475         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
48476         sign of result as needed afterwards.
48477         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
48478         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
48479         result for underflowing pow the same as for overflow.
48480         (__kernel_standard_l): Handle powl overflow and underflow here
48481         rather than calling __kernel_standard.
48482         * math/libm-test.inc (pow_test): Add more tests.
48484         [BZ #3868]
48485         [BZ #13879]
48486         [BZ #13910]
48487         [BZ #13911]
48488         [BZ #13912]
48489         [BZ #13913]
48490         [BZ #13915]
48491         [BZ #13916]
48492         [BZ #13917]
48493         [BZ #13918]
48494         [BZ #13919]
48495         [BZ #13920]
48496         [BZ #13921]
48497         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
48498         * sysdeps/ieee754/k_standard.c: Include <float.h>.
48499         (__kernel_standard_l): New function.
48500         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
48501         __kernel_standard.
48502         * math/w_acosl.c (__acosl): Likewise.
48503         * math/w_asinl.c (__asinl): Likewise.
48504         * math/w_atan2l.c (__atan2l): Likewise.
48505         * math/w_atanhl.c (__atanhl): Likewise.
48506         * math/w_coshl.c (__coshl): Likewise.
48507         * math/w_exp10l.c (__exp10l): Likewise.
48508         * math/w_exp2l.c (__exp2l): Likewise.
48509         * math/w_fmodl.c (__fmodl): Likewise.
48510         * math/w_hypotl.c (__hypotl): Likewise.
48511         * math/w_j0l.c (__j0l, __y0l): Likewise.
48512         * math/w_j1l.c (__j1l, __y1l): Likewise.
48513         * math/w_jnl.c (__jnl, __ynl): Likewise.
48514         * math/w_lgammal.c (__lgammal): Likewise.
48515         * math/w_log10l.c (__log10l): Likewise.
48516         * math/w_log2l.c (__log2l): Likewise.
48517         * math/w_logl.c (__logl): Likewise.
48518         * math/w_powl.c (__powl): Likewise.
48519         * math/w_remainderl.c (__remainderl): Likewise.
48520         * math/w_scalbl.c (sysv_scalbl): Likewise.
48521         * math/w_sinhl.c (__sinhl): Likewise.
48522         * math/w_sqrtl.c (__sqrtl): Likewise.
48523         * math/w_tgammal.c (__tgammal): Likewise.
48524         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
48525         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
48526         * math/libm-test.inc (acos_test): Add more tests.
48527         (acosh_test): Likewise.
48528         (asin_test): Likewise.
48529         (atanh_test): Likewise.
48530         (exp_test): Likewise.
48531         (exp10_test): Likewise.
48532         (exp2_test): Likewise.
48533         (expm1_test): Likewise.
48534         (lgamma_test): Likewise.
48535         (log_test): Likewise.
48536         (log10_test): Likewise.
48537         (log1p_test): Likewise.
48538         (log2_test): Likewise.
48539         (pow_test): Do not allow some spurious overflow exceptions.
48540         (sqrt_test): Add more tests.
48541         (tgamma_test): Likewise.
48542         (y0_test): Likewise.
48543         (y1_test): Likewise.
48544         (yn_test): Likewise.
48546 2012-03-27  Anton Blanchard  <anton@samba.org>
48548         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
48549         MAP_HUGETLB.
48550         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48551         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48552         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48554 2012-03-27  David S. Miller  <davem@davemloft.net>
48556         * conform/Makefile: Run run-conformtest.sh using $(BASH).
48558         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
48559         have-as-vis3 check.
48561 2012-03-27  Andreas Jaeger  <aj@suse.de>
48563         * sysdeps/x86_64/elf/configure.in: Moved to ...
48564         * sysdeps/x86_64/configure.in: ... here.
48565         * sysdeps/x86_64/elf/start.S: Moved to ...
48566         * sysdeps/x86_64/start.S: ... here.
48567         * sysdeps/x86_64/elf/configure: Delete.
48569         * sysdeps/x86_64/configure.in: Merge contents from
48570         sysdeps/i386/configure.in (without i686 check).
48572         * sysdeps/i386/elf/Versions: Merge into ...
48573         * sysdeps/i386/Versions: ... this.
48574         * sysdeps/i386/elf/Versions: Delete file.
48575         * sysdeps/i386/elf/start.S: Moved to ...
48576         * sysdeps/i386/start.S: ...here.
48577         * sysdeps/i386/elf/configure.in: Merge into...
48578         * sysdeps/i386/configure.in: ...here.
48579         * sysdeps/i386/elf/configure.in: Delete file.
48580         * sysdeps/i386/elf/configure: Delete file.
48582         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
48583         * debug/backtracesyms.c: ... here.
48584         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
48585         * debug/backtracesymsfd.c: ... here.
48586         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
48587         * sysdeps/generic/ifunc-sel.h: ... here.
48589         * sysdeps/unix/i386/start.c: Delete file.
48590         * sysdeps/unix/sparc/start.c: Delete file.
48591         * sysdeps/unix/start.c: Delete file.
48593         * sysdeps/sh/elf/configure.in: Moved to ...
48594         * sysdeps/sh/configure.in: ... here.
48595         * sysdeps/sh/elf/start.S: Moved to ...
48596         * sysdeps/sh/start.S: ... here.
48597         * sysdeps/sh/elf/configure: Delete file.
48599         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
48600         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
48601         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
48602         * sysdeps/powerpc/powerpc64/entry.h: ... here.
48603         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
48604         * sysdeps/powerpc/powerpc64/start.S: here.
48605         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
48606         * sysdeps/powerpc/powerpc64/Makefile: ... this.
48607         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
48608         * sysdeps/powerpc/powerpc64/configure.in: ... this.
48609         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
48611         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
48612         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
48613         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
48614         * sysdeps/powerpc/powerpc32/start.S: ... here.
48615         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
48616         * sysdeps/powerpc/powerpc32/configure.in: ... this.
48617         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
48619         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
48620         * sysdeps/powerpc/ifunc-sel.h: ... here.
48621         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
48622         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
48624         * sysdeps/sparc/elf/configure.in: Moved to ...
48625         * sysdeps/sparc/configure.in: ... here.
48626         * sysdeps/sparc/elf/configure: Delete file.
48627         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
48628         * sysdeps/sparc/sparc32/start.S: ... here.
48629         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
48630         * sysdeps/sparc/sparc64/start.S: ... here.
48631         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
48632         * sysdeps/sparc/sparc32/Makefile: ... this.
48633         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
48634         * sysdeps/sparc/sparc64/Makefile: ... this.
48636         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
48637         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
48638         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
48639         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
48640         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
48641         * sysdeps/s390/s390-32/setjmp.S: ... here.
48642         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
48643         * sysdeps/s390/s390-32/configure.in: ... here.
48644         * sysdeps/s390/s390-32/elf/configure: Delete file.
48645         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
48646         * sysdeps/s390/s390-32/start.S: ... here.
48648         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
48649         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
48650         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
48651         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
48652         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
48653         * sysdeps/s390/s390-64/setjmp.S: ... here.
48654         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
48655         * sysdeps/s390/s390-64/configure.in: ... here
48656         * sysdeps/s390/s390-64/elf/configure: Delete file.
48657         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
48658         * sysdeps/s390/s390-64/start.S: ... here.
48659         * sysdeps/s390/s390-64/elf/configure: Delete.
48661         * configure.in: Remove support for elf directories in sysdeps.
48663         * configure: Regenerated.
48664         * sysdeps/i386/configure: Regenerated.
48665         * sysdeps/powerpc/powerpc32/configure: Regenerated.
48666         * sysdeps/powerpc/powerpc64/configure: Regenerated.
48667         * sysdeps/s390/s390-32/configure: Regenerated.
48668         * sysdeps/s390/s390-64/configure: Regenerated.
48669         * sysdeps/sh/configure: Regenerated.
48670         * sysdeps/sparc/configure: Regenerated.
48671         * sysdeps/x86_64/configure: Regenerated.
48673 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
48675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48677         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
48678         denormal result into account.
48680 2012-03-25  Roland McGrath  <roland@hack.frob.com>
48682         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
48683         Reported by Allan McRae <allan@archlinux.org>.
48685 2012-03-23  Jeff Law  <law@redhat.com>
48687         * nss/getnssent.c (__nss_getent): Fix typo.
48689 2012-03-23  David S. Miller  <davem@davemloft.net>
48691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48693 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
48695         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
48696         to pad to uint64_t for each field.
48697         (dl_tls_index): Replace unsigned long with uint64_t.
48699 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
48700         Paul Pluzhnikov  <ppluzhnikov@google.com>
48702         [BZ #6528]
48703         * grp/Makefile (otherlibs): Don't set it.
48704         * inet/Makefile (otherlibs): Likewise.
48705         * login/Makefile (otherlibs): Likewise.
48706         * nscd/Makefile (otherlibs): Likewise.
48707         * posix/Makefile (otherlibs): Likewise.
48708         * pwd/Makefile (otherlibs): Likewise.
48709         * rt/Makefile (otherlibs): Likewise.
48710         * sunrpc/Makefile (otherlibs): Likewise.
48711         * nss/Makefile (otherlibs): Likewise.
48712         Add libnss_files to routines and static-only-routines.
48713         ($(objpfx)getent): Remove rule.
48714         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48715         static-only-routines.
48717 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48719         [BZ #13892]
48720         * math/s_cexp.c: Include <float.h>.
48721         (__cexp): Handle exp result overflowing not necessarily
48722         overflowing both real and imaginary parts of result.
48723         * math/s_cexpf.c: Likewise.
48724         * math/s_cexpl.c: Likewise.
48725         * math/libm-test.inc (cexp_test): Add more tests.
48726         * sysdeps/i386/fpu/libm-test-ulps: Update.
48727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48729 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48731         * include/link.h (ELFW): New macro.
48732         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48733         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48735 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48737         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48738         with uint64_t.
48740 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48742         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48743         declaration.
48744         (struct La_x32_retval): Likewise.
48746 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48748         * sysdeps/x86_64/preconfigure.in: New file.
48749         * sysdeps/x86_64/preconfigure: New generated file.
48751 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48753         [BZ #13824]
48754         * math/e_exp2l.c: Include <float.h>.
48755         (__ieee754_exp2l): Handle overflow and underflow cases
48756         separately.  Only pass fractional part of argument to
48757         __ieee754_expl.
48758         * math/libm-test.inc (exp2_test): Add more tests.
48760         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48761         negating x to take absolute value.
48762         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48763         Likewise.
48764         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48765         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48766         Likewise.
48767         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48768         computing low part if x was negated.
48769         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48771 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48773         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48774         la_x32_gnu_pltexit.
48775         (pltexit): Cast int_retval to ptrdiff_t.
48776         * elf/tst-auditmod3b.c: Likewise.
48777         * elf/tst-auditmod4b.c: Likewise.
48778         * elf/tst-auditmod5b.c: Likewise.
48779         * elf/tst-auditmod6b.c: Likewise.
48780         * elf/tst-auditmod6c.c: Likewise.
48781         * elf/tst-auditmod7b.c: Likewise.
48783         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48784         and x32_gnu_pltexit.
48786         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48787         __ELF_NATIVE_CLASS.
48788         (La_x32_regs): New macro.
48789         (La_x32_retval): Likewise.
48790         (la_x32_gnu_pltenter): New function prototype.
48791         (la_x32_gnu_pltexit): Likewise.
48793 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48795         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48796         exponent.
48798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48800         * configure.in (libc_cv_cc_nofma): Check for option to disable
48801         generation of FMA instructions.
48802         * configure: Regenerate.
48803         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48804         * sysdeps/ieee754/dbl-64/Makefile: New file.
48805         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48806         Remove brandred-fma4.
48807         (CFLAGS-brandred-fma4.c): Remove.
48808         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48809         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48810         define.
48811         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48812         define.
48814 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48816         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48817         LLONG_MAX != LONG_MAX.
48818         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48819         (_fitoa_word): Likewise.
48820         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48821         LLONG_MAX != LONG_MAX.
48822         * stdio-common/_itowa.h: Include <_itoa.h>.
48823         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48824         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48825         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48826         only if not defined.
48827         (_ITOA_WORD_TYPE): Likewise.
48828         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48829         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48831 2012-03-21  David S. Miller  <davem@davemloft.net>
48833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48835 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48837         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48838         of x86_64 when setting libc_cv_slibdir, libdir and
48839         libc_cv_localedir.
48840         * sysdeps/unix/sysv/linux/configure: Regenerated.
48842 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48844         * manual/lang.texi (Old Varargs): Remove section.
48845         (How Variadic): Update menu.
48846         (va_start): Do not mention varargs.h.
48848 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48849             Joseph Myers  <joseph@codesourcery.com>
48851         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48852         link test.
48853         * configure: Regenerated.
48855 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48857         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48858         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48859         conformtest.pl
48861 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48863         * NOTES: Remove.
48864         * Makefile (files-for-dist): Remove NOTES.
48865         (NOTES): Remove rule.
48866         * README: Don't refer to NOTES.
48867         * manual/creature.texi: Don't include macros.texi.
48868         * manual/intro.texi (creature.texi): Remove comment referring to
48869         NOTES.
48871         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48872         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48873         * configure: Regenerated.
48874         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48875         LIBC_TRY_CC_OPTION.
48876         (libc_cv_as_i686): Likewise.
48877         (libc_cv_cc_avx): Likewise.
48878         (libc_cv_cc_sse2avx): Likewise.
48879         (libc_cv_cc_fma4): Likewise.
48880         (libc_cv_cc_novzeroupper): Likewise.
48881         * sysdeps/i386/configure: Regenerated.
48883         [BZ #13883]
48884         * sysdeps/i386/fpu/s_cexp.S: Remove.
48885         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48886         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48887         * math/libm-test.inc (cexp_test): Add more tests.
48888         * sysdeps/i386/fpu/libm-test-ulps: Update.
48889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48891 2012-03-21  Allan McRae  <allan@archlinux.org>
48893         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48895 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48897         [BZ #13871]
48898         * math/w_exp2.c: Do not include <float.h>.
48899         (o_threshold, u_threshold): Remove.
48900         (__exp2): Calculate result before checking finiteness and calling
48901         __kernel_standard.
48902         * math/w_exp2f.c: Likewise.
48903         * math/w_exp2l.c: Likewise.
48904         * math/libm-test.inc (exp2_test): Require overflow exception for
48905         1e6 input.
48907         [BZ #3866]
48908         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48909         range of signed 64-bit integers before using fistpll.  Remove
48910         checks for whether integers fit in mantissa bits.
48911         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48912         the range of signed 32-bit integers before using fistpl.  Remove
48913         checks for whether integers fit in mantissa bits.
48914         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48915         (__ieee754_powl): Test for y outside the range of signed 64-bit
48916         integers before using fistpll.  Reduce 64-bit values to 63-bit
48917         ones as needed.
48918         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48919         divide-by-zero is raised for zero to large negative powers.
48920         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48921         (__ieee754_powl): Test for y outside the range of signed 64-bit
48922         integers before using fistpll.  Reduce 64-bit values to 63-bit
48923         ones as needed.
48924         * math/libm-test.inc (pow_test): Add more tests.
48926 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48928         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48929         <stdio-common/_itoa.h>.
48930         * debug/segfault.c: Likewise.
48931         * elf/dl-cache.c: Likewise.
48932         * elf/dl-minimal.c: Likewise.
48933         * elf/dl-misc.c: Likewise.
48934         * elf/dl-sysdep.c: Likewise.
48935         * elf/dl-version.c: Likewise.
48936         * elf/rtld.c: Likewise.
48937         * hurd/hurdsock.c: Likewise.
48938         * hurd/lookup-retry.c: Likewise.
48939         * malloc/malloc.c: Likewise.
48940         * malloc/mtrace.c: Likewise.
48941         * nscd/nscd_getgr_r.c: Likewise.
48942         * nscd/nscd_getpw_r.c: Likewise.
48943         * nscd/nscd_getserv_r.c: Likewise.
48944         * posix/getopt_init.c: Likewise.
48945         * posix/wordexp.c: Likewise.
48946         * stdio-common/_itoa.c: Likewise.
48947         * stdio-common/printf_fphex.c: Likewise.
48948         * stdio-common/vfprintf.c: Likewise.
48949         * string/_strerror.c: Likewise.
48950         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48951         * sysdeps/i386/i686/hp-timing.h: Likewise.
48952         * sysdeps/mach/_strerror.c: Likewise.
48953         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48954         * sysdeps/mach/hurd/sethostid.c: Likewise.
48955         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48956         * sysdeps/mach/xpg-strerror.c: Likewise.
48957         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48958         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48959         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48960         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48961         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48962         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48963         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48964         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48965         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48966         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48967         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48968         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48969         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48970         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48971         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48972         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48973         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48974         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48975         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48976         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48977         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48979         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48981         * stdio-common/_itoa.h: Moved to ...
48982         * sysdeps/generic/_itoa.h: Here.
48984         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48986         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48987         instead of "_itoa.h" and "_itowa.h".
48988         * stdio-common/vfprintf.: Likewise.
48990 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48992         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48993         <bits/wordsize.h>.
48994         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48995         (__signbit): Likwise.
48996         (llrintf): Likwise.
48997         (llrint): Likwise.
48999 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49001         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
49002         __WORDSIZE != 64.
49004 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
49006         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
49007         OVERFLOW_EXCEPTION_OK.
49008         * math/libm-test.inc ("Philosophy"): Update comment about
49009         exception testing.
49010         (OVERFLOW_EXCEPTION): Define.
49011         (OVERFLOW_EXCEPTION_OK): Likewise.
49012         (INVALID_EXCEPTION_OK): Renumber.
49013         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
49014         (IGNORE_ZERO_INF_SIGN): Likewise.
49015         (test_exceptions): Handle FE_OVERFLOW.
49016         (exp10_test): Expect overflow exceptions.
49017         (exp2_test): Likewise.
49018         (expm1_test): Likewise.
49019         (nextafter_test): Likewise.
49020         (pow_test): Likewise.
49021         (scalbn_test): Likewise.
49022         (scalbln_test): Likewise.
49024 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49026         * sysdeps/x86_64/bits/atomic.h
49027         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
49028         64bit integer.
49029         (atomic_exchange_acq): Likewise.
49030         (__arch_exchange_and_add_body): Likewise.
49031         (__arch_add_body): Likewise.
49032         (atomic_add_negative): Likewise.
49033         (atomic_add_zero): Likewise.
49035 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49037         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
49038         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
49040 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49042         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
49043         Check __x86_64__ instead of __WORDSIZE.
49045 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49047         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
49049 2012-03-19  David S. Miller  <davem@davemloft.net>
49051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49053         * sysdeps/sparc/fpu/fenv_private.h: New file.
49054         * sysdeps/sparc/fpu/math_private.h: Use it.
49055         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
49056         Remove.
49057         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
49058         (libc_feholdexcept_setroundl): Remove.
49059         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
49060         Remove.
49061         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
49062         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
49064 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49066         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
49067         int64_t instead of long int.
49068         (INSERT_WORDS64): Likwise.
49070 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
49072         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
49073         _Unwind_GetCFA return to _Unwind_Ptr first.
49075 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
49077         [BZ #13629]
49078         * math/s_clog.c: Include <float.h>.
49079         (__clog): Scale large or subnormal inputs.
49080         * math/s_clogf.c: Likewise.
49081         * math/s_clogl.c: Likewise.
49082         * math/s_clog10.c: Include <float.h>.
49083         (M_LOG10_2): Define.
49084         (__clog10): Scale large or subnormal inputs.
49085         * math/s_clog10f.c: Likewise.
49086         * math/s_clog10l.c: Likewise.
49087         * math/libm-test.inc (clog_test): Add more tests.
49088         (clog10_test): Likewise.
49089         * sysdeps/i386/fpu/libm-test-ulps: Update.
49090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49092         [BZ #11451]
49093         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
49094         x and y.
49095         * math/libm-test.inc (atan2_test): Add another test.
49097         * Makerules (common-objdir-compile): Remove.
49098         * sysdeps/unix/Makefile (config-generated): Do not add
49099         $(unix-generated) to variable.
49100         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
49101         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
49102         Remove rule.
49103         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
49104         Likewise.
49105         [generic bits/local_lim.h] (before-compile): Do not append to
49106         variable.
49107         [generic bits/local_lim.h] (common-generated): Likewise.
49108         [generic sys/param.h] (before-compile): Do not append to variable.
49109         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
49110         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
49111         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
49112         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
49113         include.
49114         [generic sys/param.h] (sys/param.h-includes): Remove variable.
49115         [generic sys/param.h] (sys/param.h-includes): Remove rule.
49116         [generic sys/param.h] ($(addprefix
49117         $(common-objpfx),$(sys/param.h-includes))): Likewise.
49118         [generic sys/param.h] (common-generated): Do not append to
49119         variable.
49120         [generic sys/param.h] (sysdep_headers): Likewise.
49121         [generic bits/errno.h] (before-compile): Do not append to
49122         variable.
49123         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
49124         rule.
49125         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
49126         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
49127         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
49128         [generic bits/errno.h] (common-generated): Do not append to
49129         variable.
49130         [generic bits/ioctls.h] (before-compile): Do not append to
49131         variable.
49132         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
49133         rule.
49134         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
49135         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
49136         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
49137         rule.
49138         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
49139         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
49140         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
49141         [generic bits/ioctls.h] (common-generated): Do not append to
49142         variable.
49143         [generic sys/syscall.h] (syscall.h): Remove variable.
49144         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
49145         rule.
49146         [generic sys/syscall.h] (before-compile): Do not append to
49147         variable.
49148         [generic sys/syscall.h] (common-generated): Likewise.
49149         * sysdeps/unix/errnos-tmpl.c: Remove file.
49150         * sysdeps/unix/errnos.awk: Likewise.
49151         * sysdeps/unix/ioctls-tmpl.c: Likewise.
49152         * sysdeps/unix/ioctls.awk: Likewise.
49153         * sysdeps/unix/mk-local_lim.c: Likewise.
49154         * sysdeps/unix/snarf-ioctls: Likewise.
49156 2012-03-19  Richard Henderson  <rth@twiddle.net>
49158         * sysdeps/i386/fpu/fenv_private.h: New file.
49159         * sysdeps/i386/fpu/math_private.h: Use it.
49160         (math_opt_barrier, math_force_eval): Remove.
49161         (libc_feholdexcept_setround_53bit): Remove.
49162         (libc_feupdateenv_53bit): Remove.
49163         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49164         (math_opt_barrier, math_force_eval): Remove.
49165         (libc_feholdexcept): Remove.
49166         (libc_feholdexcept_setround): Remove.
49167         (libc_fetestexcept, libc_fesetenv): Remove.
49168         (libc_feupdateenv_test): Remove.
49169         (libc_feupdateenv, libc_feholdsetround): Remove.
49170         (libc_feresetround): Remove.
49172         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
49173         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
49175         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
49176         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
49177         (libc_feupdateenv_testl): New.
49178         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
49179         (libc_feupdateenv_testf): New.
49180         (libc_feupdateenv): Use libc_feupdateenv_test.
49181         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
49182         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
49184         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
49185         (libc_feholdsetroundf, libc_feholdsetroundl): New.
49186         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
49187         (libc_feresetround_noex): New.
49188         (libc_feresetround_noexf): New.
49189         (libc_feresetround_noexl): New.
49190         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
49191         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
49192         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
49193         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
49194         SET_RESTORE_ROUND.
49195         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
49196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
49197         (__cos): Likewise.
49198         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
49199         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
49200         SET_RESTORE_ROUND_NOEX.
49201         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
49202         SET_RESTORE_ROUND_NOEXF.
49203         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
49204         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
49205         (libc_feholdsetroundf): New.
49206         (libc_feresetround, libc_feresetroundf): New.
49208         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
49209         (libc_feholdexcept_setround_53bit): Convert from macro to function.
49210         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
49212         * sysdeps/generic/math_private.h: Include <fenv.h>.
49213         (default_libc_feholdexcept): New.
49214         (default_libc_feholdexcept_setround): New.
49215         (default_libc_fesetenv, default_libc_feupdateenv): New.
49216         (libc_feholdexcept): Only define if undefined.
49217         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
49218         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
49219         (libc_feholdexcept_setroundl): Likewise.
49220         (libc_feholdexcept_setround_53bit): Likewise.
49221         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
49222         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
49223         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
49224         (libc_feupdateenv_53bit): Likewise.
49225         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
49226         (libc_feholdexcept): Convert from macro to inline function.
49227         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
49228         (libc_fesetenv, libc_feupdateenv): Likewise.
49230         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
49231         not previously defined.
49232         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
49233         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
49234         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
49235         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
49236         * sysdeps/ieee754/flt-32/math_private.h: New file.
49237         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
49238         math_private.h below SET_FLOAT_WORD.
49239         (__isnan, __isinf_ns, __finite): Remove.
49240         (__isnanf, __isinf_nsf, __finitef): Remove.
49242 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
49244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49246 2012-03-17  David S. Miller  <davem@davemloft.net>
49248         [BZ #6471]
49249         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
49250         for 2.16.
49252 2012-03-16  David S. Miller  <davem@davemloft.net>
49254         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
49255         warnings.
49257         [BZ #6471]
49258         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
49259         properly.
49260         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
49261         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
49262         sysdep_routines when subdir is sysvipc.
49263         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
49264         __getshmlba helper.
49266         * sysdeps/sparc/fpu/libm-test/ulps: Update.
49268 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49270         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
49271         [__LP64__].
49273 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49275         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
49276         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
49277         (__lround): Renamed to ...
49278         (__llround): This.  Replace long int with long long int.
49279         Define lround functions as aliases of llround functions.
49280         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
49282 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49284         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
49285         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
49286         adresses to uintptr_t.  Replace "long int" and "unsigned long
49287         int" with "greg_t" on va_arg.
49289 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49291         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
49292         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
49294         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
49295         Move e_machine check before EI_CLASS check.  Handle x32
49296         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
49297         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
49298         SKIP_EM_IA_64 and include
49299         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
49301         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
49302         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
49303         (add_system_dir): New macro.
49305         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
49306         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
49308 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49310         [BZ #2551]
49311         [BZ #2552]
49312         [BZ #2553]
49313         [BZ #2554]
49314         [BZ #2562]
49315         [BZ #2563]
49316         [BZ #2565]
49317         [BZ #2566]
49318         [BZ #2576]
49319         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
49320         (y0): Likewise.
49321         * math/w_j0f.c (j0f): Likewise.
49322         (y0f): Likewise.
49323         * math/w_j0l.c (__j0l): Likewise.
49324         (__y0l): Likewise.
49325         * math/w_j1.c (j1): Likewise.
49326         (y1): Likewise.
49327         * math/w_j1f.c (j1f): Likewise.
49328         (y1f): Likewise.
49329         * math/w_j1l.c (__j1l): Likewise.
49330         (__y1l): Likewise.
49331         * math/w_jn.c (jn): Likewise.
49332         (yn): Likewise.
49333         * math/w_jnf.c (jnf): Likewise.
49334         (ynf): Likewise.
49335         * math/w_jnl.c (__jnl): Likewise.
49336         (__ynl): Likewise.
49337         * math/libm-test.inc (j0_test): Add more tests.
49338         (j1_test): Likewise.
49339         (jn_test): Likewise.  Add trailing semicolon to existing test.
49340         (y0_test): Likewise.
49341         (y1_test): Likewise.
49342         * sysdeps/i386/fpu/libm-test-ulps: Update.
49343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49345         [BZ #13851]
49346         [BZ #13854]
49347         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
49348         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
49349         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
49350         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
49351         (__tanl): Set errno for infinite argument.
49352         * sysdeps/i386/fpu/mptan.c: Remove.
49353         * sysdeps/i386/fpu/s_tan.S: Likewise.
49354         * sysdeps/i386/fpu/s_tanl.S: Likewise.
49355         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
49356         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
49357         * math/libm-test.inc (tan_test): Add more tests and enable more
49358         tests for double and long double.
49359         * sysdeps/i386/fpu/libm-test-ulps: Update.
49360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49362 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
49364         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
49365         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
49367 2012-03-16  Roland McGrath  <roland@hack.frob.com>
49369         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
49370         * configure.in: Use it for both main tree and add-ons.
49371         * configure: Regenerated.
49373 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
49375         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
49377 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
49379         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
49380         in comment.
49382         [BZ #13851]
49383         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
49384         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
49386         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
49388         infinite argument.
49389         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
49390         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
49391         != 0 for prec == 2.
49392         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
49393         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
49394         * sysdeps/i386/fpu/s_cosl.S: Likewise.
49395         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
49396         * sysdeps/i386/fpu/s_sinl.S: Likewise.
49397         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
49398         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
49399         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
49400         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
49401         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
49402         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
49403         * math/libm-test.inc (cos_test): Add more tests and enable more
49404         tests for long double.
49405         (sin_test): Likewise.
49406         (sincos_test): Likewise.
49407         * sysdeps/i386/fpu/libm-test-ulps: Update.
49408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49410 2012-03-16  David S. Miller  <davem@davemloft.net>
49412         * sysdeps/sparc/fpu/math_private.h: New file.
49414 2012-03-15  David S. Miller  <davem@davemloft.net>
49416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
49417         file.
49418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
49419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
49420         file.
49421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
49422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
49423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
49424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
49425         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
49426         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
49427         sysdep routines.
49428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49430         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
49431         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
49433         * sysdeps/sparc/sparc-ifunc.h: New file.
49434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
49435         sparc-ifunc.h
49436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
49437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
49438         Likewise.
49439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
49440         Likewise.
49441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
49442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
49443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
49444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
49445         Likewise.
49446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
49447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
49448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
49449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
49450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
49451         Likewise.
49452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
49453         Likewise.
49454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
49455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
49456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
49457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
49458         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
49459         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
49460         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
49461         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
49462         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
49463         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
49464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
49465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
49466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
49467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
49468         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
49469         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
49470         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
49471         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
49472         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
49473         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
49474         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
49475         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
49476         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
49477         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
49479 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49481         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
49482         scaling.
49483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49485 2012-03-15  Andreas Jaeger  <aj@suse.de>
49487         [BZ #13852]
49488         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
49489         ieee754/flt-32 implementation for sin, cos and sincos.
49490         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
49491         * sysdeps/i386/fpu/s_cosf.S: Likewise.
49492         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
49493         * sysdeps/i386/fpu/s_sinf.S: Likewise.
49494         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
49495         ieee754/flt-32 implementation for tan.
49497         * math/libm-test.inc (cos_test): Enable some large input tests for
49498         float as well
49499         (sin_test): Likewise.
49500         (sincos_test): Likewise.
49501         (tan_test): Add tests for large input.
49503         * sysdeps/i386/fpu/libm-test-ulps: Update.
49505 2012-03-15  Andreas Jaeger  <aj@suse.de>
49507         [BZ #13658]
49508         * math/libm-test.inc (cos_test): Add more test cases.
49509         (sin_test): Likewise.
49510         (sincos_test): Likewise.
49512 2012-03-15  Andreas Jaeger  <aj@suse.de>
49514         [BZ #13837]
49515         * math/libm-test.inc (cos_test): Add a test case for large input
49516         value.
49517         (sin_test): Likewise.
49518         (sincos_test): Likewise.
49520 2012-03-15  Andreas Jaeger  <aj@suse.de>
49521             Joseph Myers  <joseph@codesourcery.com>
49523         [BZ #13658]
49524         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
49525         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
49526         * sysdeps/i386/fpu/branred.c: Likewise.
49527         * sysdeps/i386/fpu/dosincos.c: Likewise.
49528         * sysdeps/i386/fpu/mpa.c: Likewise.
49529         * sysdeps/i386/fpu/s_cos.S: Likewise.
49530         * sysdeps/i386/fpu/s_sin.S: Likewise.
49531         * sysdeps/i386/fpu/s_sincos.S: Likewise.
49532         * sysdeps/i386/fpu/sincos32.c: Likewise.
49534         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
49535         Define.
49536         (libc_feupdateenv_53bit): Define.
49537         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
49538         Define.
49539         (libc_feupdateenv_53bit): Define.
49541         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
49542         53 bit (without extend i386 double precision).
49544         * math/libm-test.inc (sincos_test): Add tests for large input.
49545         (sin): Likewise.
49546         (cos): Likewise.
49548         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
49550 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
49552         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49554 2012-03-15  David S. Miller  <davem@davemloft.net>
49556         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
49557         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
49558         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
49559         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
49560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
49561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
49562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
49563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
49564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
49565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
49566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
49567         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
49568         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
49569         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
49570         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
49571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
49572         file.
49573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
49574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
49575         file.
49576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
49577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
49578         file.
49579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
49580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
49581         file.
49582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
49583         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
49584         fmin/fmax sysdep routines.
49585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
49587 2012-03-14  David S. Miller  <davem@davemloft.net>
49589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
49590         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
49591         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
49592         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
49593         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
49594         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
49595         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
49596         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
49597         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
49598         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
49599         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
49600         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
49601         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
49602         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
49603         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
49604         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
49605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
49606         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
49607         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
49608         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
49609         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
49610         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
49611         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
49612         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
49613         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
49614         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
49615         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
49616         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
49617         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
49618         routines.
49619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
49620         file.
49621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
49622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
49623         file.
49624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
49625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
49626         file.
49627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
49628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
49629         file.
49630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
49631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
49632         file.
49633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
49634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
49635         file.
49636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
49637         file.
49638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
49639         file.
49640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
49641         file.
49642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
49643         New file.
49644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
49645         file.
49646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
49647         file.
49648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
49649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
49650         file.
49651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
49652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
49653         file.
49654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
49655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
49656         file.
49657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
49658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
49659         VIS3 routines.
49661         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
49662         New file.
49664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49666         * sysdeps/sparc/configure.in: New file.
49667         * sysdeps/sparc/configure: Generate.
49668         * configure.in (libc_cv_sparc_as_vis3): Substitute.
49669         * configure: Regenerate.
49670         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
49671         * config.make.in (have-as-vis3): New.
49672         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
49673         available use -Av9d instead of -Av9a.
49674         * sysdeps/sparc/sparc64/Makefile: Likewise.
49675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
49676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
49677         New file.
49678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
49679         file.
49680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
49681         New file.
49682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
49683         file.
49684         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
49685         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
49686         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
49687         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
49688         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
49690         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
49691         fzeros/fnegs to load 0x80000000 into a float register instead of
49692         using the stack.
49693         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
49695 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49697         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49698         bits/syscall.h.
49699         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
49700         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
49701         ($(inst_includedir)/bits/syscall.h): Remove rule.
49702         ($(objpfx)bits/syscall.d): Include instead of
49703         $(objpfx)syscall-list.d.
49704         (generated): Change syscall-list.h and syscall-list.d to
49705         bits/syscall.h and bits/syscall.d.
49707 2012-03-14  Roland McGrath  <roland@hack.frob.com>
49709         [BZ #13846]
49710         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49712 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49714         [BZ #13841]
49715         * math/s_csqrt.c: Include <float.h>.
49716         (__csqrt): Scale large or subnormal inputs.
49717         * math/s_csqrtf.c: Likewise.
49718         * math/s_csqrtl.c: Likewise.
49719         * math/libm-test.inc (csqrt_test): Add more tests.
49720         * sysdeps/i386/fpu/libm-test-ulps: Update.
49721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49723         [BZ #13840]
49724         * math/libm-test.inc (hypot_test): Add more tests.
49726 2012-03-13  David S. Miller  <davem@davemloft.net>
49728         [BZ #13840]
49729         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49730         double-precision for the calculation instead of scaling.
49732 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49734         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49735         manipulate bits before adding and subtracting TWO52[sx].
49736         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49737         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49738         Likewise.
49739         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49741 2012-03-13  David S. Miller  <davem@davemloft.net>
49743         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49744         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49745         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49746         rtld-global-offsets.h
49747         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49749         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49750         large parameters.
49752         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49754         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49755         'err' in the ifdef scope in which it is actually used.
49757         * nss/nss_db/db-init.c: Include string.h
49759 2012-03-12  David S. Miller  <davem@davemloft.net>
49761         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49762         masking out of the most significant byte of random value used.
49763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49764         Fix coding style in previous change.
49766         * sysdeps/unix/sysv/linux/kernel-features.h
49767         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49768         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49769         expression.
49770         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49771         later.
49773 2012-03-11  David S. Miller  <davem@davemloft.net>
49775         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49776         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49777         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49778         for 'resultvar' otherwise things get truncated on 64-bit.
49780         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49781         Fix masking out of the most significant byte of random value used.
49783         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49785 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49789 2012-03-09  David S. Miller  <davem@davemloft.net>
49791         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49792         variables with appropriate CPP guards.
49793         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49794         from the frame pointer, not the stack pointer.  Correct layout
49795         comments.  Fix test on resulting framesize and the management of
49796         the outregs buffer for pltexit.  Preserve floating point return
49797         values across _dl_call_pltexit call.
49798         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49799         framesize and the management of the outregs buffer for pltexit.
49800         Preserve floating point return values across _dl_call_pltexit
49801         call.
49802         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49803         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49804         (la_sparc64_gnu_pltexit): New functions.
49805         (print_exit): Fix format string for return register value.
49807 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49809         * sunrpc/Makefile (others): Add rpcgen.
49810         ($(objpfx)rpcgen): Remove special build rule and dependency on
49811         libc.
49812         * sunrpc/rpcgen.c: New file.
49814 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49816         [BZ #13673]
49817         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49818         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49819         * sysdeps/i386/crti.S: Likewise.
49820         * sysdeps/i386/crtn.S: Likewise.
49821         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49822         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49823         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49824         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49825         * sysdeps/sh/crti.S: Likewise.
49826         * sysdeps/sh/crtn.S: Likewise.
49827         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49829         [BZ #13673]
49830         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49831         with URL.
49832         * locale/programs/locfile-kw.gperf: Likewise.
49833         * locale/programs/charmap-kw.h: Regenerated.
49834         * locale/programs/locfile-kw.h: Likewise.
49836         [BZ #13673]
49837         * intl/plural.y: Replace FSF snail mail address with URL.
49838         * intl/plural.c: Regenerated.
49840 2012-03-09  Richard Henderson  <rth@twiddle.net>
49842         * include/math_private.h: Remove file.
49843         * math/math_private.h: Move file ...
49844         * sysdeps/generic/math_private.h: ... here.
49846         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49847         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49848         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49850         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49851         and <math_private.h>.
49852         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49853         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49854         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49855         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49856         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49857         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49858         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49859         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49860         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49861         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49862         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49863         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49864         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49865         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49866         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49867         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49868         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49869         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49870         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49871         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49872         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49873         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49874         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49875         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49876         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49877         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49878         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49879         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49880         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49881         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49882         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49883         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49884         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49885         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49886         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49887         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49888         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49889         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49890         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49891         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49892         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49893         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49894         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49895         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49896         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49897         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49899         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49900         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49901         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49902         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49903         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49904         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49905         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49906         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49907         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49908         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49909         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49910         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49911         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49912         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49913         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49914         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49915         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49916         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49917         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49918         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49919         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49920         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49921         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49922         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49923         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49924         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49925         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49926         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49927         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49928         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49929         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49930         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49931         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49932         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49933         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49934         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49935         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49936         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49937         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49938         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49939         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49940         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49941         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49942         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49943         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49944         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49945         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49946         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49947         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49948         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49949         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49950         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49951         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49952         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49953         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49954         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49955         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49956         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49957         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49958         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49959         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49960         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49961         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49962         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49963         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49964         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49965         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49966         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49967         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49968         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49969         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49970         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49971         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49972         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49973         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49974         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49975         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49976         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49977         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49978         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49979         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49980         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49981         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49982         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49983         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49984         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49985         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49986         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49987         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49988         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49989         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49990         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49991         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49992         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49993         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49994         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49995         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49996         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49997         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49998         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49999         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50000         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
50001         * sysdeps/ieee754/k_standard.c: Likewise.
50002         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50003         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50004         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50005         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50006         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50007         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50008         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50009         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50010         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50011         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50012         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50013         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50014         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50015         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50016         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50017         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50018         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
50019         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50020         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50021         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
50022         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
50023         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
50024         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50025         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50026         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
50027         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
50028         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50029         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50030         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50031         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50032         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
50033         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50034         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50035         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50036         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
50037         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50038         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50039         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
50040         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
50041         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50042         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
50043         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
50044         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
50045         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50046         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
50047         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
50048         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50049         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50050         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50051         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50052         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50053         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
50054         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50055         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
50056         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50057         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50058         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
50059         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
50060         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50061         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50062         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50063         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
50064         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50065         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50066         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50067         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50068         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50069         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50070         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50071         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50072         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50073         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50074         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50075         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50076         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
50077         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
50078         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
50079         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
50080         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50081         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
50082         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
50083         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
50084         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50085         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50086         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
50087         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50088         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50089         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
50090         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
50091         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50092         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
50093         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50094         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
50095         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
50096         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50097         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50098         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
50099         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
50100         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
50101         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
50102         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50103         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50104         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50105         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50106         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
50107         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50108         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50109         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
50110         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
50111         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50112         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50113         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50114         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
50115         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50116         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
50117         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50118         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
50119         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50120         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50121         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
50122         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50123         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
50124         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
50125         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
50126         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50127         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
50128         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50129         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50130         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50131         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50132         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50133         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50134         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50135         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
50136         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50137         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50138         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
50139         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
50140         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50141         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
50142         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
50143         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50144         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
50145         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
50146         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50147         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50148         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50149         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50150         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50151         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
50152         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50153         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50154         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50155         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50156         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
50157         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
50158         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50159         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50160         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50161         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
50162         * sysdeps/ieee754/s_lib_version.c: Likewise.
50163         * sysdeps/ieee754/s_matherr.c: Likewise.
50164         * sysdeps/ieee754/s_signgam.c: Likewise.
50165         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
50166         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
50167         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
50168         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
50169         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
50170         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
50171         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
50172         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
50173         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
50174         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
50175         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
50176         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
50177         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50178         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50179         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
50180         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
50181         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
50182         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
50183         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
50184         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50185         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50187 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50189         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
50190         * sunrpc/rpc_main.c: Likewise.
50191         * sunrpc/rpc_svcout.c: Likewise.
50193 2012-03-09  David S. Miller  <davem@davemloft.net>
50195         * include/math_private.h: New file.
50197 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
50199         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
50200         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
50201         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
50202         from <bits/socket_type.h>.
50203         (enum __socket_type): Don't define here.
50204         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
50205         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50206         bits/socket_type.h.
50208         [BZ #13566]
50209         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
50210         checking __USE_GNU.
50212         * Makerules ($(inst_includedir)/%.h): New rule.
50213         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
50214         (install-others): Remove variable setting.
50215         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
50217 2012-03-08  Richard Henderson  <rth@twiddle.net>
50219         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
50220         from macro to inline function; merge with the
50221         !__LIBC_INTERNAL_MATH_INLINES version.
50222         (__ieee754_sqrtf): Likewise.
50224         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
50225         to inline function.
50226         (__rintf, __floor, __floorf): Likewise.
50228         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
50229         macro to inline function.
50230         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
50232         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
50233         not <math/math_private.h>.
50235 2012-03-08  David S. Miller  <davem@davemloft.net>
50237         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
50238         copyright year.
50239         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
50241 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
50243         * resolv/gai_misc.c (handle_requests): Fix struct timespec
50244         normalization.
50245         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
50246         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
50248 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
50250         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
50251         be defined individually, they must be defined as a block.  Define
50252         S for printing a string instead of hidint the different by using a
50253         macro for adding the 'l'.
50254         * stdio-common/tst-fphex-wide.c: Adjust.
50256 2012-03-07  Marek Polacek  <polacek@redhat.com>
50258         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
50260 2012-03-08  Marek Polacek  <polacek@redhat.com>
50262         [BZ #13806]
50263         * stdio-common/Makefile (tests): Add tst-fphex-wide.
50264         * stdio-common/tst-fphex.c: Define a few macros to make the
50265         test reusable.  Use them.
50266         * stdio-common/tst-fphex-wide.c: New file.
50268 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
50270         [BZ #6911]
50271         * manual/macros.texi (gnusystems): New macro.
50272         (nongnusystems): Likewise.
50273         (gnulinuxhurdsystems): Likewise.
50274         (gnuhurdsystems): Likewise..
50275         (gnulinuxsystems): Likewise.
50276         * manual/charset.texi: Use new macros or @theglibc{} to refer to
50277         variants of the GNU system, not "GNU system".
50278         * manual/conf.texi: Likewise.
50279         * manual/errno.texi: Likewise.  Update example of errno macro
50280         expansion.
50281         * manual/filesys.texi: Likewise.
50282         (getumask): Document as specific to GNU/Hurd.
50283         * manual/install.texi: Likewise.  Reword some references to
50284         GNU/Linux.
50285         * manual/intro.texi: Likewise.
50286         * manual/io.texi: Likewise.
50287         (File Name Portability): Detail which constraints are inapplicable
50288         to all GNU systems and which are only inapplicable to GNU/Hurd.
50289         * manual/job.texi: Likewise.
50290         * manual/llio.texi: Likewise.
50291         (O_NOCTTY): Document as present on GNU/Linux.
50292         * manual/maint.texi: Likewise.
50293         * manual/memory.texi: Likewise.
50294         * manual/pattern.texi: Likewise.
50295         * manual/pipe.texi: Likewise.
50296         * manual/process.texi: Likewise.
50297         * manual/resource.texi: Likewise.
50298         (RUSAGE_CHILDREN): Remove statement about specifying a particular
50299         child on GNU/Hurd.
50300         * manual/setjmp.texi: Likewise.
50301         * manual/signal.texi: Likewise.
50302         * manual/startup.texi: Likewise.
50303         * manual/stdio.texi: Likewise.
50304         * manual/terminal.texi: Likewise.
50305         (ONLCR): Document as POSIX.
50306         (OXTABS): Document availability on GNU/Linux as XTABS.
50307         (ONOEOT): Document availability separately from other bits.
50308         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
50309         * manual/time.texi: Likewise.
50310         * manual/users.texi: Likewise.
50311         * INSTALL: Regenerated.
50312         * sysdeps/gnu/errlist.c: Regenerated.
50314         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
50315         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
50316         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
50317         puts.
50318         * configure: Regenerated.
50320 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
50322         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
50323         default includes instead of AC_HEADER_CHECK.
50324         * sysdeps/i386/configure: Regenerated.
50326         [BZ #10716]
50327         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
50328         * math/s_cacoshf.c (__cacoshf): Likewise.
50329         * math/s_cacoshl.c (__cacoshl): Likewise.
50330         * math/s_casinh.c (__casinh): Set signs of result from argument.
50331         * math/s_casinhf.c (__casinhf): Likewise.
50332         * math/s_casinhl.c (__casinhl): Likewise.
50333         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
50334         (casinh_test): Add more tests.
50335         * sysdeps/i386/fpu/libm-test-ulps: Update.
50336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50338 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
50340         * po/zh_TW.po: Update from translation team.
50342         * login/Makefile (distribute): Remove variable.
50343         * catgets/Makefile: Likewise.
50344         * mach/Makefile: Likewise.
50345         * malloc/Makefile: Likewise.
50346         * misc/Makefile: Likewise.
50347         * iconv/Makefile: Likewise.
50348         * nscd/Makefile: Likewise.
50349         * hurd/Makefile: Likewise.
50350         * manual/Makefile: Likewise.
50351         * locale/Makefile: Likewise.
50352         * intl/Makefile: Likewise.
50353         * conform/Makefile: Likewise.
50354         * nss/Makefile: Likewise.
50355         * time/Makefile: Likewise.
50356         * soft-fp/Makefile: Likewise.
50357         * dirent/Makefile: Likewise.
50358         * gmon/Makefile: Likewise.
50359         * po/Makefile: Likewise.
50360         * rt/Makefile: Likewise.
50361         * socket/Makefile: Likewise.
50362         * math/Makefile: Likewise.
50363         * signal/Makefile: Likewise.
50364         * debug/Makefile: Likewise.
50365         * elf/Makefile: Likewise.
50366         * timezone/Makefile: Likewise.
50367         * stdlib/Makefile: Likewise.
50368         * iconvdata/Makefile: Likewise.
50369         * sunrpc/Makefile: Likewise.
50370         * io/Makefile: Likewise.
50371         * argp/Makefile: Likewise.
50372         * inet/Makefile: Likewise.
50373         * hesiod/Makefile: Likewise.
50374         * grp/Makefile: Likewise.
50375         * csu/Makefile: Likewise.
50376         * wctype/Makefile: Likewise.
50377         * crypt/Makefile: Likewise.
50378         * libio/Makefile: Likewise.
50379         * string/Makefile: Likewise.
50380         * nis/Makefile: Likewise.
50381         * resolv/Makefile: Likewise.
50382         * stdio-common/Makefile: Likewise.
50383         * wcsmbs/Makefile: Likewise.
50384         * dlfcn/Makefile: Likewise.
50385         * posix/Makefile: Likewise.
50387         [BZ #6959]
50388         * timezone/Makefile: Don't install timezone files, just the programs
50389         and scripts.
50391 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
50393         * nss/databases.def: Add missing gshadow entry.
50395         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
50397 2012-03-06  Marek Polacek  <polacek@redhat.com>
50399         [BZ #13726]
50400         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
50401         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
50402         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
50403         * stdio-common/tst-long-dbl-fphex.c: New file.
50405 2012-03-06  David S. Miller  <davem@davemloft.net>
50407         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50408         (set_obp_int): New function.
50409         (get_obp_int): New function.
50410         (__get_clockfreq_via_dev_openprom): Likewise.
50411         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
50412         Avoid unused variable warnings on 'val' and use builtin_expect.
50413         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
50414         __builtin_expect.
50415         (INLINE_CLONE_SYSCALL): Likewise.
50417 2012-03-05  David S. Miller  <davem@davemloft.net>
50419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50421 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
50423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50425         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
50426         only for |x| >= 40.
50427         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
50429 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
50431         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
50432         Replace gettimeofday with __vdso_gettimeofday.
50434         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50435         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
50436         __vdso_clock_gettime and __vdso_getcpu.
50438         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
50439         time with __vdso_time.
50441 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50443         * manual/lang.texi (size_t): Note types to which size_t may be
50444         equivalent with the GNU C Library, but do not describe when
50445         differences between them are significant.
50447 2012-03-05  Andreas Jaeger  <aj@suse.de>
50449         * sysdeps/i386/fpu/libm-test-ulps: Update.
50451 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
50453         [BZ #3976]
50454         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
50455         (__ieee754_pow): Save and restore rounding mode and use
50456         round-to-nearest for main computations.
50457         * math/libm-test.inc (pow_test_tonearest): New function.
50458         (pow_test_towardzero): Likewise.
50459         (pow_test_downward): Likewise.
50460         (pow_test_upward): Likewise.
50461         (main): Call the new functions.
50462         * sysdeps/i386/fpu/libm-test-ulps: Update.
50463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50465         [BZ #3976]
50466         * math/libm-test.inc (cosh_test_tonearest): New function.
50467         (cosh_test_towardzero): Likewise.
50468         (cosh_test_downward): Likewise.
50469         (cosh_test_upward): Likewise.
50470         (sinh_test_tonearest): Likewise.
50471         (sinh_test_towardzero): Likewise.
50472         (sinh_test_downward): Likewise.
50473         (sinh_test_upward): Likewise.
50474         (main): Call the new functions.
50475         * sysdeps/i386/fpu/libm-test-ulps: Update.
50476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50478 2012-03-05  Tom de Vries  <tom@codesourcery.com>
50480         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
50481         default stack guard is set in last bytes.
50482         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
50484 2012-03-05  Kees Cook  <keescook@chromium.org>
50486         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
50488         [BZ #13656]
50489         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
50490         possibly allocate from heap instead of stack.
50491         * stdio-common/bug-vfprintf-nargs.c: New file.
50492         * stdio-common/Makefile (tests): Add nargs overflow test.
50494 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
50496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50498 2012-03-03  Marek Polacek  <polacek@redhat.com>
50500         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
50501         * math/math_private.h: Likewise.
50502         * stdlib/tst-strtod.c: Likewise.
50503         * sysdeps/i386/i486/bits/atomic.h: Likewise.
50504         * sysdeps/x86_64/bits/atomic.h: Likewise.
50506 2012-03-02  David S. Miller  <davem@davemloft.net>
50508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
50509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
50510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
50511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
50512         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
50513         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
50514         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
50515         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
50517 2012-03-02  Roland McGrath  <roland@hack.frob.com>
50519         [BZ #13792]
50520         * manual/examples/README: New file, says the example source files
50521         can be used under GPL>=2.
50522         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
50523         line containing just "*/".
50524         * manual/examples/add.c: Add copyright header (GPL>=2).
50525         * manual/examples/argp-ex1.c: Likewise.
50526         * manual/examples/argp-ex2.c: Likewise.
50527         * manual/examples/argp-ex3.c: Likewise.
50528         * manual/examples/argp-ex4.c: Likewise.
50529         * manual/examples/atexit.c: Likewise.
50530         * manual/examples/db.c: Likewise.
50531         * manual/examples/dir.c: Likewise.
50532         * manual/examples/dir2.c: Likewise.
50533         * manual/examples/execinfo.c: Likewise.
50534         * manual/examples/filecli.c: Likewise.
50535         * manual/examples/filesrv.c: Likewise.
50536         * manual/examples/fmtmsgexpl.c: Likewise.
50537         * manual/examples/genpass.c: Likewise.
50538         * manual/examples/inetcli.c: Likewise.
50539         * manual/examples/inetsrv.c: Likewise.
50540         * manual/examples/isockad.c: Likewise.
50541         * manual/examples/longopt.c: Likewise.
50542         * manual/examples/memopen.c: Likewise.
50543         * manual/examples/memstrm.c: Likewise.
50544         * manual/examples/mkfsock.c: Likewise.
50545         * manual/examples/mkisock.c: Likewise.
50546         * manual/examples/mygetpass.c: Likewise.
50547         * manual/examples/pipe.c: Likewise.
50548         * manual/examples/popen.c: Likewise.
50549         * manual/examples/rprintf.c: Likewise.
50550         * manual/examples/search.c: Likewise.
50551         * manual/examples/select.c: Likewise.
50552         * manual/examples/setjmp.c: Likewise.
50553         * manual/examples/sigh1.c: Likewise.
50554         * manual/examples/sigusr.c: Likewise.
50555         * manual/examples/stpcpy.c: Likewise.
50556         * manual/examples/strdupa.c: Likewise.
50557         * manual/examples/strftim.c: Likewise.
50558         * manual/examples/strncat.c: Likewise.
50559         * manual/examples/subopt.c: Likewise.
50560         * manual/examples/swapcontext.c: Likewise.
50561         * manual/examples/termios.c: Likewise.
50562         * manual/examples/testopt.c: Likewise.
50563         * manual/examples/testpass.c: Likewise.
50564         * manual/examples/timeval_subtract.c: Likewise.
50566         [BZ #13792]
50567         * manual/time.texi (Elapsed Time): Move timeval_subtract example
50568         function to ...
50569         * manual/timeval_subtract.c.texi: ... here, new file.
50571 2012-03-02  David S. Miller  <davem@davemloft.net>
50573         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
50575 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
50577         [BZ #3976]
50578         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
50579         (__sin): Save and restore rounding mode and use round-to-nearest
50580         for all computations.
50581         (__cos): Save and restore rounding mode and use round-to-nearest
50582         for all computations.
50583         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
50584         <fenv.h>.
50585         (tan): Save and restore rounding mode and use round-to-nearest for
50586         all computations.
50587         * math/libm-test.inc (cos_test_tonearest): New function.
50588         (cos_test_towardzero): Likewise.
50589         (cos_test_downward): Likewise.
50590         (cos_test_upward): Likewise.
50591         (sin_test_tonearest): Likewise.
50592         (sin_test_towardzero): Likewise.
50593         (sin_test_downward): Likewise.
50594         (sin_test_upward): Likewise.
50595         (tan_test_tonearest): Likewise.
50596         (tan_test_towardzero): Likewise.
50597         (tan_test_downward): Likewise.
50598         (tan_test_upward): Likewise.
50599         (main): Call the new functions.
50600         * sysdeps/i386/fpu/libm-test-ulps: Update.
50601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50603         [BZ #10135]
50604         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
50605         small n, then large n, before computing and testing k+n.
50606         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
50607         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
50608         Likewise.
50609         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
50610         Likewise.
50611         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
50612         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
50613         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
50614         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
50615         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
50616         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
50617         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
50618         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
50619         * math/libm-test.inc (scalbn_test): Add more tests.
50620         (scalbln_test): Likewise.
50622         * manual/filesys.texi (mode_t): Describe constraints on size and
50623         signedness, not exact equivalence to a particular type.
50624         (ino_t): Likewise.
50625         (ino64_t): Likewise.
50626         (dev_t): Likewise.
50627         (nlink_t): Likewise.
50628         (blkcnt_t): Likewise.
50629         (blkcnt64_t): Likewise.
50630         * manual/llio.texi (off_t): Likewise.
50632         [BZ #3976]
50633         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
50634         (__ieee754_exp): Save and restore rounding mode and use
50635         round-to-nearest for all computations.
50636         * math/libm-test.inc (exp_test_tonearest): New function.
50637         (exp_test_towardzero): Likewise.
50638         (exp_test_downward): Likewise.
50639         (exp_test_upward): Likewise.
50640         (main): Call the new functions.
50641         * sysdeps/i386/fpu/libm-test-ulps: Update.
50642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50644 2012-03-01  Chris Demetriou  <cgd@google.com>
50646         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
50647         have predictable order.
50649 2012-03-01  David S. Miller  <davem@davemloft.net>
50651         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
50653         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
50654         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
50655         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
50656         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
50658         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
50659         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
50660         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
50661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
50662         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
50663         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
50664         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
50665         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
50666         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
50668         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50670         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
50671         * sysdeps/sparc/fpu/libm-test-ulps: to here.
50672         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
50674         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
50675         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50676         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50677         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
50678         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
50679         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
50680         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
50681         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50682         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50683         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
50684         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
50685         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50686         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50687         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50688         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50690         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
50691         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
50692         * sysdeps/sparc/elf/configure: Regenerated.
50694 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
50696         * configure.in (AS, LD): Require binutils 2.20 or later.
50697         * configure: Regenerated.
50698         * manual/install.texi (Tools for Compilation): Give binutils 2.20
50699         as required minimum version.
50700         * INSTALL: Regenerated.
50702         [BZ #2541]
50703         [BZ #4108]
50704         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
50705         before squaring exponent.
50706         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50707         bottom long double and 27 bits of top long double before squaring
50708         exponent.
50709         * math/libm-test.inc (erfc_test): Add more tests.
50710         * sysdeps/i386/fpu/libm-test-ulps: Update.
50711         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50714 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50716         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50717         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50718         containing bit-fields.
50719         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50720         * soft-fp/single.h (_FP_UNION_S): Likewise.
50721         * soft-fp/double.h (_FP_UNION_D): Likewise.
50723 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50725         [BZ #13786]
50726         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50727         not include ../strcmp.S.
50728         [USE_AS_STRNCASECMP_L]: Likewise.
50729         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50730         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50731         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50732         (__strncasecmp_l_ia32): Define as alias to
50733         __strncasecmp_l_nonascii.
50735         [BZ #5794]
50736         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50737         * sysdeps/i386/fpu/libm-test-ulps: Update.
50738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50740         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50743 2012-02-29  Jeff Law  <law@redhat.com>
50745         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50746         out of bounds read.
50748 2012-02-29  Marek Polacek  <polacek@redhat.com>
50750         [BZ #13706]
50751         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50752         * elf/Makefile: Add rules to run tst-unused-dep.out.
50754 2012-02-28  David S. Miller  <davem@davemloft.net>
50756         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50757         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50758         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50759         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50760         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50761         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50763 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50765         * math/libm-test.inc (llround_test): Move one test from
50766         lround_test.  Use TEST_f_L in moved test.
50767         (lround_test): Move misplaced test to llround_test.  Add testcase
50768         from bug 2561.
50770 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50772         * sysdeps/x86_64/fpu/e_expf.S: New file.
50773         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50775 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50777         [BZ #13637]
50778         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50779         of remain_len that may cause incomplete multi-byte character and
50780         false match.
50781         * posix/bug-regex33.c: New file.
50782         * posix/Makefile (tests): Add bug-regex33.
50784 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50786         * manual/macros.texi: New file.
50787         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50788         * manual/libc.texinfo: Include macros.texi.
50789         * manual/creatute.texi: Likewise.
50790         * manual/install.texi: Likewise.
50791         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50792         @glibcadj{} in references to the GNU C Library.
50793         * manual/charset.texi: Likewise.
50794         * manual/conf.texi: Likewise.
50795         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50796         when not using those macros.
50797         * manual/creature.texi: Likewise.
50798         * manual/crypt.texi: Likewise.
50799         * manual/errno.texi: Likewise.
50800         * manual/filesys.texi: Likewise.
50801         * manual/header.texi: Likewise.
50802         * manual/install.texi: Likewise.
50803         * manual/intro.texi: Likewise.
50804         * manual/io.texi: Likewise.
50805         * manual/job.texi: Likewise.
50806         * manual/lang.texi: Likewise.
50807         * manual/libc.texiinfo: Likewise.
50808         * manual/llio.texi: Likewise.
50809         * manual/locale.texi: Likewise.
50810         * manual/maint.texi: Likewise.
50811         * manual/math.texi: Likewise.
50812         * manual/memory.texi: Likewise.
50813         * manual/message.texi: Likewise.
50814         * manual/nss.texi: Likewise.
50815         * manual/pattern.texi: Likewise.
50816         * manual/process.texi: Likewise.
50817         * manual/resource.texi: Likewise.
50818         * manual/search.texi: Likewise.
50819         * manual/setjmp.texi: Likewise.
50820         * manual/signal.texi: Likewise.
50821         * manual/socket.texi: Likewise.
50822         * manual/startup.texi: Likewise.
50823         * manual/stdio.texi: Likewise.
50824         * manual/string.texi: Likewise.
50825         * manual/sysinfo.texi: Likewise.
50826         * manual/syslog.texi: Likewise.
50827         * manual/terminal.texi: Likewise.
50828         * manual/time.texi: Likewise.
50829         * manual/users.texi: Likewise.
50830         * INSTALL: Regenerated.
50831         * NOTES: Regenerated.
50832         * sysdeps/gnu/errlist.c: Regenerated.
50834 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50836         * include/dirent.h: Include <dirstream.h> before
50837         <dirent/dirent.h>.
50839 2012-02-28  David S. Miller  <davem@davemloft.net>
50841         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50842         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50843         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50844         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50846 2012-02-27  David S. Miller  <davem@davemloft.net>
50848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50850         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50851         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50853         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50854         frame pointer instead of stack pointer relative arg slot.
50855         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50856         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50857         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50859 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50861         [BZ #3992]
50862         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50864 2012-02-27  David S. Miller  <davem@davemloft.net>
50866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50870         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50871         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50872         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50873         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50875 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50877         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50878         later.  Allow versions 5-9.
50879         * configure: Regenerated.
50880         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50881         required minimum version and 4.6 as recommended version.  Do not
50882         mention bugs in GCC 2.7 and 2.8.
50883         * INSTALL: Regenerated.
50885 2012-02-27  David S. Miller  <davem@davemloft.net>
50887         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50891         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50892         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50893         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50894         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50896         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50897         manipulate bits before adding and subtracting TWO112[sx].
50898         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50900 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50902         [BZ #13775]
50903         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50904         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50905         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50906         being in POSIX, because they are in 1003.1-2008.
50908         * rt/tst-aio.c: Include <fcntl.h>.
50909         * rt/tst-aio7.c: Likewise.
50910         * rt/tst-aio64.c: Likewise.
50912         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50914 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50916         * manual/install.texi (--with-headers): Describe headers as
50917         interface headers, not private headers.
50918         (Specific advice for GNU/Linux systems): Describe use of headers
50919         from "make headers_install", not private headers from older
50920         kernels.
50921         * INSTALL: Regenerated.
50922         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50923         Change to 2.6.19.
50924         * sysdeps/unix/sysv/linux/configure: Regenerated.
50926         * manual/llio.texi (fclean): Remove documentation.
50928         * manual/Makefile (libc-texi-generated): New variable.  Include
50929         version.texi.
50930         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50931         $(libc-texi-generated), not duplicated list of files.
50932         (version.texi, stamp-version): New rules.
50933         (realclean): Remove $(libc-texi-generated), not individual files
50934         from that list.  Do not remove dir-add.texinfo.
50935         * manual/libc.texinfo: Comment out uses of edition numbers and
50936         references to printed manual.  Remove last-updated dates.
50937         (EDITION): Comment out.
50938         (ISBN): Likewise.
50939         (VERSION, UPDATED): Remove.
50940         (version.texi): Include.
50942 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50944         * sysdeps/posix/spawni.c: Include <signal.h>.
50945         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50946         * sysdeps/pthread/aio_fsync.c: Likewise.
50948 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50950         * conform/Makefile (tests): Run only when not cross-compiling and
50951         when fast-check is not defined.
50953         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50954         * conform/data/limits.h-data: Fixes for POSIX2008.
50955         * conform/run-conformtest.sh: Run all tests.
50956         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50957         headers.
50958         * include/bits/dlfcn.h: Likewise.
50959         * include/langinfo.h: Likewise.
50960         * include/monetary.h: Likewise.
50961         * include/sys/poll.h: Likewise.
50963         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50964         for __USE_GNU.
50965         * posix/spawn.h: Define __need_sigset_t.
50966         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50967         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50968         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50969         to get sigevent_t only.
50970         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50971         only for __USE_GNU.
50972         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50973         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50974         process_vm_writev only for __USE_GNU.
50975         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50977         * conform/Makefile: For now ignore errors from run-conformtest.
50978         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50979         POSIX to avoid namespace pollution.  Don't prepend headers.
50980         * conform/data/aio.h-data: Fixes for POSIX testing.
50981         * conform/data/fcntl.h-data: Likewise.
50982         * conform/data/glob.h-data: Likewise.
50983         * conform/data/grp.h-data: Likewise.
50984         * conform/data/pthread.h-data: Likewise.
50985         * conform/data/pwd.h-data: Likewise.
50986         * conform/data/signal.h-data: Likewise.
50987         * conform/data/spawn.h-data: Likewise.
50988         * conform/data/stdio.h-data: Likewise.
50989         * conform/data/stdlib.h-data: Likewise.
50990         * conform/data/stropts.h-data: Likewise.
50991         * conform/data/sys/mman.h-data: Likewise.
50992         * conform/data/sys/stat.h-data: Likewise.
50993         * conform/data/sys/types.h-data: Likewise.
50994         * conform/data/sys/wait.h-data: Likewise.
50995         * conform/data/time.h-data: Likewise.
50996         * conform/data/unistd.h-data: Likewise.
50997         * conform/data/utime.h-data: Likewise.
50999         * io/sys/stat.h: fchmod was always in POSIX.
51000         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
51001         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
51002         * rt/aio.h: Define __need_timespec before including <time.h>.
51003         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
51004         struct.  Add forward declaration of pthread_attr_t and use it in
51005         sigevent.
51006         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51007         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51008         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
51009         always remove CLK_TCK definition.
51011 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
51013         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
51015 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
51017         * conform/run-conformtest.sh: New file.
51018         * conform/Makefile: Run run-conformtest for tests.
51019         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
51020         support.
51022         * conform/data/uchar.h-data: New file.
51023         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
51024         * conform/data/arpa/inet.h-data: Likewise.
51025         * conform/data/assert.h-data: Likewise.
51026         * conform/data/complex.h-data: Likewise.
51027         * conform/data/cpio.h-data: Likewise.
51028         * conform/data/ctype.h-data: Likewise.
51029         * conform/data/dirent.h-data: Likewise.
51030         * conform/data/dlfcn.h-data: Likewise.
51031         * conform/data/errno.h-data: Likewise.
51032         * conform/data/fcntl.h-data: Likewise.
51033         * conform/data/float.h-data: Likewise.
51034         * conform/data/fmtmsg.h-data: Likewise.
51035         * conform/data/fnmatch.h-data: Likewise.
51036         * conform/data/ftw.h-data: Likewise.
51037         * conform/data/glob.h-data: Likewise.
51038         * conform/data/grp.h-data: Likewise.
51039         * conform/data/iconv.h-data: Likewise.
51040         * conform/data/inttypes.h-data: Likewise.
51041         * conform/data/langinfo.h-data: Likewise.
51042         * conform/data/libgen.h-data: Likewise.
51043         * conform/data/limits.h-data: Likewise.
51044         * conform/data/locale.h-data: Likewise.
51045         * conform/data/math.h-data: Likewise.
51046         * conform/data/monetary.h-data: Likewise.
51047         * conform/data/mqueue.h-data: Likewise.
51048         * conform/data/ndbm.h-data: Likewise.
51049         * conform/data/net/if.h-data: Likewise.
51050         * conform/data/netdb.h-data: Likewise.
51051         * conform/data/netinet/in.h-data: Likewise.
51052         * conform/data/nl_types.h-data: Likewise.
51053         * conform/data/poll.h-data: Likewise.
51054         * conform/data/pthread.h-data: Likewise.
51055         * conform/data/pwd.h-data: Likewise.
51056         * conform/data/regex.h-data: Likewise.
51057         * conform/data/sched.h-data: Likewise.
51058         * conform/data/search.h-data: Likewise.
51059         * conform/data/semaphore.h-data: Likewise.
51060         * conform/data/setjmp.h-data: Likewise.
51061         * conform/data/signal.h-data: Likewise.
51062         * conform/data/spawn.h-data: Likewise.
51063         * conform/data/stdarg.h-data: Likewise.
51064         * conform/data/stdio.h-data: Likewise.
51065         * conform/data/stdlib.h-data: Likewise.
51066         * conform/data/string.h-data: Likewise.
51067         * conform/data/strings.h-data: Likewise.
51068         * conform/data/stropts.h-data: Likewise.
51069         * conform/data/sys/ipc.h-data: Likewise.
51070         * conform/data/sys/mman.h-data: Likewise.
51071         * conform/data/sys/msg.h-data: Likewise.
51072         * conform/data/sys/resource.h-data: Likewise.
51073         * conform/data/sys/select.h-data: Likewise.
51074         * conform/data/sys/sem.h-data: Likewise.
51075         * conform/data/sys/shm.h-data: Likewise.
51076         * conform/data/sys/socket.h-data: Likewise.
51077         * conform/data/sys/stat.h-data: Likewise.
51078         * conform/data/sys/statvfs.h-data: Likewise.
51079         * conform/data/sys/time.h-data: Likewise.
51080         * conform/data/sys/timeb.h-data: Likewise.
51081         * conform/data/sys/times.h-data: Likewise.
51082         * conform/data/sys/types.h-data: Likewise.
51083         * conform/data/sys/uio.h-data: Likewise.
51084         * conform/data/sys/un.h-data: Likewise.
51085         * conform/data/sys/utsname.h-data: Likewise.
51086         * conform/data/sys/wait.h-data: Likewise.
51087         * conform/data/syslog.h-data: Likewise.
51088         * conform/data/tar.h-data: Likewise.
51089         * conform/data/termios.h-data: Likewise.
51090         * conform/data/utime.h-data: Likewise.
51091         * conform/data/utmpx.h-data: Likewise.
51092         * conform/data/varargs.h-data: Likewise.
51093         * conform/data/wchar.h-data: Likewise.
51094         * conform/data/wctype.h-data: Likewise.
51095         * conform/data/wordexp.h-data: Likewise.
51097         * include/stropts.h: New file.
51098         * include/uchar.h: New file.
51099         * include/aio.h: Changes to allow conformtest.pl to use the headers.
51100         * include/assert.h: Likewise.
51101         * include/ctype.h: Likewise.
51102         * include/dirent.h: Likewise.
51103         * include/dlfcn.h: Likewise.
51104         * include/fcntl.h: Likewise.
51105         * include/fnmatch.h: Likewise.
51106         * include/glob.h: Likewise.
51107         * include/grp.h: Likewise.
51108         * include/libio.h: Likewise.
51109         * include/locale.h: Likewise.
51110         * include/math.h: Likewise.
51111         * include/net/if.h: Likewise.
51112         * include/netdb.h: Likewise.
51113         * include/netinet/in.h: Likewise.
51114         * include/pthread.h: Likewise.
51115         * include/pwd.h: Likewise.
51116         * include/regex.h: Likewise.
51117         * include/sched.h: Likewise.
51118         * include/search.h: Likewise.
51119         * include/setjmp.h: Likewise.
51120         * include/signal.h: Likewise.
51121         * include/stdio.h: Likewise.
51122         * include/stdlib.h: Likewise.
51123         * include/string.h: Likewise.
51124         * include/sys/cdefs.h: Likewise.
51125         * include/sys/mman.h: Likewise.
51126         * include/sys/msg.h: Likewise.
51127         * include/sys/resource.h: Likewise.
51128         * include/sys/select.h: Likewise.
51129         * include/sys/socket.h: Likewise.
51130         * include/sys/stat.h: Likewise.
51131         * include/sys/statvfs.h: Likewise.
51132         * include/sys/time.h: Likewise.
51133         * include/sys/times.h: Likewise.
51134         * include/sys/uio.h: Likewise.
51135         * include/sys/utsname.h: Likewise.
51136         * include/sys/wait.h: Likewise.
51137         * include/termios.h: Likewise.
51138         * include/time.h: Likewise.
51139         * include/ulimit.h: Likewise.
51140         * include/unistd.h: Likewise.
51141         * include/utime.h: Likewise.
51142         * include/wchar.h: Likewise.
51143         * include/wctype.h: Likewise.
51144         * include/wordexp.h: Likewise.
51146         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
51148         * time/time.h: TIME_UTC must be a macro.
51149         Make timespec_get available for ISO C11 only as well.
51151 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
51153         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
51154         Reported by Peng Haitao <penght@cn.fujitsu.com>.
51156 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51158         * configure.in: Use -o not -a in test for unsupported multi-arch.
51160 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51162         * manual/texinfo.tex: Update to version 2012-01-19.16.
51164 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
51166         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
51168 2012-02-24  Roland McGrath  <roland@hack.frob.com>
51170         [BZ #13738]
51171         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
51172         * manual/fdl-1.3.texi: New file.
51173         * manual/fdl-1.1.texi: File removed.
51175         [BZ #13738]
51176         * manual/libc.texinfo (FDL_VERSION): New @set.
51177         Use it for mention of FDL in cover text.
51178         (Documentation License): Use it in @include file name.
51180 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51181             Roland McGrath  <roland@hack.frob.com>
51183         [BZ #5461]
51184         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
51185         (not LONG_LONG_MAX and LONG_LONG_MIN.
51186         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
51187         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
51188         name.
51189         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
51191 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51193         [BZ #2547]
51194         [BZ #11365]
51195         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
51196         manipulate bits before adding and subtracting TWO23[sx].
51197         * math/libm-test.inc (nearbyint_test): Add more tests.
51199 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51201         [BZ #2548]
51202         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
51203         bits before adding and subtracting TWO23[sx].
51204         * math/libm-test.inc (rint_test): Add more tests.
51205         (rint_test_tonearest): Likewise.
51206         (rint_test_towardzero): Likewise.
51207         (rint_test_downward): Likewise.
51208         (rint_test_upward: Likewise.
51210 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51212         [BZ #10110]
51213         * include/stdc-predef.h: New file.  Extracted from features.h.
51214         * include/features.h: Include stdc-predef.h.
51215         * Makefile (headers): Add stdc-predef.h.
51216         * CONFORMANCE (Compiler limitations): Update.
51218 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
51220         * manual/libc.texinfo (VERSION, UPDATED): Revert.
51222 2012-02-21  David S. Miller  <davem@davemloft.net>
51224         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
51225         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51227 2012-02-20  David S. Miller  <davem@davemloft.net>
51229         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
51230         using a normal save/restore sequence, rather than allocating a
51231         dummy stack frame just to store a frame pointer and restore.
51232         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51234 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51236         * manual/install.texi: Fix stray word in line-wrapped comment.
51238 2012-02-20  David S. Miller  <davem@davemloft.net>
51240         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
51241         both binutils and gcc support GOTDATA.
51243         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
51244         "rd %pc" in the PIC register setup sequences.
51246         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
51247         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
51248         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
51249         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
51250         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
51251         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
51252         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
51253         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
51254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
51255         (SYSCALL_ERROR_HANDLER): Likewise.
51256         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
51257         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
51258         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
51259         (SYSCALL_ERROR_HANDLER): Likewise.
51261         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
51262         (HAVE_GCC_GOTDATA): New.
51263         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
51264         relocation support in both binutils and gcc.
51265         * sysdeps/sparc/elf/configure: Regenerate.
51267         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
51268         * sysdeps/sparc/sparc32/elf/configure: Delete.
51269         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
51270         * sysdeps/sparc/sparc64/elf/configure: Delete.
51271         * sysdeps/sparc/elf/configure.in: New file.
51272         * sysdeps/sparc/elf/configure: Generate.
51274         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
51275         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
51276         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51277         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
51278         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
51280 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51282         * manual/install.texi: Do not mention specific glibc version
51283         numbers.
51284         * manual/libc.texinfo (VERSION, UPDATED): Update.
51285         (@copying): Use @copyright{} and range of years.
51287 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
51289         [BZ #13695]
51290         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
51291         [crti.S not in sysdirs] (generated): Do not append.
51292         [crti.S not in sysdirs] (omit-deps): Likewise.
51293         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
51294         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
51295         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
51296         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
51297         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
51298         Likewise.
51299         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
51300         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
51301         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
51302         * csu/defs.awk: Remove file.
51303         * sysdeps/generic/initfini.c: Likewise.
51304         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
51305         variable.
51306         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
51307         Likewise.
51309 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51311         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
51312         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
51313         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
51314         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
51315         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51316         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
51317         <bits/epoll.h>.
51318         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
51319         (__EPOLL_PACKED): Define to empty if not defined by
51320         <bits/epoll.h>.
51321         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
51322         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51323         bits/epoll.h.
51325 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51327         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
51328         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
51329         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
51330         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
51331         <bits/timerfd.h>.
51332         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
51333         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51334         bits/timerfd.h.
51336 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
51338         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
51339         in C locale.
51340         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51341         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
51342         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
51343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51345 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
51347         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51348         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
51350 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
51352         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
51353         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
51354         defined.
51355         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
51356         Likewise.
51357         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
51358         entry for 2.16.
51360 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
51362         * math/w_acos.c: Use non-signaling floating-point comparisons.
51363         * math/w_acosf.c: Likewise.
51364         * math/w_acosh.c: Likewise.
51365         * math/w_acoshf.c: Likewise.
51366         * math/w_acoshl.c: Likewise.
51367         * math/w_acosl.c: Likewise.
51368         * math/w_asin.c: Likewise.
51369         * math/w_asinf.c: Likewise.
51370         * math/w_asinl.c: Likewise.
51371         * math/w_atanh.c: Likewise.
51372         * math/w_atanhf.c: Likewise.
51373         * math/w_atanhl.c: Likewise.
51374         * math/w_exp2.c: Likewise.
51375         * math/w_exp2f.c: Likewise.
51376         * math/w_exp2l.c: Likewise.
51377         * math/w_j0.c: Likewise.
51378         * math/w_j0f.c: Likewise.
51379         * math/w_j0l.c: Likewise.
51380         * math/w_j1.c: Likewise.
51381         * math/w_j1f.c: Likewise.
51382         * math/w_j1l.c: Likewise.
51383         * math/w_jn.c: Likewise.
51384         * math/w_jnf.c: Likewise.
51385         * math/w_log.c: Likewise.
51386         * math/w_log10.c: Likewise.
51387         * math/w_log10f.c: Likewise.
51388         * math/w_log10l.c: Likewise.
51389         * math/w_log2.c: Likewise.
51390         * math/w_log2f.c: Likewise.
51391         * math/w_log2l.c: Likewise.
51392         * math/w_logf.c: Likewise.
51393         * math/w_logl.c: Likewise.
51394         * math/w_sqrt.c: Likewise.
51395         * math/w_sqrtf.c: Likewise.
51396         * math/w_sqrtl.c: Likewise.
51397         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51398         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
51399         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51400         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51401         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51403 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51405         [BZ #9739]
51406         * manual/string.texi (strnlen): Use correct parameter name in
51407         equivalent expression.
51409 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51411         [BZ #11174]
51412         * manual/users.texi (seteuid): Consistently use neweuid for
51413         argument name.
51415 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
51417         [BZ #13704]
51418         * manual/nss.texi (Services in the NSS configuration): Correct
51419         list of services in example configuration file.
51421 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
51423         [BZ #11322]
51424         * manual/arith.texi: Remove statements about negative zero
51425         behaving identically to zero.
51427 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51429         [BZ #5993]
51430         * manual/install.texi: Do not document upgrading from libc5.
51432 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
51434         [BZ #4596]
51435         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
51437 2012-02-18  David S. Miller  <davem@davemloft.net>
51439         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
51440         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
51441         %o7 across the call.
51442         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
51443         instead.
51444         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
51445         SETUP_PIC_REG_LEAF.
51446         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51447         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
51448         * sysdeps/sparc/crtn.S: Likewise.
51450 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
51452         * aout/Makefile: Remove.
51454 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
51456         [BZ #13058]
51457         * manual/examples/argp-ex1.c (main): Format definition in GNU
51458         style.
51459         * manual/examples/argp-ex2.c (main): Likewise.
51460         * manual/examples/argp-ex3.c (main): Likewise.
51461         * manual/examples/argp-ex4.c (main): Likewise.
51462         * manual/examples/longopt.c (main): Use new-style prototype
51463         definition.
51464         * manual/examples/strncat.c (main): Specify return type and use
51465         (void) for arguments.
51466         * manual/examples/subopt.c (main): Use char **argv argument.
51468 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51470         [BZ #5077]
51471         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
51472         rounding modes.
51474 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
51476         [BZ #6907]
51477         * manual/string.texi (strchr): Change when strchrnul is
51478         recommended.
51480 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
51482         [BZ #174]
51483         * manual/locale.texi (setlocale): Document LOCPATH.
51485 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51487         [BZ #10210]
51488         * manual/process.texi (execle): Move @dots{} before last argument.
51490 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
51492         [BZ #12047]
51493         * manual/charset.texi (Generic Charset Conversion): Fix typo
51494         (LC_TYPE -> LC_CTYPE).
51496 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
51498         [BZ #5805]
51499         * manual/arith.texi (scalbn): Use @var{} on parameter names.
51500         (scalbnf): Likewise.
51501         (scalbnl): Likewise.
51502         (scalbln): Likewise.
51503         (scalblnf): Likewise.
51504         (scalblnl): Likewise.
51505         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
51506         (vwarnx): Likewise.
51507         (verr): Likewise.
51508         (verrx): Likewise.
51509         * manual/filesys.texi (telldir): Use braces around return type.
51510         * manual/llio.texi (mmap): Add space after comma.
51511         (mmap64): Likewise.
51512         * manual/math.texi (jn): Use @var{} on parameter names.
51513         (jnf): Likewise.
51514         (jnl): Likewise.
51515         (yn): Likewise.
51516         (ynf): Likewise.
51517         (ynl): Likewise.
51518         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
51519         line.
51520         * manual/resource.texi (ulimit): Use @dots{} instead of literal
51521         "...".
51522         (sched_get_priority_min): Remove semicolon on @deftypefun line.
51523         (sched_get_priority_max): Likewise.
51524         * manual/signal.texi (sigvec): Add space after comma.
51525         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
51526         names.
51527         (if_indextoname): Likewise.
51528         (if_freenameindex): Likewise.
51529         (sendto): Use ',' instead of '.' in prototype.
51530         * manual/startup.texi (syscall): Use @dots{} instead of literal
51531         "...".
51532         * manual/stdio.texi (__fpending): Separate initial words of
51533         paragraph from @deftypefun line.
51534         * manual/syslog.texi (syslog): Use @dots{} instead of literal
51535         "...".
51536         (vsyslog): Use @var{} on parameter names.
51537         * manual/terminal.texi (stty): Use @var{} on parameter names.
51538         * manual/users.texi (getutmp): Use @var{} on parameter names.
51539         (getutmpx): Likewise.
51541 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51543         [BZ #6884]
51544         * manual/stdio.texi (fopen): Fix typos in description of
51545         ",ccs=STRING".
51547 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
51549         [BZ #4026]
51550         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
51551         get clock_id definition.
51553 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
51555         [BZ #4822]
51556         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
51557         (madvise): Cast every argument to void on its own.
51559 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51561         [BZ #9902]
51562         * manual/startup.texi (Exit Status): Fix typo.
51564 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
51566         [BZ #10140]
51567         * manual/examples/argp-ex1.c: Include <stdlib.h>.
51568         * manual/examples/argp-ex2.c: Likewise.
51569         * manual/examples/argp-ex3.c: Likewise.
51571 2012-02-16  Richard Henderson  <rth@redhat.com>
51573         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
51574         * sysdeps/s390/s390-32/initfini.c: Remove.
51575         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
51576         * sysdeps/s390/s390-64/initfini.c: Remove.
51578 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
51580         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
51581         compiler output for sysdeps/generic/initfini.c.
51582         * sysdeps/sh/elf/initfini.c: Remove file.
51584 2012-02-16  David S. Miller  <davem@davemloft.net>
51586         [BZ #11494]
51587         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
51589         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
51590         * sysdeps/sparc/crti.S: New file.
51591         * sysdeps/sparc/crtn.S: New file.
51592         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
51593         * sysdeps/sparc/sparc64/Makefile: Likewise.
51595 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
51597         [BZ #3335]
51598         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
51600 2012-02-15  Roland McGrath  <roland@hack.frob.com>
51602         [BZ #4822]
51603         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
51605         * mach/devstream.c (cookie_io_functions_t): Macro removed.
51606         (write, read, close): Likewise.
51607         Patch by Aurelien Jarno <aurelien@aurel32.net>.
51609 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
51611         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
51612         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
51613         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
51614         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
51615         <bits/signalfd.h>.
51616         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
51617         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51618         bits/signalfd.h.
51620 2012-02-14  Marek Polacek  <polacek@redhat.com>
51622         * sysdeps/x86_64/crti.S: New file.
51623         * sysdeps/x86_64/crtn.S: New file.
51624         * sysdeps/x86_64/elf/initfini.c: Remove file.
51626 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51628         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
51629         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
51630         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
51631         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
51632         <bits/inotify.h>.
51633         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
51634         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51635         bits/inotify.h.
51637 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
51639         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
51640         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
51641         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
51642         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
51643         <bits/eventfd.h>.
51644         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
51645         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51646         bits/eventfd.h.
51648 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
51650         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
51651         __feraiseexcept instead of feraiseexcept.
51653         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
51654         nanosleep invocations.
51655         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
51656         strings, and add error checking for a nanosleep invocations.
51658 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
51660         Replace FSF snail mail address with URLs, as per GNU coding standards.
51661         Most of the snail mail addresses were wrong anyway, and omitting
51662         them makes the source code easier to maintain.  Almost all of the
51663         changes are to license notices and to locale LC_IDENTIFICATION
51664         addresses, except for this one:
51665         * manual/libc.texinfo: In "Published by", give the FSF's URL,
51666         not its snail mail address.
51668 2012-02-09  Richard Henderson  <rth@twiddle.net>
51670         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
51671         of kernel-features.h.
51673         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
51675 2012-02-08  Marek Polacek  <polacek@redhat.com>
51677         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
51678         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
51679         * sysdeps/gnu/_G_config.h: Likewise.
51680         * sysdeps/generic/_G_config.h: Likewise.
51682 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
51684         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
51685         tests.
51686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51688         * sysdeps/powerpc/powerpc32/crti.S: New file.
51689         * sysdeps/powerpc/powerpc32/crtn.S: New file.
51690         * sysdeps/powerpc/powerpc64/crti.S: New file.
51691         * sysdeps/powerpc/powerpc64/crtn.S: New file.
51693         * Makeconfig (have-initfini): Don't set.
51694         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
51695         * configure.in (nopic_initfini): Don't substitute.
51696         * config.h.in (HAVE_INITFINI): Don't #undef.
51697         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
51698         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
51700 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
51702         Support crti.S and crtn.S provided directly by architectures.
51703         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
51704         [crti.S in sysdirs] (omit-deps): Likewise.
51705         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51706         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51707         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51708         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51709         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51710         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51711         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51712         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51713         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51714         compiler output for sysdeps/generic/initfini.c.
51715         * sysdeps/i386/elf/Makefile: Remove file.
51716         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51718 2012-02-07  Marek Polacek  <polacek@redhat.com>
51720         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51721         * sysdeps/gnu/_G_config.h: Likewise.
51722         * sysdeps/mach/hurd/_G_config.h: Likewise.
51724 2012-02-07  Marek Polacek  <polacek@redhat.com>
51726         * math/Makefile (tests): Add tst-CMPLX2.
51727         * math/tst-CMPLX2.c: New file.
51729 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51731         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51733         * math/libm-test.inc (jn_test): Add missing L suffix.
51735 2012-02-06  Marek Polacek  <polacek@redhat.com>
51737         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51738         * sysdeps/i386/fpu/e_powf.S: Likewise.
51739         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51740         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51741         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51742         * sysdeps/i386/fpu/e_pow.S: Likewise.
51743         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51744         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51745         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51746         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51747         * sysdeps/i386/fpu/e_log2.S: Likewise.
51748         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51749         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51750         * sysdeps/i386/fpu/e_powl.S: Likewise.
51751         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51752         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51753         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51754         * sysdeps/i386/fpu/e_logl.S: Likewise.
51755         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51756         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51757         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51758         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51759         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51760         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51761         * sysdeps/i386/fpu/e_log.S: Likewise.
51762         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51763         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51764         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51765         * sysdeps/i386/fpu/e_logf.S: Likewise.
51766         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51767         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51768         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51769         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51770         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51771         * sysdeps/i386/fpu/e_log10.S: Likewise.
51772         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51773         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51774         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51775         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51776         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51777         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51778         * sysdeps/i386/asm-syntax.h: Likewise.
51779         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51780         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51781         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51782         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51783         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51784         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51785         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51786         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51787         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51788         * sysdeps/powerpc/sysdep.h: Likewise.
51789         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51790         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51792 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51794         [BZ #411]
51795         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51797 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51799         * sysdeps/i386/sysdep.h: Include <features.h>.
51800         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51801         version.
51803 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51805         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51806         Define.
51807         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51808         LOAD_PIC_REG_STR.
51810 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51812         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51813         (SETUP_PIC_REG): Use GET_PC_THUNK.
51814         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51815         macro.
51817 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51819         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51820         for non-PIC compilation.
51821         (SETUP_PIC_REG): Add .p2align directive.
51822         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51823         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51824         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51825         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51826         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51827         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51828         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51829         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51830         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51831         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51832         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51833         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51834         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51835         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51836         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51837         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51838         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51839         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51840         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51841         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51842         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51843         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51844         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51845         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51846         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51847         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51848         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51849         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51850         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51851         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51852         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51853         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51854         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51855         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51856         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51857         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51858         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51859         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51860         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51861         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51862         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51864 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51866         * math/tst-CMPLX.c: Include <stdio.h>.
51868 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51870         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51871         float.
51872         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51873         * sysdeps/sparc/bits/mathdef.h: Likewise.
51875 2012-01-31  Marek Polacek  <polacek@redhat.com>
51877         * libio/libio.h: Don't define _PARAMS.
51878         * locale/programs/config.h: Don't define PARAMS.
51879         * stdlib/strtol_l.c: Likewise.
51880         (__strtol_l): Remove PARAMS from the prototype.
51882 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51884         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51885         names.  Just use the correct names.  Remove unnecessary wrapper
51886         functions.
51887         * malloc/arena.c: Likewise.
51888         * malloc/hooks.c: Likewise.
51890         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51891         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51892         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51894 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51896         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51897         into tail calls.
51898         (update_get_addr): New function.
51899         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51900         GET_ADDR_MODULE parameter.
51902 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51904         * crypt/cert.c: Remove __STDC__ conditionals.
51905         * crypt/crypt-entry.c: Likewise.
51906         * crypt/crypt_util.c: Likewise.
51907         * libio/filedoalloc.c: Likewise.
51908         * libio/fileops.c: Likewise.
51909         * libio/genops.c: Likewise.
51910         * libio/iofclose.c: Likewise.
51911         * libio/iofdopen.c: Likewise.
51912         * libio/iofopen.c: Likewise.
51913         * libio/iofopen64.c: Likewise.
51914         * libio/iogetdelim.c: Likewise.
51915         * libio/iopopen.c: Likewise.
51916         * libio/obprintf.c: Likewise.
51917         * libio/oldfileops.c: Likewise.
51918         * libio/oldiofclose.c: Likewise.
51919         * libio/oldiofdopen.c: Likewise.
51920         * libio/oldiofopen.c: Likewise.
51921         * libio/oldiopopen.c: Likewise.
51922         * libio/wfiledoalloc.c: Likewise.
51923         * libio/wgenops.c: Likewise.
51924         * locale/programs/xmalloc.c: Likewise.
51925         * misc/syslog.c: Likewise.
51926         * stdio-common/xbug.c: Likewise.
51927         * string/memchr.c: Likewise.
51928         * string/memcmp.c: Likewise.
51929         * string/memrchr.c: Likewise.
51930         * string/rawmemchr.c: Likewise.
51931         * sysdeps/posix/getcwd.c: Likewise.
51932         * time/strftime_l.c: Likewise.
51934 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51936         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51937         * config.make.in (config-cflags-sse2avx): Define.
51938         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51939         Fix typo.
51941 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51943         * scripts/config.guess: Update from upstream config git repository.
51944         * scripts/config.sub: Likewise.
51946 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51948         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51949         (EM_NUM): Update.
51950         (R_TILEPRO_*, R_TILEGX_*): New macros.
51952         * scripts/firstversions.awk: Fix bug in version range handling.
51954         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51956         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51958         * include/sys/epoll.h: New file.
51959         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51960         libc_hidden_def.
51962 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51964         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51965         Avoid unnecessary __WORDSIZE == 64 test.
51966         (fmaxf): Use VEX format if possible.
51967         (fmax): Likewise.
51968         (fminf): Likewise.
51969         (fmin): Likewise.
51971         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51972         * math/math_private.h: Remove libc_fegetround* and
51973         libc_fesetround*.
51974         * sysdeps/i386/configure.in: Check for -msse2avx.
51975         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51976         also if SSE2AVX is defined.
51977         Remove libc_fegetround* and libc_fesetround*.
51978         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51979         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51980         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51981         of HAS_YMM_USABLE.
51982         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51983         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51984         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51985         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51986         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51988         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51990 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51992         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51993         size is not set.
51994         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51996 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51998         [BZ #13618]
51999         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
52000         relocation.
52001         * Makeconfig (libm): Define.
52002         * elf/Makefile: Add rules to build and run tst-relsort1.
52003         * elf/tst-relsort1.c: New file.
52004         * elf/tst-relsort1mod1.c: New file.
52005         * elf/tst-relsort1mod2.c: New file.
52007 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
52009         * math/s_ldexp.c: Remove __STDC__ conditionals.
52010         * math/s_ldexpf.c: Likewise.
52011         * math/s_ldexpl.c: Likewise.
52012         * math/s_nextafter.c: Likewise.
52013         * math/s_nexttowardf.c: Likewise.
52014         * math/s_significand.c: Likewise.
52015         * math/s_significandf.c: Likewise.
52016         * math/s_significandl.c: Likewise.
52017         * math/w_jnl.c: Likewise.
52018         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
52019         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
52020         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
52021         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
52022         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
52023         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
52024         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
52025         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
52026         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
52027         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
52028         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
52029         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52030         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
52031         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
52032         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
52033         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
52034         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
52035         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
52036         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
52037         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52038         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52039         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
52040         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
52041         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
52042         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
52043         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
52044         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
52045         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
52046         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
52047         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
52048         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
52049         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
52050         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
52051         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
52052         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
52053         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
52054         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
52055         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
52056         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
52057         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
52058         * sysdeps/ieee754/k_standard.c: Likewise.
52059         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52060         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
52061         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
52062         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
52063         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
52064         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
52065         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
52066         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
52067         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
52068         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
52069         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
52070         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
52071         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
52072         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
52073         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
52074         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
52075         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
52076         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
52077         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
52078         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
52079         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
52080         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
52081         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
52082         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
52083         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
52084         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
52085         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52086         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52087         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52088         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
52089         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
52090         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
52091         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
52092         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
52093         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
52094         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
52095         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
52096         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
52097         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
52098         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
52099         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
52100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
52101         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
52102         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
52103         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
52104         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
52105         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
52106         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
52107         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
52108         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
52110         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
52111         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
52114         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
52115         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
52116         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52117         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52118         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52119         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
52120         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
52121         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
52122         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
52123         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
52124         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
52125         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
52126         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
52127         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
52128         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
52129         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
52130         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
52131         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
52132         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
52133         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
52134         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
52135         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
52136         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
52137         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
52138         * sysdeps/ieee754/s_matherr.c: Likewise.
52139         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
52140         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
52141         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
52142         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
52144 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52146         * crypt/md5.h: Remove __STDC__ conditionals.
52147         * libio/libioP.h: Likewise.
52148         * locale/programs/config.h: Likewise.
52149         * sysdeps/generic/sysdep.h: Likewise.
52150         * sysdeps/i386/asm-syntax.h: Likewise.
52151         * sysdeps/s390/asm-syntax.h: Likewise.
52152         * sysdeps/unix/sysdep.h: Likewise.
52153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
52154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
52156 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
52158         * libio/libio.h: Remove __STDC__ conditionals.
52159         * malloc/obstack.h: Likewise.
52160         * math/complex.h: Likewise.
52161         * math/math.h: Likewise.
52162         * sysdeps/generic/_G_config.h: Likewise.
52163         * sysdeps/gnu/_G_config.h: Likewise.
52164         * sysdeps/mach/hurd/_G_config.h: Likewise.
52165         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52166         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
52167         * sysdeps/sparc/bits/mathdef.h: Likewise.
52169 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
52171         [BZ #13583]
52172         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
52173         Clean up HAS_* macros.
52174         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
52175         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
52176         possible.
52177         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
52178         HAS_AVX.
52179         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52180         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52181         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52182         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52183         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52185 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
52187         * elf/tst-unique3.cc (gets): Remove declaration.
52188         * elf/tst-unique3lib.cc (gets): Likewise.
52189         * elf/tst-unique3lib2.cc (gets): Likewise.
52190         * elf/tst-unique4.cc (gets): Likewise.
52192 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
52194         * include/stdio.h: Add C++ protection.  Add gets declarations and
52195         definitions.
52196         * debug/tst-chk1.c: Don't declare gets here.
52197         * stdio-common/tst-gets.c: Likewise.
52199 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52201         * posix/glob: Remove directory.
52203 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
52205         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
52207 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
52209         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
52210         of the non-standard EPFNOSUPPORT.
52212 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52214         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
52215         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
52216         ANYWHERE set to 1 only on KERN_NO_SPACE error.
52218 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
52220         * wcsmbs/uchar.h: Test __STDC_VERSION__.
52222 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
52224         * nscd/aicache.c (addhstaiX): Do not cache negative results of
52225         transient errors.
52226         * nscd/grpcache.c (cache_addgr): Likewise.
52227         * nscd/hstcache.c (cache_addhst): Likewise.
52228         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52229         * nscd/pwdcache.c (cache_addpw): Likewise.
52230         * nscd/servicescache.c (cache_addserv): Likewise.
52232 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
52234         * malloc/malloc.c: Various cleanups.
52235         * malloc/hooks.c: Likewise.
52237         * stdlib/Makefile (tests): Add bug-fmtmsg1.
52238         * stdlib/bug-fmtmsg1.c: New file.
52240         * stdlib/fmtmsg.c (init): Add missing unlock.
52241         Patch by Peng Haitao <penght@cn.fujitsu.com>.
52243 2012-01-12  Marek Polacek  <polacek@redhat.com>
52245         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
52246         and _GNU_SOURCE.
52248 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52250         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
52251         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
52252         macro to ensure uniqueness of label name.
52253         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52254         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52256 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
52258         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
52260         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
52261         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
52262         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
52263         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
52265 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
52267         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
52269         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
52270         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
52271         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
52273         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
52275         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
52276         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
52277         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
52278         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
52280         * math/bits/math-finite.h: Add ldexp support.
52282 2012-01-10  Marek Polacek  <polacek@redhat.com>
52284         * locale/programs/localedef.h (show_archive_content): Add noreturn
52285         attribute.
52287 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
52289         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
52291 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52293         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
52295         * io/Makefile (headers): Add bits/poll2.h.
52297 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
52299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
52300         typo #include statement.
52302 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52304         * include/sys/cdefs.h: Define __attribute_alloc_size.
52305         * catgets/gencat.c: Add alloc_size attribute and apply consistently
52306         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
52307         * elf/pldd.c: Likewise.
52308         * iconv/iconv_charmap.c: Likewise.
52309         * iconv/iconvconfig.c: Likewise.
52310         * iconv/strtab.c: Likewise.
52311         * locale/programs/locale.c: Likewise.
52312         * locale/programs/localedef.h: Likewise.
52313         * locale/programs/simple-hash.c: Likewise.
52314         * nscd/nscd.h: Likewise.
52315         * nss/makedb.c: Likewise.
52316         * sysdeps/generic/ldconfig.h: Likewise.
52317         * locale/programs/localedef.c: Remove xmalloc prototype.
52318         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
52320 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52322         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
52323         appropriate.
52325 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
52327         * math/Makefile (tests): Add tst-CMPLX.
52328         * math/tst-CMPLX.c: New file.
52330         * math/complex.h (CMPLXL): Fix typo.
52332         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
52333         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
52334         GLIBC_2.16.
52335         * debug/tst-chk1.c: Add poll and ppoll tests.
52336         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
52337         * include/sys/poll.h: Add hidden proto for ppoll.
52338         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
52339         * sysdeps/mach/hurd/ppoll.c: Likewise.
52340         * io/ppoll.c: Likewise.
52341         * debug/poll_chk.c: New file.
52342         * debug/ppoll_chk.c: New file.
52343         * include/bits/poll2.h: New file.
52344         * io/bits/poll2.h: New file.
52346         [BZ #1350]
52347         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
52349         * configure.in: static is always set to yes.  Remove.
52350         * config.make.in: Don't set build-static.
52351         * Makeconfig: Remove use of build-static.
52352         * dlfcn/Makefile: Likewise.
52353         * elf/Makefile: Likewise.
52354         * math/Makefile: Likewise.
52355         * misc/Makefile: Likewise.
52356         * nptl/Makefile: Likewise.
52357         * sysdeps/mach/hurd/Makefile: Likewise.
52359         * configure.in: PWD_P is not used anymore.
52360         * config.make.in: Remove PWD_P entry.
52362         * configure.in: Remove last remnants of RANLIB.
52363         No need to check for signed size_t anymore.
52364         Don't set libc_commonpagesize and libc_relro_required here for Alpha
52365         and IA-64.
52366         Remove __builtin_expect test because we require at least gcc 3.4.
52367         * aclocal.m4: Likewise.
52369         * wcsmbs/mbrtoc16.c: Implement using towc function.
52370         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
52371         * wcsmbs/wcsmbsload.c: Likewise.
52372         * iconv/gconv_simple.c: Likewise.
52373         * iconv/gconv_int.h: Likewise.
52374         * iconv/gconv_builtin.h: Likewise.
52375         * iconv/iconv_prog.c: Remove CHAR16 handling.
52377         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
52379         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
52381         * configure.in: Remove --with-elf and --enable-bounded options.
52382         Dont set base_machine for ia64.  More non-ELF conditions removed.
52383         Remove testing and setting of leading underscore information.
52384         * config.make.in (build-bounded): Set to no.
52385         * config.h.in: Remove NO_UNDERSCORES entry.
52386         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
52387         them.
52388         * csu/start.c: Remove !NO_UNDERSCORE code.
52389         * locale/localeinfo.h: Likewise.
52390         * sysdeps/generic/machine-gmon.h: Likewise.
52391         * sysdeps/generic/sysdep.h: Likewise.
52392         * sysdeps/i386/sysdep.h: Likewise.
52393         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52394         * sysdeps/mach/sysdep.h: Likewise.
52395         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52396         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52397         * sysdeps/sh/sysdep.h: Likewise.
52398         * sysdeps/sparc/sparc32/alloca.S: Likewise.
52399         * sysdeps/unix/i386/sysdep.S: Likewise.
52400         * sysdeps/unix/sparc/start.c: Likewise.
52401         * sysdeps/unix/sparc/sysdep.S: Likewise.
52402         * sysdeps/unix/sparc/sysdep.h: Likewise.
52403         * sysdeps/unix/start.c: Likewise.
52404         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52405         * sysdeps/x86_64/sysdep.h: Likewise.
52407 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
52409         [BZ #13553]
52410         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
52411         for non-gcc.
52412         * argp/argp-fmtstream.h: Use const instead __const.
52413         * argp/argp.h: Likewise.
52414         * assert/assert.h: Likewise.
52415         * bits/fenv.h: Likewise.
52416         * bits/sched.h: Likewise.
52417         * bits/sigset.h: Likewise.
52418         * bits/sigthread.h: Likewise.
52419         * catgets/nl_types.h: Likewise.
52420         * conform/data/pthread.h-data: Likewise.
52421         * crypt/crypt-private.h: Likewise.
52422         * crypt/crypt.h: Likewise.
52423         * crypt/crypt_util.c: Likewise.
52424         * ctype/ctype.h: Likewise.
52425         * debug/execinfo.h: Likewise.
52426         * debug/mbsnrtowcs_chk.c: Likewise.
52427         * debug/mbsrtowcs_chk.c: Likewise.
52428         * debug/wcsnrtombs_chk.c: Likewise.
52429         * debug/wcsrtombs_chk.c: Likewise.
52430         * debug/wcstombs_chk.c: Likewise.
52431         * dirent/dirent.h: Likewise.
52432         * dlfcn/dlfcn.h: Likewise.
52433         * elf/neededtest4.c: Likewise.
52434         * grp/grp.h: Likewise.
52435         * gshadow/gshadow.h: Likewise.
52436         * iconv/gconv.h: Likewise.
52437         * iconv/gconv_int.h: Likewise.
52438         * iconv/gconv_simple.c: Likewise.
52439         * iconv/iconv.h: Likewise.
52440         * iconv/loop.c: Likewise.
52441         * iconv/skeleton.c: Likewise.
52442         * include/aio.h: Likewise.
52443         * include/aliases.h: Likewise.
52444         * include/argz.h: Likewise.
52445         * include/arpa/inet.h: Likewise.
52446         * include/assert.h: Likewise.
52447         * include/dirent.h: Likewise.
52448         * include/dlfcn.h: Likewise.
52449         * include/execinfo.h: Likewise.
52450         * include/fcntl.h: Likewise.
52451         * include/fenv.h: Likewise.
52452         * include/glob.h: Likewise.
52453         * include/grp.h: Likewise.
52454         * include/libintl.h: Likewise.
52455         * include/mntent.h: Likewise.
52456         * include/netdb.h: Likewise.
52457         * include/pwd.h: Likewise.
52458         * include/rpc/netdb.h: Likewise.
52459         * include/sched.h: Likewise.
52460         * include/search.h: Likewise.
52461         * include/shadow.h: Likewise.
52462         * include/signal.h: Likewise.
52463         * include/stdio.h: Likewise.
52464         * include/stdlib.h: Likewise.
52465         * include/string.h: Likewise.
52466         * include/sys/socket.h: Likewise.
52467         * include/sys/stat.h: Likewise.
52468         * include/sys/statfs.h: Likewise.
52469         * include/sys/statvfs.h: Likewise.
52470         * include/sys/syslog.h: Likewise.
52471         * include/sys/time.h: Likewise.
52472         * include/sys/uio.h: Likewise.
52473         * include/time.h: Likewise.
52474         * include/unistd.h: Likewise.
52475         * include/utmp.h: Likewise.
52476         * include/wchar.h: Likewise.
52477         * include/wctype.h: Likewise.
52478         * inet/aliases.h: Likewise.
52479         * inet/arpa/inet.h: Likewise.
52480         * inet/netinet/ether.h: Likewise.
52481         * inet/netinet/in.h: Likewise.
52482         * intl/libintl.h: Likewise.
52483         * io/bits/fcntl2.h: Likewise.
52484         * io/fcntl.h: Likewise.
52485         * io/ftw.h: Likewise.
52486         * io/sys/poll.h: Likewise.
52487         * io/sys/stat.h: Likewise.
52488         * io/sys/statfs.h: Likewise.
52489         * io/sys/statvfs.h: Likewise.
52490         * io/utime.h: Likewise.
52491         * libio/bits/stdio.h: Likewise.
52492         * libio/bits/stdio2.h: Likewise.
52493         * libio/libio.h: Likewise.
52494         * libio/libioP.h: Likewise.
52495         * libio/stdio.h: Likewise.
52496         * locale/lc-ctype.c: Likewise.
52497         * locale/locale.h: Likewise.
52498         * login/utmp.h: Likewise.
52499         * malloc/arena.c: Likewise.
52500         * malloc/malloc.c: Likewise.
52501         * malloc/malloc.h: Likewise.
52502         * malloc/mcheck.c: Likewise.
52503         * malloc/mtrace.c: Likewise.
52504         * math/bits/mathcalls.h: Likewise.
52505         * math/fenv.h: Likewise.
52506         * math/math_private.h: Likewise.
52507         * misc/bits/error.h: Likewise.
52508         * misc/bits/syslog.h: Likewise.
52509         * misc/err.h: Likewise.
52510         * misc/error.h: Likewise.
52511         * misc/fstab.h: Likewise.
52512         * misc/mntent.h: Likewise.
52513         * misc/regexp.h: Likewise.
52514         * misc/search.h: Likewise.
52515         * misc/sgtty.h: Likewise.
52516         * misc/sys/mman.h: Likewise.
52517         * misc/sys/syslog.h: Likewise.
52518         * misc/sys/uio.h: Likewise.
52519         * misc/sys/xattr.h: Likewise.
52520         * misc/ttyent.h: Likewise.
52521         * nis/rpcsvc/ypclnt.h: Likewise.
52522         * nss/nss.h: Likewise.
52523         * posix/bits/unistd.h: Likewise.
52524         * posix/fnmatch.h: Likewise.
52525         * posix/glob.h: Likewise.
52526         * posix/sched.h: Likewise.
52527         * posix/spawn.h: Likewise.
52528         * posix/sys/wait.h: Likewise.
52529         * posix/unistd.h: Likewise.
52530         * posix/wordexp.h: Likewise.
52531         * pwd/pwd.h: Likewise.
52532         * resolv/netdb.h: Likewise.
52533         * resource/sys/resource.h: Likewise.
52534         * rt/aio.h: Likewise.
52535         * rt/bits/mqueue2.h: Likewise.
52536         * rt/mqueue.h: Likewise.
52537         * shadow/shadow.h: Likewise.
52538         * signal/signal.h: Likewise.
52539         * socket/send.c: Likewise.
52540         * socket/sendto.c: Likewise.
52541         * socket/sys/socket.h: Likewise.
52542         * stdio-common/printf.h: Likewise.
52543         * stdlib/bits/stdlib.h: Likewise.
52544         * stdlib/fmtmsg.h: Likewise.
52545         * stdlib/monetary.h: Likewise.
52546         * stdlib/stdlib.h: Likewise.
52547         * stdlib/ucontext.h: Likewise.
52548         * streams/stropts.h: Likewise.
52549         * string/argz.h: Likewise.
52550         * string/bits/string2.h: Likewise.
52551         * string/string.h: Likewise.
52552         * string/strings.h: Likewise.
52553         * sunrpc/rpc/auth.h: Likewise.
52554         * sunrpc/rpc/auth_des.h: Likewise.
52555         * sunrpc/rpc/clnt.h: Likewise.
52556         * sunrpc/rpc/netdb.h: Likewise.
52557         * sunrpc/rpc/pmap_clnt.h: Likewise.
52558         * sunrpc/rpc/xdr.h: Likewise.
52559         * sysdeps/generic/inttypes.h: Likewise.
52560         * sysdeps/generic/net/if.h: Likewise.
52561         * sysdeps/generic/sys/swap.h: Likewise.
52562         * sysdeps/gnu/net/if.h: Likewise.
52563         * sysdeps/gnu/utmpx.h: Likewise.
52564         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
52565         * sysdeps/i386/i486/bits/string.h: Likewise.
52566         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
52567         * sysdeps/s390/bits/string.h: Likewise.
52568         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
52569         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
52570         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
52571         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
52572         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
52573         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
52574         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
52575         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
52576         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
52577         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
52578         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
52579         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
52580         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
52581         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
52582         * sysdeps/unix/sysv/linux/readv.c: Likewise.
52583         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
52584         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
52585         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52586         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
52587         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
52588         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52589         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
52590         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
52591         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
52592         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
52593         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
52594         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
52595         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52596         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
52597         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
52598         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
52599         * sysvipc/sys/ipc.h: Likewise.
52600         * sysvipc/sys/msg.h: Likewise.
52601         * sysvipc/sys/sem.h: Likewise.
52602         * sysvipc/sys/shm.h: Likewise.
52603         * termios/termios.h: Likewise.
52604         * time/sys/time.h: Likewise.
52605         * time/time.h: Likewise.
52606         * wcsmbs/bits/wchar2.h: Likewise.
52607         * wcsmbs/uchar.h: Likewise.
52608         * wcsmbs/wchar.h: Likewise.
52609         * wctype/wctype.h: Likewise.
52611         [BZ #13551]
52612         * Makeconfig: Remove all but ELF support including AIX support.
52613         * Makerules: Likewise.
52614         * config.h.in: Likewise.
52615         * config.make.in: Likewise.
52616         * configure: Likewise.
52617         * configure.in: Likewise.
52618         * csu/Makefile: Likewise.
52619         * csu/version.c: Likewise.
52620         * debug/Makefile: Likewise.
52621         * dlfcn/Makefile: Likewise.
52622         * elf/Makefile: Likewise.
52623         * extra-lib.mk: Likewise.
52624         * iconv/Makefile: Likewise.
52625         * include/libc-symbols.h: Likewise.
52626         * include/shlib-compat.h: Likewise.
52627         * resolv/Makefile: Likewise.
52628         * resolv/res_libc.c: Likewise.
52629         * rt/Makefile: Likewise.
52630         * sysdeps/i386/asm-syntax.h: Likewise.
52631         * sysdeps/i386/sysdep.h: Likewise.
52632         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
52633         * sysdeps/mach/sysdep.h: Likewise.
52634         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
52635         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
52636         * sysdeps/s390/asm-syntax.h: Likewise.
52637         * sysdeps/s390/s390-32/sysdep.h: Likewise.
52638         * sysdeps/s390/s390-64/sysdep.h: Likewise.
52639         * sysdeps/sh/sysdep.h: Likewise.
52640         * sysdeps/unix/sparc/sysdep.h: Likewise.
52641         * sysdeps/wordsize-32/divdi3.c: Likewise.
52642         * sysdeps/x86_64/sysdep.h: Likewise.
52644         * argp/Versions: Remove _argp_unlock_xxx.
52646         [BZ #13559]
52647         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
52648         * abilist/libBrokenLocale.abilist: Likewise.
52649         * abilist/libanl.abilist: Likewise.
52650         * abilist/libc.abilist: Likewise.
52651         * abilist/libcrypt.abilist: Likewise.
52652         * abilist/libdl.abilist: Likewise.
52653         * abilist/libm.abilist: Likewise.
52654         * abilist/libnsl.abilist: Likewise.
52655         * abilist/libpthread.abilist: Likewise.
52656         * abilist/libresolv.abilist: Likewise.
52657         * abilist/librt.abilist: Likewise.
52658         * abilist/libthread_db.abilist: Likewise.
52659         * abilist/libutil.abilist: Likewise.
52660         * abilist/libnss_db.abilist: New file.
52662         * scripts/abilist.awk: Add support for indirect functions.
52664         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
52666         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
52668         * shlib-versions: Remove entries for ports architectures.
52670         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
52671         files in ports.
52672         * elf/stackguard-macros.h: Remove support for IA-64.
52673         * elf/tst-auditmod1.c: Likewise.
52674         * sysdeps/generic/ldsodefs.h: Likewise.
52676         * sysdeps/unix/sysv/linux/configure.in: Ports should define
52677         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
52678         configure files.
52680         [BZ #13552]
52681         * configure.in: Remove --enable-omitfp support.
52682         * FAQ.in: Adjust.
52683         * config.make.in: Likewise.
52684         * Makeconfig: Likewise.
52685         * manual/install.texi: Likewise.
52687         In case anyone cares, the IA-64 architecture could move to ports.
52688         * sysdeps/ia64/*: Removed.
52689         * sysdeps/unix/sysv/linux/ia64/*: Removed.
52690         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
52692         [BZ #13555]
52693         * configure.in: Remove entries for unsupported architectures.
52695         [BZ #13533]
52696         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
52697         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
52698         routines.
52699         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
52700         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
52701         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
52702         fall back to using wcrtomb.
52703         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
52704         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
52705         renaming.
52706         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52707         * wcsmbs/tst-c16c32-1.c: New file.
52709         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52710         local variable.
52712         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52714         * elf/tst-unique3.cc: Add explicit declaration of gets.
52715         * elf/tst-unique3lib.cc: Likewise.
52716         * elf/tst-unique3lib2.cc: Likewise.
52717         * elf/tst-unique4.cc: Likewise.
52719         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52721 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52723         [BZ #13566]
52724         * assert/assert.h (static_assert): Don't define for C++.
52725         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52726         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52728 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52730         * iconv/loop.c (single loop): Fix assertion in storing of
52731         remaining bytes.
52733         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52735 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52737         * posix/getconf.c: Update copyright year.
52738         * nss/getent.c: Likewise.
52739         * nss/makedb.c: Likewise.
52740         * iconv/iconvconfig.c: Likewise.
52741         * iconv/iconv_prog.c: Likewise.
52742         * elf/ldconfig.c: Likewise.
52743         * elf/pldd.c: Likewise.
52744         * elf/sotruss.ksh: Likewise.
52745         * catgets/gencat.c: Likewise.
52746         * csu/version.c: Likewise.
52747         * elf/ldd.bash.in: Likewise.
52748         * elf/sprof.c (print_version): Likewise.
52749         * locale/programs/locale.c: Likewise.
52750         * locale/programs/localedef.c: Likewise.
52751         * login/programs/pt_chown.c: Likewise.
52752         * nscd/nscd.c (print_version): Likewise.
52753         * debug/xtrace.sh: Likewise.
52754         * malloc/memusage.sh: Likewise.
52755         * malloc/mtrace.pl: Likewise.
52756         * debug/catchsegv.sh: Likewise.
52758 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52760         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52761         pure attribute.
52763 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52765         [BZ #13533]
52766         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52767         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52768         transformations.
52769         * iconv/gconv_int.h: Likewise.
52770         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52771         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52772         from libc for GLIBC_2.16.
52773         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52774         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52775         * wcsmbs/uchar.h: Really define mbstate_t.
52776         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52777         * wcsmbs/c16rtomb.c: New file.
52778         * wcsmbs/mbrtoc16.c: New file.
52779         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52780         for C/POSIX locale.
52781         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52782         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52784         * wcsmbs/wchar.h: Add missing __restrict.
52786 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52788         [BZ #13532]
52789         * time/Makefile (routines): Add timespec_get.
52790         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52791         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52792         timespec for ISO C11.
52793         * time/timespec_get.c: New file.
52794         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52795         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52797         [BZ #13531]
52798         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52799         * stdlib/stdlib.h: Declare aligned_alloc.
52800         * Versions.def: Add GLIBC_2.16 for libc.
52801         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52803         [BZ 13527]
52804         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52805         ISO C11.
52807         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52808         code.
52810         [BZ #13528]
52811         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52813         [BZ #13529]
52814         * assert/assert.h (static_assert): Define.
52816         * version.h: Update for 2.16 development version.
52818         [BZ #13526]
52819         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52820         _ISOC11_SOURCE.
52822         * version.h (RELEASE): Bump for 2.15 release.
52823         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52825         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52826         Patch by Marek Polacek <mpolacek@redhat.com>.
52828         * bits/byteswap.h: Protect long long constants with __extension__.
52829         * sysdeps/i386/bits/byteswap.h: Likewise.
52830         * sysdeps/ia64/bits/byteswap.h: Likewise.
52831         * sysdeps/s390/bits/byteswap.h: Likewise.
52832         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52834 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52836         [BZ #13540]
52837         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52838         destination buffer.
52839         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52841 2011-12-23  Marek Polacek  <polacek@redhat.com>
52843         * elf/dl-addr.c (determine_info): Add inline keyword.
52844         * elf/tst-auditmod4b.c (check_avx): Likewise.
52845         * elf/tst-auditmod6b.c (check_avx): Likewise.
52846         * elf/tst-auditmod6c.c (check_avx): Likewise.
52847         * elf/tst-auditmod7b.c (check_avx): Likewise.
52849 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52851         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52852         !__SSE_MATH__.
52854 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52856         [BZ #13540]
52857         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52858         processing for last bytes.
52860 2011-08-06  Bruno Haible  <bruno@clisp.org>
52862         [BZ #13061]
52863         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52864         U+0385, not to U+1FEE.
52866         [BZ #13062]
52867         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52868         entry for U+00A5 U+0301.
52870 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52872         [BZ #13166]
52873         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52874         buffer for the output is too small.
52876         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52877         optimization.
52879         [BZ #13185]
52880         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52881         SSE flags if possible.
52883 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52885         [BZ #13540]
52886         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52887         processing for last bytes.
52889 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52891         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52892         (syscall-list-default-options, syscall-list-default-condition)
52893         (syscall-list-includes): Define.
52894         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52895         list of ABIs and options and #if conditions for each ABI.  Do not
52896         handle common syscalls between ABIs specially.
52897         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52898         Remove.
52899         (syscall-list-variants, syscall-list-32bit-options)
52900         (syscall-list-32bit-condition, syscall-list-64bit-options)
52901         (syscall-list-64bit-condition): Define.
52902         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52903         (syscall-list-variants, syscall-list-32bit-options)
52904         (syscall-list-32bit-condition, syscall-list-64bit-options)
52905         (syscall-list-64bit-condition): Define.
52906         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52907         Remove.
52908         (syscall-list-variants, syscall-list-32bit-options)
52909         (syscall-list-32bit-condition, syscall-list-64bit-options)
52910         (syscall-list-64bit-condition): Define.
52911         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52912         Remove.
52913         (syscall-list-variants, syscall-list-32bit-options)
52914         (syscall-list-32bit-condition, syscall-list-64bit-options)
52915         (syscall-list-64bit-condition): Define.
52917 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52919         * locale/iso-639.def: Add brx entry.
52921         [BZ #13328]
52922         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52923         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52925         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52926         __feraiseexcept_renamed.
52928 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52930         [BZ #13538]
52931         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52932         EPOLLET with unsigned values.
52933         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52934         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52936         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52937         to large cancellation.
52938         * math/s_cacoshf.c: Likewise.
52939         * math/s_cacoshl.c: Likewise.
52941 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52943         [BZ #13305]
52944         [BZ #12786]
52945         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52946         * math/s_cacoshf.c: Likewise.
52947         * math/s_cacoshl.c: Likewise.
52949 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52951         [BZ #13439]
52952         * iconv/gconv.h: Define __GCONV_SWAP.
52953         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52954         * iconvdata/utf-16.c: Likewise.
52955         * iconvdata/utf-32.c: Likewise.
52957 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52959         [BZ #13524]
52960         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52961         numerator after shifting it by one limb.
52963 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52965         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52966         under [__USE_EXTERN_INLINES].
52968 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52970         [BZ #13446]
52971         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52973 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52975         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52976         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52977         optimized code.
52978         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52979         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52980         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52981         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52982         for strncasecmp/strncasecmp_l compilation.
52983         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52984         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52986 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52988         [BZ #13484]
52989         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52990         of __asm__.
52992 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52994         [BZ #13506]
52995         * time/tzfile.c (__tzfile_read): Check values from file header.
52997 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52999         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
53000         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
53001         * powerpc/powerpc32/dl-start.S: Likewise.
53002         * powerpc/powerpc32/elf/start.S: Likewise.
53003         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
53004         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
53005         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
53006         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
53007         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
53008         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
53009         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
53010         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
53011         * powerpc/powerpc32/fpu/s_round.S: Likewise.
53012         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
53013         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
53014         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
53015         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
53016         * powerpc/powerpc32/memset.S: Likewise.
53017         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
53018         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
53019         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
53020         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
53021         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
53022         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
53023         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
53024         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
53025         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
53026         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
53027         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
53028         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
53029         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
53031 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53033         * math/libm-test.inc: Added more nearbyint tests.
53034         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
53035         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
53036         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
53037         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
53039 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
53041         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
53042         FD_CLOEXEC.
53044 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53046         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
53047         Add wcscpy-ssse3 wcscpy-c.
53048         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
53049         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
53050         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
53051         * sysdeps/x86_64/wcschr.S: New file.
53052         * sysdeps/x86_64/wcsrchr.S: New file.
53053         * string/test-strcmp.c: Remove checking of wcscmp function for
53054         wrong alignments.
53055         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
53056         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
53057         wcsrchr-sse2 wcsrchr-c.
53058         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
53059         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
53060         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
53061         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
53062         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
53063         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
53064         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
53065         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
53066         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
53067         * wcsmbc/wcschr.c (WCSCHR): New macro.
53069 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53071         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
53072         * wcsmbs/test-wcsrchr.c: New file.
53073         * string/test-strrchr.c: Add wcsrchr support.
53074         (WIDE): New macro.
53075         * wcsmbs/test-wcscpy.c: New file.
53076         * string/test-strcpy.c: Add wcscpy support.
53077         (WIDE): New macro.
53079 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
53081         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
53082         the inner loop.
53084 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
53086         [BZ #13472]
53087         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
53089 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
53091         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
53092         Minor optimizations.
53094         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
53095         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
53096         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
53098 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
53100         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
53101         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
53102         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
53103         for gcc to avoid warnings.
53104         * inet/Makefile (tests): Add tst-checks.
53105         * inet/tst-checks.c: New file.
53107         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
53108         warning.
53110         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
53111         __wmemcmp_sse2.
53113         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
53114         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
53116         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
53118 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
53120         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
53121         problem.
53123         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
53125 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
53127         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
53128         conditional on GCC version.
53129         (__arch_compare_and_exchange_val_8_acq)
53130         (__arch_compare_and_exchange_val_16_acq)
53131         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
53132         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
53133         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
53135 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
53137         * sysdeps/sh/backtrace.c: New file.
53139 2011-12-02  Andreas Schwab  <schwab@redhat.com>
53141         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
53142         parenthesis.
53144 2011-12-01  Andreas Schwab  <schwab@redhat.com>
53146         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
53147         falling back to utime.
53149 2011-11-30  Andreas Schwab  <schwab@redhat.com>
53151         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
53152         expectations for float.
53154 2011-11-29  Andreas Schwab  <schwab@redhat.com>
53156         * locale/weight.h (findidx): Add parameter len.
53157         * locale/weightwc.h (findidx): Likewise.
53158         * posix/fnmatch_loop.c (FCT): Adjust caller.
53159         * posix/regcomp.c (build_equiv_class): Likewise.
53160         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
53161         * posix/regexec.c (check_node_accept_bytes): Likewise.
53162         * string/strcoll_l.c (STRCOLL): Likewise.
53163         * string/strxfrm_l.c (STRXFRM): Likewise.
53165 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
53167         * Makefile.in: Remove CVSOPT handling.
53168         * configure.in: Remove use of AC_REVISION.
53169         * iconvdata/Makefile (distribute): No need to filter out CVS.
53170         * scripts/list-sources.sh: Remove CVS, subversion and monotone
53171         handling.
53173 2011-11-16  Andreas Schwab  <schwab@redhat.com>
53175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
53176         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
53177         [USE_AS_STRNCASECMP_L]: Likewise.
53178         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
53179         NO_TLS_DIRECT_SEG_REFS.
53180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
53181         Fix argument offsets for non-PIC.
53182         [USE_AS_STRNCASECMP_L]: Likewise.
53183         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
53184         NO_TLS_DIRECT_SEG_REFS.
53186 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53188         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
53189         O_CLOEXEC.
53190         * locale/loadlocale.c (_nl_load_locale): Likewise.
53192 2011-11-15  Andreas Schwab  <schwab@redhat.com>
53194         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
53195         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
53196         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
53197         (SYSCALL_GETTIME): Set errno on error.
53199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
53200         count references to noai6ai_cached.
53202 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
53204         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
53206         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
53207         FD_CLOEXEC for /proc/self/maps.
53209         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
53210         FD_CLOEXEC for /proc/meminfo.
53212         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
53213         gai.conf.
53215         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
53216         FD_CLOEXEC for given file.
53218         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
53220         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
53221         FD_CLOEXEC for /etc/hosts.
53222         (_gethtent): Likewise.
53224         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
53226         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
53227         cancellation and set FD_CLOEXEC for /etc/netgroup.
53229         * nss/nss_files/files-key.c (search): Don't allow cancellation when
53230         reading /etc/publickey.
53232         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
53233         allow cancellation when reading /etc/group.
53235         * nss/nss_files/files-alias.c (internal_setent): Don't allow
53236         cancellation.
53237         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
53239         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
53240         when using data file.
53242         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
53244         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
53245         (write_nis_obj): Use "c" and "e" in fopen.
53247         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
53249         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
53251         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
53253         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
53255         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
53256         locale.alias.
53258         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
53260         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
53262         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
53264         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
53265         file parsing and set FD_CLOEXEC.
53267 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53269         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
53271 2011-11-14  Andreas Schwab  <schwab@redhat.com>
53273         * malloc/arena.c (arena_get2): Don't call reused_arena when
53274         _int_new_arena failed.
53276 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
53278         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
53279         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
53280         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
53281         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
53282         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
53283         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
53284         to compile strcasecmp and strncasecmp.
53285         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
53286         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
53288         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
53290 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
53292         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
53293         locale-defines.sym to gen-as-const-headers.
53294         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
53295         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
53296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
53297         to compile strcasecmp and strncasecmp.
53298         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
53299         strcasecmp_l and strncasecmp_l.
53300         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
53301         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
53302         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
53303         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
53304         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
53305         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
53306         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
53307         * sysdeps/i386/i686/multiarch/strncase.S: New file.
53308         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
53309         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
53310         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
53312 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
53314         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
53315         result of SYSDEP_GETTIME_CPU to retval.
53316         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
53317         parameter list to macro.  Remove trailing semicolon.  Adjust users.
53319         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
53320         variable.
53322         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
53323         mantissa words.
53324         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
53326         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
53327         from unused variable.
53329         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
53330         DWARF definitions.
53331         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
53332         for assembling.
53334         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
53335         over namespaces.
53337         * sunrpc/rpc_prot.c (rejected): Fix case value.
53339         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
53340         unsigned long long int to avoid warnings in shift.
53342         * posix/regex_internal.c (re_string_reconstruct): Actually use result
53343         of use of trans.
53344         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
53345         variable tmp.
53347         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
53348         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
53349         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
53351         * nis/nis_table.c (nis_list): Use variable of correct type for
53352         result of __follow_path call.
53354 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53356         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
53357         of math functions ceil, trunc, floor, round, and sqrt, when
53358         avaliable on the platform.
53359         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
53360         name clash.
53361         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53362         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53363         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53365 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
53367         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
53368         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
53370 2011-11-11  Roland McGrath  <roland@hack.frob.com>
53372         * include/unistd.h: Fix __readlink return type.
53373         Reported by Chris Metcalf <cmetcalf@tilera.com>.
53375 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
53377         * stdlib/ucontext.h: Undo last change for makecontext.
53379 2011-11-11  Andreas Schwab  <schwab@redhat.com>
53381         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
53383         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
53384         * setjmp/setjmp.h: Mark functions as non-leaf.
53385         * setjmp/bits/setjmp2.h: Likewise.
53386         * stdlib/ucontext.h: Likewise.
53388 2011-11-10  Andreas Schwab  <schwab@redhat.com>
53390         * malloc/arena.c (_int_new_arena): Don't increment narenas.
53391         (reused_arena): Don't check arena limit.
53392         (arena_get2): Atomically check arena limit.
53394 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
53396         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
53397         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
53399         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
53400         instructions.
53402 2011-11-07  Andreas Schwab  <schwab@redhat.com>
53404         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
53405         handler when locking.
53407         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53408         Fix size of allocated buffer.
53410 2011-11-04  Andreas Schwab  <schwab@redhat.com>
53412         [BZ #10103]
53413         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
53414         declarations for long double functions.
53415         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
53417         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
53419 2011-11-03  Andreas Schwab  <schwab@redhat.com>
53421         * nscd/nscd.c (main): Don't start AVC thread until credentials are
53422         installed.
53424         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
53425         is disabled.
53427 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53429         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
53431 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
53433         * include/alloca.h (stackinfo_alloca_round): Define.
53434         (extend_alloca): Use it.
53435         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
53436         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
53437         here.
53439         * scripts/check-local-headers.sh: Ignore libaudit.h.
53441         * nscd/Makefile (extra-objs): Make recursively expanded.
53443 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
53445         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
53446         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
53448         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
53449         * posix/tst-rfc3484-2.c: Likewise.
53450         * posix/tst-rfc3484-3.c: Likewise.
53452         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
53453         process_vm_writev.
53454         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
53455         process_vm_writev.
53456         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
53457         process_vm_writev from libc using GLIBC_2.15 version.
53459         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
53461 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
53463         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
53464         stack usage.
53466 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
53468         [BZ #13367]
53469         * nss/getent.c (initgroups_keys): Show error message in case no group
53470         names are given.
53472         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
53473         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
53474         __bump_nl_timestamp.
53475         * nscd/connections (nscd_init): When host database is served open
53476         netlink socket and request notification about configuration changes.
53477         (main_loop_poll): Track netlink file descriptor and bump timestamp
53478         in case data becomes available.
53479         (main_loop_epoll): Likewise.
53480         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
53481         (database_pers_head): Add extra_data fileds.
53482         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
53483         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
53484         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
53485         Adjust caller.
53486         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
53487         in6ai data, call __free_in6ai.
53488         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
53489         Add -DHAVE_NETLINK.
53490         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
53491         interface information.  Reuse previous data if netlink timestamp
53492         is not changed.
53493         (__bump_nl_timestamp): New function.
53494         (__free_in6ai): New function.
53496 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
53498         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
53499         close_not_cancel_no_status here.
53500         (__check_pf): Reorganize code a bit to not call close twice if OOM.
53502 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53504         [BZ #13276]
53505         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
53506         return value.
53508         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
53509         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
53510         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
53512 2011-07-03  Andreas Jaeger  <aj@suse.de>
53514         [BZ #10709]
53515         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
53516         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
53517         * math/libm-test.inc (sin_test): Add test case.
53519 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
53521         [BZ #13337]
53522         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
53523         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53525         * elf/chroot_canon.c (chroot_canon): Cleanups.
53527         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
53529         [BZ #13335]
53530         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
53531         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
53533         * string/test-strchr.c: Make usable for strchrnul testing.
53534         * string/test-strchrnul.c: New file.
53535         * string/Makefile (strop-tests): Add strchrnul.
53537         * po/it.po: Update from translation team.
53538         * po/es.po: Likewise.
53540 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
53542         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
53543         the three constants needed as parameters.  Drop the others.
53544         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
53545         __m128i_strloadu_tolower.
53546         Create and initialize variable zero and use it in all the places
53547         where _mm_setzero_si128 was used.
53549         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
53550         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
53551         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
53552         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
53553         anymore.
53554         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
53555         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
53556         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
53557         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
53558         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
53559         __mpranred, __mptan.
53560         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
53561         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
53562         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
53563         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
53564         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
53565         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
53566         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
53567         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
53568         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
53570 2011-10-28  Andreas Schwab  <schwab@redhat.com>
53572         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
53573         redefine if SHARED.
53574         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
53576         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
53577         wide char related routines to wcsmbs subdir.
53579 2011-10-27  Andreas Schwab  <schwab@redhat.com>
53581         [BZ #13344]
53582         * misc/sys/cdefs.h (__THROWNL): Define.
53583         * posix/unistd.h: Use __THREADNL instead of __THREAD
53584         for memory synchronization functions.
53586 2011-10-26  Roland McGrath  <roland@hack.frob.com>
53588         [BZ #13349]
53589         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
53590         doesn't exist.
53591         * manual/stdio.texi (Obstack Streams): Node removed.
53593 2011-10-26  Andreas Schwab  <schwab@redhat.com>
53595         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
53596         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53597         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53599         * math/math_private.h (math_force_eval): Allow non-addressable
53600         arguments.
53601         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
53603 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53605         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
53606         file is not needed.
53608         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
53609         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
53610         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
53611         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
53612         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
53613         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
53614         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
53615         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
53616         Add AVX variants.
53617         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
53618         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
53619         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
53620         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
53621         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
53622         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
53623         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
53624         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
53625         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
53626         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
53627         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
53628         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
53629         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
53630         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
53631         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
53632         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
53633         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
53634         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
53635         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
53637         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
53638         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
53640         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
53641         place.  Use VEX encoding when compiling for AVX.
53643 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53645         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
53646         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
53648         * string/test-strchr.c (do_test): Don't generate NUL bytes.
53650 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53652         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
53653         useless if() expression.
53654         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53655         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
53656         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
53657         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53658         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
53659         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
53660         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53661         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53662         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
53663         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53664         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53665         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53666         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
53667         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53668         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
53669         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
53670         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53671         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53672         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
53674         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
53676 2011-10-25  Andreas Schwab  <schwab@redhat.com>
53678         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
53679         condition.
53680         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53682 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
53684         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
53685         .text section.  Avoid duplicate constants.
53686         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
53687         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53688         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53689         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53690         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53691         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53692         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53693         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53694         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
53695         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
53696         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
53697         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
53698         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
53699         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
53700         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
53701         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
53702         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
53703         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
53704         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
53705         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53706         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53707         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53708         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53709         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53710         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53711         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53712         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53713         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53714         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53715         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53716         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53717         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53718         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53719         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53720         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53721         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53722         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53723         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53724         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53725         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53726         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53727         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53728         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53729         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53730         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53732 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53734         * sysdeps/x86_64/dla.h: Move to ...
53735         * sysdeps/x86_64/fpu/dla.h: ...here.
53736         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53737         situations.  Use __builtin_fma only for gcc 4.6 and up.
53739         * config.make.in: Add have-mfma4 entry.
53740         * configure.in: Substitute libc_cv_cc_fma4.
53741         * math/Makefile (dbl-only-routines): Add sincostab.
53742         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53743         Use __sincostab not sincos.
53744         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53745         name is a macro.
53746         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53747         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53748         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53749         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53750         using __copysign.
53751         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53752         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53753         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53754         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53755         and __inv.
53756         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53757         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53758         __copysign.
53759         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53760         define aliases when function name is a macro.
53761         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53762         sysdeps/ieee754/dbl-64/sincos.tbl.
53763         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53764         fma4-enabled routines.
53765         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53766         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53767         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53768         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53769         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53770         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53771         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53772         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53773         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53774         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53775         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53776         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53777         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53778         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53779         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53780         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53781         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53782         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53783         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53784         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53785         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53786         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53787         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53788         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53789         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53790         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53791         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53792         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53793         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53794         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53796         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53797         rename.
53798         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53799         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53800         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53801         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53802         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53803         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53804         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53805         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53807 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53809         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53811 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53813         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53815         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53816         prediction.
53817         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53819         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53820         Remove unused variable magic_bits.
53821         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53823         * string/strnlen.c: Define and use STRNLEN macro.
53824         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53825         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53826         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53827         * wcsmbs/wcslen.c: Define and use WCSLEN.
53828         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53829         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53830         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53831         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53832         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53833         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53834         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53836 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53838         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53839         strnlen-sse2-no-bsf.
53840         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53841         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53842         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53843         Add strnlen support.
53844         (USE_AS_STRNLEN): New macro.
53845         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53846         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53847         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53848         * sysdeps/x86_64/wcslen.S: New file.
53850 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53852         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53853         XMM-moves are used for copying on small sizes.
53855 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53857         * wcsmbs/Makefile (strop-tests): Add wcschr.
53858         * wcsmbs/test-wcschr.c: New file.
53859         * string/test-strchr.c: Update.
53860         Add wcschr support.
53861         (WIDE): New macro.
53863 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53865         * wcsmbs/Makefile (strop-tests): Add wcslen.
53866         * wcsmbs/test-wcslen.c: New file.
53867         * string/test-strlen.c: Update.
53868         Add wcslen support.
53869         (WIDE): New macro.
53871 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53873         * po/it.po: Update from translation team.
53875 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53877         * sysdeps/x86_64/wcscmp.S: Update.
53878         Fix wrong comparison semantics.
53879         wcscmp shall use signed comparison not unsigned.
53880         Don't use substraction to avoid overflow bug.
53881         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53882         * wcsmbc/wcscmp.c: Likewise.
53883         * string/test-strcmp.c: Likewise.
53884         Add new tests to check cases with negative values.
53886 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53888         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53889         * sysdeps/x86_64/dla.h: ...here.  New file.
53890         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53891         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53892         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53893         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53894         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53895         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53896         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53897         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53898         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53900 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53902         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53903         __ynl_finite aliases.
53905 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53907         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53909         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53910         define DLA_FMA.
53911         [DLA_FMA] (EMULV): Use DLA_FMA.
53912         [DLA_FMA] (MUL12): Use EMULV.
53913         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53914         that are not needed.
53915         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53916         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53917         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53918         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53919         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53920         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53921         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53923 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53925         * math/s_nan.c: Undef __nan.
53926         * math/s_nanf.c: Undef __nanf.
53927         * math/s_nanl.c: Undef __nanl.
53928         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53929         "math_private.h".
53931 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53933         * math/s_catan.c: Add branch predictions.
53934         * math/s_catanf.c: Likewise.
53935         * math/s_catanh.c: Likewise.
53936         * math/s_catanhf.c: Likewise.
53937         * math/s_catanhl.c: Likewise.
53938         * math/s_catanl.c: Likewise.
53939         * math/s_cexp.c: Likewise.
53940         * math/s_cexpf.c: Likewise.
53941         * math/s_cexpl.c: Likewise.
53942         * math/s_clog.c: Likewise.
53943         * math/s_clog10.c: Likewise.
53944         * math/s_clog10f.c: Likewise.
53945         * math/s_clog10l.c: Likewise.
53946         * math/s_clogf.c: Likewise.
53947         * math/s_clogl.c: Likewise.
53948         * math/s_csqrt.c: Likewise.
53949         * math/s_csqrtf.c: Likewise.
53950         * math/s_csqrtl.c: Likewise.
53951         * math/s_ctanf.c: Likewise.
53952         * math/s_ctanh.c: Likewise.
53953         * math/s_ctanhf.c: Likewise.
53954         * math/s_ctanhl.c: Likewise.
53955         * math/s_ctanl.c: Likewise.
53957         * math/math_private.h: Define __nan, __nanf, __nanl.
53958         * math/s_cacosh.c: Include <math_private.h>.
53959         * math/s_cacoshl.c: Likewise.
53960         * math/s_casinh.c: Likewise.
53961         * math/s_casinhf.c: Likewise.
53962         * math/s_casinhl.c: Likewise.
53963         * math/s_ccos.c: Rely entire on ccosh.
53964         * math/s_ccosf.c: Rely entire on ccoshf.
53965         * math/s_ccosl.c: Rely entirely on ccoshl.
53966         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53967         Remove tests for FE_INVALID.
53968         * math/s_ccoshf.c: Likewise.
53969         * math/s_ccoshl.c: Likewise.
53970         * math/s_csin.c: Likewise.
53971         * math/s_csinf.c: Likewise.
53972         * math/s_csinh.c Likewise.
53973         * math/s_csinhf.c: Likewise.
53974         * math/s_csinhl.c: Likewise.
53975         * math/s_csinl.c: Likewise.
53976         * math/s_ctan.c: Likewise.
53977         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53978         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53979         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53981 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53983         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53984         compilation problems.
53986         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53987         __builtin_expect.
53989 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53991         * sysdeps/i386/configure.in: Test for -mfma4 option.
53992         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53993         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53994         COMMON_CPUID_INDEX_80000001.
53995         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53996         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53997         use it if FMA3 is not supported.
53998         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
54000         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
54001         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
54003 2011-10-20  Andreas Schwab  <schwab@redhat.com>
54005         [BZ #12892]
54006         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
54007         it would create a cycle with a link time dependency.
54009 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
54011         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
54012         instruction.
54013         * string/Makefile (strop-tests): Add rawmemchr.
54014         * string/test-rawmemchr.c: New file.
54016         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
54017         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
54018         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
54019         when compiling str{,n}casecmp and when AVX is available.  Hook up
54020         new optimized code in initializers.
54022 2011-10-19  Andreas Schwab  <schwab@redhat.com>
54024         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
54025         __feraiseexcept instead of feraiseexcept.
54027 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
54029         * math/math_private.h: Define defaults for libc_fetestexcept and
54030         libc_feupdateenv.
54031         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
54032         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
54033         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54034         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54035         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
54036         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54037         libc_fetestexcept and libc_feupdateenv.
54039         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
54040         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
54041         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
54042         * sysdeps/x86_64/fpu/math_private.h: Define special version of
54043         libc_feholdexcept_setround.
54045         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
54046         Add s_nearbyint-c and s_nearbyintf-c.
54047         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
54048         nearbyintf inlines.
54049         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
54050         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
54051         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
54052         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
54054         * math/math_private.h: Define defaults for libc_fegetround,
54055         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
54056         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
54057         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
54058         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
54059         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
54060         standard functions.
54061         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54062         Remove comments and hacks for old compiler versions.
54063         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
54064         libc_fegetround, libc_fesetround, libc_feholdexcept, and
54065         libc_feholdexceptl.
54067 2011-10-18  Andreas Schwab  <schwab@redhat.com>
54069         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
54070         (__feraiseexcept_renamed): Add __NTH.
54071         (feraiseexcept): Add __NTH.  Rename local variables to fix
54072         namespace violations.
54074 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
54076         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
54078         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
54080         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
54081         recently added interfaces.
54082         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
54084         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
54085         about macro parameter expansion.
54087         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
54088         __NO_MATH_INLINES is defined.  Cleanups.
54090         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
54091         and __floorf is target has SSE4.1.
54092         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
54093         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
54094         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
54095         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
54097         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
54098         name.
54099         (floorf): Likewise.
54101         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
54103 2011-10-17  Andreas Schwab  <schwab@redhat.com>
54105         * misc/sys/cdefs.h: Fix last change.
54107         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
54108         database lookup.
54110 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
54112         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
54114         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
54115         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54116         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
54117         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
54118         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
54119         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
54120         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
54121         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
54122         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
54123         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
54124         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
54125         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
54126         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
54127         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
54128         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
54129         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
54130         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
54131         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
54132         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
54133         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
54134         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
54135         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
54137         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
54138         ceil, ceilf, floor, floorf.
54140         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
54141         Perform IRELATIVE relocations last.
54143         * elf/do-rel.h: Add another parameter nrelative, replacing the
54144         local variable with the same name.  Change name of the function
54145         to end in Rel or Rela (uppercase).
54146         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
54147         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
54148         elf_dynamic_do_##reloc function.
54150 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54152         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
54153         is sufficient, at least on modern CPUs.
54155         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
54157         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
54158         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
54160         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
54161         __expl_finite.
54162         * math/bits/math-finite.h: Add entries for exp.
54163         * math/e_expl.c: Add __*_finite alias.
54164         * sysdeps/i386/fpu/e_exp.S: Likewise.
54165         * sysdeps/i386/fpu/e_expf.S: Likewise.
54166         * sysdeps/i386/fpu/e_expl.c: Likewise.
54167         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
54168         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
54169         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
54170         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
54171         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
54172         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
54173         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
54175         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
54176         is sufficient, at least on modern CPUs.
54178         * ctype/ctype-info.c (__ctype_init): Define.
54179         * include/ctype.h (__ctype_init): Declare.
54180         (__ctype_b_loc): The variable is always initialized.
54181         (__ctype_toupper_loc): Likewise.
54182         (__ctype_tolower_loc): Likewise.
54183         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
54184         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
54186 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
54188         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
54190         * configure.in: Also look in $cxxmachine/include for C++ system
54191         headers.
54193 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54195         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
54196         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
54197         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
54198         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
54199         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
54200         (USE_AS_WMEMCMP): New macro.
54201         Fixing indents.
54202         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
54203         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
54204         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
54205         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
54206         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54207         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
54208         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
54209         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
54210         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
54211         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
54212         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
54213         (USE_AS_WMEMCMP): New macro.
54214         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
54215         * sysdeps/string/test-memcmp.c: Update.
54216         Fix simple_wmemcmp.
54217         Add new tests.
54218         * wcsmbs/wmemcmp.c: Update.
54219         (WMEMCMP): New macro.
54220         Fix overflow bug.
54222 2011-10-12  Andreas Jaeger  <aj@suse.de>
54224         [BZ #13268]
54225         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
54227 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
54229         * libio/iofwide.c (do_length): Avoid warning.
54231         * ctype/ctype.h (__isctype_f): Add missing __THROW.
54233 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
54235         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
54237         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
54238         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
54239         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
54240         * sysdeps/i386/i686/fpu/e_log.S: New file.
54241         * sysdeps/i386/i686/fpu/e_logf.S: New file.
54242         * sysdeps/i386/i686/fpu/e_logl.S: New file.
54244         * ctype/ctype.h: Add support for inlined isXXX functions when
54245         compiling C++ code.
54247 2011-10-14  Andreas Schwab  <schwab@redhat.com>
54249         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54251         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
54253 2011-10-13  Roland McGrath  <roland@hack.frob.com>
54255         [BZ #13291]
54256         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
54258 2011-10-13  Andreas Schwab  <schwab@redhat.com>
54260         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
54261         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
54262         feraiseexcept.
54264         * sysdeps/x86_64/memrchr.S: Check for zero size.
54266         * string/stratcliff.c: Add memrchr tests.
54268 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54270         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54271         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
54272         rawmemchr-sse2 rawmemchr-sse2-bsf.
54273         * sysdeps/i386/i686/multiarch/memchr.S: New file.
54274         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
54275         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
54276         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
54277         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
54278         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
54279         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
54280         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
54281         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
54282         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
54283         * string/memrchr.c (MEMRCHR): New macro.
54285 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
54287         Add integration with gcc's -ffinite-math-only and optimize wrapper
54288         functions in libm.
54289         * Versions.def: Define GLIBC_2.15 version for libm.
54290         * math/Makefile (headers): Add bits/math-finite.h.
54291         * math/bits/math-finite.h: New file.
54292         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
54293         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
54294         * math/e_acoshl.c: Add __*_finite alias.
54295         * math/e_acosl.c: Likewise.
54296         * math/e_asinl.c: Likewise.
54297         * math/e_atan2l.c: Likewise.
54298         * math/e_atanhl.c: Likewise.
54299         * math/e_coshl.c: Likewise.
54300         * math/e_exp10.c: Likewise.
54301         * math/e_exp10f.c: Likewise.
54302         * math/e_exp10l.c: Likewise.
54303         * math/e_exp2l.c: Likewise.
54304         * math/e_fmodl.c: Likewise.
54305         * math/e_gammal_r.c: Likewise.
54306         * math/e_hypotl.c: Likewise.
54307         * math/e_j0l.c: Likewise.
54308         * math/e_j1l.c: Likewise.
54309         * math/e_jnl.c: Likewise.
54310         * math/e_lgammal_r.c: Likewise.
54311         * math/e_log10l.c: Likewise.
54312         * math/e_log2l.c: Likewise.
54313         * math/e_logl.c: Likewise.
54314         * math/e_powl.c: Likewise.
54315         * math/e_sinhl.c: Likewise.
54316         * math/e_sqrtl.c: Likewise.
54317         * math/e_scalb.c: Completely rewritten and optimized.
54318         * math/e_scalbf.c: Likewise.
54319         * math/e_scalbl.c: Likewise.
54320         * math/w_acos.c: Likewise.
54321         * math/w_acosf.c: Likewise.
54322         * math/w_acosl.c: Likewise.
54323         * math/w_acosh.c: Likewise.
54324         * math/w_acoshf.c: Likewise.
54325         * math/w_acoshl.c: Likewise.
54326         * math/w_asin.c: Likewise.
54327         * math/w_asinf.c: Likewise.
54328         * math/w_asinl.c: Likewise.
54329         * math/w_atan2.c: Likewise.
54330         * math/w_atan2f.c: Likewise.
54331         * math/w_atan2l.c: Likewise.
54332         * math/w_atanh.c: Likewise.
54333         * math/w_atanhf.c: Likewise.
54334         * math/w_atanhl.c: Likewise.
54335         * math/w_exp10.c: Likewise.
54336         * math/w_exp10f.c: Likewise.
54337         * math/w_exp10l.c: Likewise.
54338         * math/w_fmod.c: Likewise.
54339         * math/w_fmodf.c: Likewise.
54340         * math/w_fmodl.c: Likewise.
54341         * math/w_j0.c: Likewise.
54342         * math/w_j0f.c: Likewise.
54343         * math/w_j0l.c: Likewise.
54344         * math/w_j1.c: Likewise.
54345         * math/w_j1f.c: Likewise.
54346         * math/w_j1l.c: Likewise.
54347         * math/w_jn.c: Likewise.
54348         * math/w_jnf.c: Likewise.
54349         * math/w_log.c: Likewise.
54350         * math/w_logf.c: Likewise.
54351         * math/w_logl.c: Likewise.
54352         * math/w_log10.c: Likewise.
54353         * math/w_log10f.c: Likewise.
54354         * math/w_log10l.c: Likewise.
54355         * math/w_log2.c: Likewise.
54356         * math/w_log2f.c: Likewise.
54357         * math/w_log2l.c: Likewise.
54358         * math/w_pow.c: Likewise.
54359         * math/w_powf.c: Likewise.
54360         * math/w_powl.c: Likewise.
54361         * math/w_remainder.c: Likewise.
54362         * math/w_remainderf.c: Likewise.
54363         * math/w_remainderl.c: Likewise.
54364         * math/w_scalb.c: Likewise.
54365         * math/w_scalbf.c: Likewise.
54366         * math/w_scalbl.c: Likewise.
54367         * math/w_sqrt.c: Likewise.
54368         * math/w_sqrtf.c: Likewise.
54369         * math/w_sqrtl.c: Likewise.
54370         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
54371         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
54372         used.
54373         * math/math_private.h: Declare __kernel_standard_f.
54374         * math/w_cosh.c: Remove cruft and optimize a bit.
54375         * math/w_coshf.c: Likewise.
54376         * math/w_coshl.c: Likewise.
54377         * math/w_exp2.c: Likewise.
54378         * math/w_exp2f.c: Likewise.
54379         * math/w_exp2l.c: Likewise.
54380         * math/w_hypot.c: Likewise.
54381         * math/w_hypotf.c: Likewise.
54382         * math/w_hypotl.c: Likewise.
54383         * math/w_lgamma.c: Likewise.
54384         * math/w_lgamma_r.c: Likewise.
54385         * math/w_lgammaf.c: Likewise.
54386         * math/w_lgammaf_r.c: Likewise.
54387         * math/w_lgammal.c: Likewise.
54388         * math/w_lgammal_r.c: Likewise.
54389         * math/w_sinh.c: Likewise.
54390         * math/w_sinhf.c: Likewise.
54391         * math/w_sinhl.c: Likewise.
54392         * math/w_tgamma.c: Likewise.
54393         * math/w_tgammaf.c: Likewise.
54394         * math/w_tgammal.c: Likewise.
54395         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
54396         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
54397         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
54398         Minor optimizations.  Pretty printing.  Remove cruft.
54399         * sysdeps/i386/fpu/e_acosf.S: Likewise.
54400         * sysdeps/i386/fpu/e_acosh.S: Likewise.
54401         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
54402         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
54403         * sysdeps/i386/fpu/e_acosl.c: Likewise.
54404         * sysdeps/i386/fpu/e_asin.S: Likewise.
54405         * sysdeps/i386/fpu/e_asinf.S: Likewise.
54406         * sysdeps/i386/fpu/e_atan2.S: Likewise.
54407         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
54408         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
54409         * sysdeps/i386/fpu/e_atanh.S: Likewise.
54410         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
54411         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
54412         * sysdeps/i386/fpu/e_exp10.S: Likewise.
54413         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
54414         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
54415         * sysdeps/i386/fpu/e_exp2.S: Likewise.
54416         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
54417         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
54418         * sysdeps/i386/fpu/e_fmod.S: Likewise.
54419         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
54420         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
54421         * sysdeps/i386/fpu/e_hypot.S: Likewise.
54422         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
54423         * sysdeps/i386/fpu/e_log.S: Likewise.
54424         * sysdeps/i386/fpu/e_log10.S: Likewise.
54425         * sysdeps/i386/fpu/e_log10f.S: Likewise.
54426         * sysdeps/i386/fpu/e_log10l.S: Likewise.
54427         * sysdeps/i386/fpu/e_log2.S: Likewise.
54428         * sysdeps/i386/fpu/e_log2f.S: Likewise.
54429         * sysdeps/i386/fpu/e_log2l.S: Likewise.
54430         * sysdeps/i386/fpu/e_logf.S: Likewise.
54431         * sysdeps/i386/fpu/e_logl.S: Likewise.
54432         * sysdeps/i386/fpu/e_pow.S: Likewise.
54433         * sysdeps/i386/fpu/e_powf.S: Likewise.
54434         * sysdeps/i386/fpu/e_powl.S: Likewise.
54435         * sysdeps/i386/fpu/e_remainder.S: Likewise.
54436         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
54437         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
54438         * sysdeps/i386/fpu/e_scalb.S: Likewise.
54439         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
54440         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
54441         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
54442         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
54443         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
54444         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
54445         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
54446         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
54447         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
54448         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
54449         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
54450         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
54451         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
54452         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
54453         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
54454         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
54455         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
54456         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
54457         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
54458         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
54459         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
54460         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
54461         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
54462         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
54463         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
54464         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
54465         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
54466         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54467         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54468         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
54469         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
54470         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
54471         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
54472         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
54473         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
54474         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
54475         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
54476         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54477         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
54478         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
54479         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
54480         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
54481         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
54482         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
54483         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
54484         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
54485         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
54486         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
54487         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
54488         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54489         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
54490         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
54491         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
54492         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
54493         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
54494         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
54495         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
54496         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
54497         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54498         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
54499         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
54500         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
54501         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
54502         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
54503         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
54504         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
54505         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
54506         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54507         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54508         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
54509         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
54510         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
54511         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
54512         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
54513         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
54514         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
54515         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
54516         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
54517         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
54518         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
54519         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54520         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
54521         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
54522         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54523         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
54524         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
54525         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
54526         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
54527         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54528         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
54529         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
54530         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54531         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
54532         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
54533         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
54534         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54535         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
54536         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
54537         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
54538         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
54539         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
54540         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
54541         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
54542         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
54543         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
54544         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
54545         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
54546         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
54547         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
54548         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
54549         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
54550         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
54551         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
54552         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
54553         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
54554         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
54555         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
54556         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
54557         (__isnanf): Likewise.
54558         (__isinf_ns): Likewise.
54559         (__isinf_nsf): Likewise.
54560         (__finite): Likewise.
54561         (__finitef): Likewise.
54562         (__ieee754_sqrt): Define as macro.
54563         (__ieee754_sqrtf): Define as macro.
54564         (__ieee754_sqrtl): Define as macro.
54565         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
54566         inlined copy.
54567         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
54568         __FINITE_MATH_ONLY__ consistent.
54569         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
54571 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
54573         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
54574         of rawmemchr.
54576         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
54578 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
54580         * po/ja.po: Update from translation team.
54582 2011-10-08  Roland McGrath  <roland@hack.frob.com>
54584         * locale/programs/locarchive.c (prepare_address_space): New function.
54585         (create_archive, enlarge_archive, open_archive): Use it.
54587         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
54588         inside [SHARED], where it is used.
54590         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
54592         * nss/getent.c (netgroup_keys): Remove unused variable.
54593         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
54595 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
54597         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
54598         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
54599         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
54600         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
54601         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
54602         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
54603         * math/Makefile (libm-calls): Add s_isinf_ns.
54604         * math/divtc3.c: Use __isinf_nsl instead of isinf.
54605         * math/multc3.c: Likewise.
54606         * math/s_casin.c: Likewise.
54607         * math/s_casinf.c: Likewise.
54608         * math/s_casinl.c: Likewise.
54609         * math/s_ccos.c: Likewise.
54610         * math/s_ccosf.c: Likewise.
54611         * math/s_ccosl.c: Likewise.
54612         * math/s_ctan.c: Likewise.
54613         * math/s_ctanf.c: Likewise.
54614         * math/s_ctanh.c: Likewise.
54615         * math/s_ctanhf.c: Likewise.
54616         * math/s_ctanhl.c: Likewise.
54617         * math/s_ctanl.c: Likewise.
54618         * math/w_fmod.c: Likewise.
54619         * math/w_fmodf.c: Likewise.
54620         * math/w_fmodl.c: Likewise.
54621         * math/w_remainder.c: Likewise.
54622         * math/w_remainderf.c: Likewise.
54623         * math/w_remainderl.c: Likewise.
54624         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
54625         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
54626         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
54627         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
54628         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
54629         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
54630         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
54631         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
54633         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
54634         of the number.
54635         * stdio-common/printf_fphex.c: Likewise.
54636         * stdio-common/printf_size.c: Likewise.
54638         * math/e_exp10.c: Include math_private.h using <...> not "...".
54639         * math/e_exp10f.c: Likewise.
54640         * math/e_exp10l.c: Likewise.
54641         * math/e_exp2l.c: Likewise.
54642         * math/e_j0l.c: Likewise.
54643         * math/e_j1l.c: Likewise.
54644         * math/e_jnl.c: Likewise.
54645         * math/e_lgammal_r.c: Likewise.
54646         * math/e_rem_pio2l.c: Likewise.
54647         * math/e_scalb.c: Likewise.
54648         * math/e_scalbf.c: Likewise.
54649         * math/e_scalbl.c: Likewise.
54650         * math/k_cosl.c: Likewise.
54651         * math/k_sinl.c: Likewise.
54652         * math/k_tanl.c: Likewise.
54653         * math/s_cacoshf.c: Likewise.
54654         * math/s_catan.c: Likewise.
54655         * math/s_catanf.c: Likewise.
54656         * math/s_catanh.c: Likewise.
54657         * math/s_catanhf.c: Likewise.
54658         * math/s_catanhl.c: Likewise.
54659         * math/s_catanl.c: Likewise.
54660         * math/s_ccosh.c: Likewise.
54661         * math/s_ccoshf.c: Likewise.
54662         * math/s_ccoshl.c: Likewise.
54663         * math/s_cexp.c: Likewise.
54664         * math/s_cexpf.c: Likewise.
54665         * math/s_cexpl.c: Likewise.
54666         * math/s_clog.c: Likewise.
54667         * math/s_clog10.c: Likewise.
54668         * math/s_clog10f.c: Likewise.
54669         * math/s_clog10l.c: Likewise.
54670         * math/s_clogf.c: Likewise.
54671         * math/s_clogl.c: Likewise.
54672         * math/s_csin.c: Likewise.
54673         * math/s_csinf.c: Likewise.
54674         * math/s_csinh.c: Likewise.
54675         * math/s_csinhf.c: Likewise.
54676         * math/s_csinhl.c: Likewise.
54677         * math/s_csinl.c: Likewise.
54678         * math/s_csqrt.c: Likewise.
54679         * math/s_csqrtf.c: Likewise.
54680         * math/s_csqrtl.c: Likewise.
54681         * math/s_ctan.c: Likewise.
54682         * math/s_ctanf.c: Likewise.
54683         * math/s_ctanh.c: Likewise.
54684         * math/s_ctanhf.c: Likewise.
54685         * math/s_ctanhl.c: Likewise.
54686         * math/s_ctanl.c: Likewise.
54687         * math/s_ldexp.c: Likewise.
54688         * math/s_ldexpf.c: Likewise.
54689         * math/s_ldexpl.c: Likewise.
54690         * math/s_significand.c: Likewise.
54691         * math/s_significandf.c: Likewise.
54692         * math/s_significandl.c: Likewise.
54693         * math/w_acos.c: Likewise.
54694         * math/w_acosf.c: Likewise.
54695         * math/w_acosh.c: Likewise.
54696         * math/w_acoshf.c: Likewise.
54697         * math/w_acoshl.c: Likewise.
54698         * math/w_acosl.c: Likewise.
54699         * math/w_asin.c: Likewise.
54700         * math/w_asinf.c: Likewise.
54701         * math/w_asinl.c: Likewise.
54702         * math/w_atan2.c: Likewise.
54703         * math/w_atan2f.c: Likewise.
54704         * math/w_atan2l.c: Likewise.
54705         * math/w_atanh.c: Likewise.
54706         * math/w_atanhf.c: Likewise.
54707         * math/w_atanhl.c: Likewise.
54708         * math/w_cosh.c: Likewise.
54709         * math/w_coshf.c: Likewise.
54710         * math/w_coshl.c: Likewise.
54711         * math/w_dremf.c: Likewise.
54712         * math/w_exp10.c: Likewise.
54713         * math/w_exp10f.c: Likewise.
54714         * math/w_exp10l.c: Likewise.
54715         * math/w_exp2.c: Likewise.
54716         * math/w_exp2f.c: Likewise.
54717         * math/w_fmod.c: Likewise.
54718         * math/w_fmodf.c: Likewise.
54719         * math/w_fmodl.c: Likewise.
54720         * math/w_hypot.c: Likewise.
54721         * math/w_hypotf.c: Likewise.
54722         * math/w_hypotl.c: Likewise.
54723         * math/w_j0.c: Likewise.
54724         * math/w_j0f.c: Likewise.
54725         * math/w_j0l.c: Likewise.
54726         * math/w_j1.c: Likewise.
54727         * math/w_j1f.c: Likewise.
54728         * math/w_j1l.c: Likewise.
54729         * math/w_jn.c: Likewise.
54730         * math/w_jnf.c: Likewise.
54731         * math/w_jnl.c: Likewise.
54732         * math/w_lgamma.c: Likewise.
54733         * math/w_lgamma_r.c: Likewise.
54734         * math/w_lgammaf.c: Likewise.
54735         * math/w_lgammaf_r.c: Likewise.
54736         * math/w_lgammal.c: Likewise.
54737         * math/w_lgammal_r.c: Likewise.
54738         * math/w_log.c: Likewise.
54739         * math/w_log10.c: Likewise.
54740         * math/w_log10f.c: Likewise.
54741         * math/w_log10l.c: Likewise.
54742         * math/w_log2.c: Likewise.
54743         * math/w_log2f.c: Likewise.
54744         * math/w_log2l.c: Likewise.
54745         * math/w_logf.c: Likewise.
54746         * math/w_logl.c: Likewise.
54747         * math/w_pow.c: Likewise.
54748         * math/w_powf.c: Likewise.
54749         * math/w_powl.c: Likewise.
54750         * math/w_remainder.c: Likewise.
54751         * math/w_remainderf.c: Likewise.
54752         * math/w_remainderl.c: Likewise.
54753         * math/w_scalb.c: Likewise.
54754         * math/w_scalbf.c: Likewise.
54755         * math/w_scalbl.c: Likewise.
54756         * math/w_sinh.c: Likewise.
54757         * math/w_sinhf.c: Likewise.
54758         * math/w_sinhl.c: Likewise.
54759         * math/w_sqrt.c: Likewise.
54760         * math/w_sqrtf.c: Likewise.
54761         * math/w_sqrtl.c: Likewise.
54762         * math/w_tgamma.c: Likewise.
54763         * math/w_tgammaf.c: Likewise.
54764         * math/w_tgammal.c: Likewise.
54766         * po/ja.po: Update from translation team.
54768 2011-09-29  Andreas Jaeger  <aj@suse.de>
54770         [BZ #13179]
54771         * sunrpc/netname.c (netname2host): Fix logic.
54773         [BZ #6779]
54774         [BZ #6783]
54775         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54776         correctly.
54777         * math/w_remainder.c (__remainder): Likewise.
54778         * math/w_remainderf.c (__remainderf): Likewise.
54779         * math/libm-test.inc (remainder_test): Add test cases.
54781 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54783         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54784         sdiv_qrnnd.
54786 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54788         * string/test-memcmp.c: Avoid unncessary #defines.
54789         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54791 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54793         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54794         Use new sse2 version for core i3 - i7 as it's faster
54795         than sse42 version.
54796         (bit_Prefer_PMINUB_for_stringop): New.
54797         * sysdeps/x86_64/rawmemchr.S: Update.
54798         Replace with faster SSE2 version.
54799         * sysdeps/x86_64/memrchr.S: New file.
54800         * sysdeps/x86_64/memchr.S: Update.
54801         Replace with faster SSE2 version.
54803 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54805         * elf/dl-load.c (lose): Add cast to avoid warning.
54807 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54809         * po/ca.po: Update from translation team.
54811         * inet/getnetgrent_r.c: Hook up nscd.
54812         * nscd/Makefile (routines): Add nscd_netgroup.
54813         (nscd-modules): Add netgroupcache.
54814         (CFLAGS-netgroupcache.c): Define.
54815         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54816         (cache_search): Add const to second parameter.
54817         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54818         INNETGR.
54819         (dbs): Add netgrdb entry.
54820         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54821         (verify_persistent_db): Handle netgrdb.
54822         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54823         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54824         GETFDNETGR.
54825         (netgroup_response_header): Define.
54826         (innetgroup_response_header): Define.
54827         (datahead): Add netgroup_response_header and innetgroup_response_header
54828         elements.
54829         * nscd/nscd.conf: Add entries for netgroup cache.
54830         * nscd/nscd.h (dbtype): Add netgrdb.
54831         (_PATH_NSCD_NETGROUP_DB): Define.
54832         (netgroup_iov_disabled): Declare.
54833         (xmalloc, xcalloc, xrealloc): Move declarations here.
54834         (cache_search): Adjust prototype.
54835         Add netgroup-related prototypes.
54836         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54837         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54838         (__nscd_innetgr): Declare.
54839         * nscd/selinux.c (perms): Use access_vector_t as element type and
54840         add netgroup-related initializers.
54841         * nscd/netgroupcache.c: New file.
54842         * nscd/nscd_netgroup.c: New file.
54843         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54844         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54845         For four parameters use innetgr.
54846         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54847         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54848         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54849         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54851         * nscd/connections.c (register_traced_file): Don't register file
54852         for disabled databases.
54854 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54856         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54858         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54859         from tree and freeing node.
54861 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54863         * nss/nsswitch.c (__nss_database_lookup): Handle
54864         nss_parse_service_list out of memory case.
54866 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54868         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54869         out of memory case.
54871 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54873         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54874         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54875         pass it down.
54876         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54877         elf_machine_rela, elf_machine_lazy_rel.
54878         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54879         (ELF_DYNAMIC_DO_REL): Likewise.
54880         (ELF_DYNAMIC_DO_RELA): Likewise.
54881         (ELF_DYNAMIC_RELOCATE): Likewise.
54882         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54883         to ELF_DYNAMIC_DO_REL.
54884         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54885         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54886         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54887         elf_machine_rela.
54888         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54889         skip_ifunc, don't call ifunc function if non-zero.
54890         (elf_machine_rela): Likewise.
54891         (elf_machine_lazy_rel): Likewise.
54892         (elf_machine_lazy_rela): Likewise.
54893         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54894         (elf_machine_lazy_rel): Likewise.
54895         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54896         Likewise.
54897         (elf_machine_lazy_rel): Likewise.
54898         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54899         Likewise.
54900         (elf_machine_lazy_rel): Likewise.
54901         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54902         (elf_machine_lazy_rel): Likewise.
54903         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54904         (elf_machine_lazy_rel): Likewise.
54905         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54906         (elf_machine_lazy_rel): Likewise.
54907         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54908         (elf_machine_lazy_rel): Likewise.
54909         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54910         (elf_machine_lazy_rel): Likewise.
54911         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54912         (elf_machine_lazy_rel): Likewise.
54914 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54916         * nss/nss_files/files-init.c (_nss_files_init): Use static
54917         initialization for all the *_traced_file variables.
54919 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54921         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54923 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54925         [BZ #13226]
54926         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54928 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54930         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54931         Reread the line before reparsing it.
54933 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54935         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54937 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54938             Maxim Kuvyrkov  <maxim@codesourcery.com>
54939             Joseph Myers  <joseph@codesourcery.com>
54941         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54942         if needed for __stack_chk_guard.
54944 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54946         * sysdeps/posix/spawni.c (script_execute): Always define it.
54947         It will be optimized away if unused.
54948         (maybe_script_execute): New function.
54949         (__spawni): Call it.
54951         * Makerules: Don't include tls.make.
54952         (config-tls): Always set to thread.
54953         * tls.make.c: File removed.
54955 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54957         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54958         * config.make.in (CPPFLAGS-config): New substituted variable.
54960 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54962         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54964         [BZ #13192]
54965         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54966         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54968 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54970         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54971         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54972         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54973         (CALL_FAIL): Likewise.
54974         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54975         (CALL_FAIL): Macro removed.
54976         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54978 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54980         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54981         for __FINITE_MATH_ONLY__ == 1.
54983 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54985         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54986         __ieee754_sqrt instead of sqrt.
54987         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54988         __ieee754_sqrtf instead of sqrtf.
54989         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54990         __floorf instead of floorf.
54991         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54992         __floorf, __truncf instead of floorf, truncf.
54994 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54996         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54998         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54999         __extern_always_inline.
55000         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
55001         32-bit.
55003 2011-09-14  Andreas Schwab  <schwab@redhat.com>
55005         * elf/rtld.c (dl_main): Also relocate in dependency order when
55006         doing symbol dependency testing.
55008 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
55010         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55011         Always define `refsym'.
55013 2011-09-13  Andreas Schwab  <schwab@redhat.com>
55015         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
55016         (__FD_ELT): Renamed from __FDELT.
55017         * misc/bits/select2.h (__FD_ELT): Likewise.
55018         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
55019         __FD_MASK instead of __FDELT, __FDMASK.
55020         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55021         Likewise.
55022         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
55023         Likewise.
55025         * elf/Makefile (gen-ldd): Fix pattern.
55027         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
55028         (init_tls): Likewise.
55030 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
55032         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
55034 2011-09-12  Andreas Schwab  <schwab@redhat.com>
55036         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
55037         `struct cmsghdr *' instead of `void *'.
55038         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
55039         Likewise.
55041 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
55043         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
55044         if non-absolute.
55045         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
55046         ldd_rewrite_script.
55048 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
55050         * configure.in: Remove --with-tls option.
55051         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
55052         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
55053         out in case it is missing.
55054         * sysdeps/ia64/elf/configure.in: Likewise.
55055         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
55056         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
55057         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
55058         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
55059         * sysdeps/sh/elf/configure.in: Likewise.
55060         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
55061         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
55062         * sysdeps/x86_64/elf/configure.in: Likewise.
55063         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
55064         * sysdeps/mach/hurd/tls.h: Likewise.
55066         [BZ #13067]
55067         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
55069         [BZ #13090]
55070         * configure.in: Fix use of AC_INIT.
55072         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
55074 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
55076         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
55077         __set_errno.
55078         * malloc/hooks.c: Likewise.
55080         [BZ #11929]
55081         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
55082         variables statically.
55083         (narenas): Initialize.
55084         (list_lock): Initialize.
55085         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
55086         initializtion of main_arena and list_lock.  Small cleanups.
55087         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
55088         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
55089         Add initializers to main_arena and mp_.
55090         (malloc_state): Remove pagesize member.  Change all users to use
55091         GLRO(dl_pagesize).
55093         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
55094         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
55095         is always initialized.
55097         * malloc/malloc.c: Removed unused configurations and dead code.
55098         * malloc/arena.c: Likewise.
55099         * malloc/hooks.c: Likewise.
55100         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
55102         * include/tls.h: Removed.  USE___THREAD must always be defined.
55103         * bits/libc-tsd.h: Don't handle !USE___THREAD.
55104         * elf/dl-libc.c: Likewise.
55105         * elf/dl-tsd.c: Likewise.
55106         * include/errno.h: Likewise.
55107         * include/netdb.h: Likewise.
55108         * include/resolv.h: Likewise.
55109         * inet/herrno-loc.c: Likewise.
55110         * inet/herrno.c: Likewise.
55111         * malloc/arena.c: Likewise.
55112         * malloc/hooks.c: Likewise.
55113         * malloc/malloc.c: Likewise.
55114         * resolv/res-state.c: Likewise.
55115         * resolv/res_libc.c: Likewise.
55116         * sysdeps/i386/dl-machine.h: Likewise.
55117         * sysdeps/ia64/dl-machine.h: Likewise.
55118         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
55119         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
55120         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
55121         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
55122         * sysdeps/sh/dl-machine.h: Likewise.
55123         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
55124         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
55125         * sysdeps/unix/i386/sysdep.S: Likewise.
55126         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
55127         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
55128         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
55129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
55130         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
55131         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
55132         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
55133         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
55134         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
55135         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
55136         * sysdeps/unix/x86_64/sysdep.S: Likewise.
55137         * sysdeps/x86_64/dl-machine.h: Likewise.
55138         * tls.make.c: Likewise.
55140         * configure.in: Remove --with-__thread option.  Make tests for
55141         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
55142         tls_model attribute fail if no support is available.  Remove
55143         USE_IN_LIBIO.
55144         * Makeconfig: Adjust for dropped configure option.  All features are
55145         now mandatory.
55146         * Makerules: Likewise.
55147         * Versions.def: Likewise.
55148         * argp/argp-fmtstream.c: Likewise.
55149         * argp/argp-fmtstream.h: Likewise.
55150         * argp/argp-help.c: Likewise.
55151         * assert/assert.c: Likewise.
55152         * config.h.in: Likewise.
55153         * config.make.in: Likewise.
55154         * configure: Likewise.
55155         * configure.in: Likewise.
55156         * csu/Versions: Likewise.
55157         * csu/init.c: Likewise.
55158         * elf/tst-audit2.c: Likewise.
55159         * elf/tst-tls10.c: Likewise.
55160         * elf/tst-tls10.h: Likewise.
55161         * elf/tst-tls11.c: Likewise.
55162         * elf/tst-tls12.c: Likewise.
55163         * elf/tst-tls14.c: Likewise.
55164         * elf/tst-tlsmod11.c: Likewise.
55165         * elf/tst-tlsmod12.c: Likewise.
55166         * elf/tst-tlsmod13.c: Likewise.
55167         * elf/tst-tlsmod13a.c: Likewise.
55168         * elf/tst-tlsmod14a.c: Likewise.
55169         * elf/tst-tlsmod15b.c: Likewise.
55170         * elf/tst-tlsmod16a.c: Likewise.
55171         * elf/tst-tlsmod16b.c: Likewise.
55172         * elf/tst-tlsmod7.c: Likewise.
55173         * elf/tst-tlsmod8.c: Likewise.
55174         * elf/tst-tlsmod9.c: Likewise.
55175         * gmon/gmon.c: Likewise.
55176         * grp/fgetgrent_r.c: Likewise.
55177         * grp/putgrent.c: Likewise.
55178         * hurd/fopenport.c: Likewise.
55179         * include/libc-symbols.h: Likewise.
55180         * include/tls.h: Likewise.
55181         * intl/gettextP.h: Likewise.
55182         * intl/loadinfo.h: Likewise.
55183         * locale/global-locale.c: Likewise.
55184         * locale/localeinfo.h: Likewise.
55185         * mach/devstream.c: Likewise.
55186         * malloc/arena.c: Likewise.
55187         * malloc/set-freeres.c: Likewise.
55188         * misc/err.c: Likewise.
55189         * misc/getttyent.c: Likewise.
55190         * misc/mntent_r.c: Likewise.
55191         * posix/getopt.c: Likewise.
55192         * posix/wordexp.c: Likewise.
55193         * pwd/fgetpwent_r.c: Likewise.
55194         * resolv/Versions: Likewise.
55195         * resolv/res_hconf.c: Likewise.
55196         * shadow/fgetspent_r.c: Likewise.
55197         * shadow/putspent.c: Likewise.
55198         * stdio-common/printf_fphex.c: Likewise.
55199         * stdio-common/tmpfile.c: Likewise.
55200         * stdlib/abort.c: Likewise.
55201         * stdlib/fmtmsg.c: Likewise.
55202         * sunrpc/auth_unix.c: Likewise.
55203         * sunrpc/clnt_perr.c: Likewise.
55204         * sunrpc/clnt_tcp.c: Likewise.
55205         * sunrpc/clnt_udp.c: Likewise.
55206         * sunrpc/clnt_unix.c: Likewise.
55207         * sunrpc/openchild.c: Likewise.
55208         * sunrpc/svc_simple.c: Likewise.
55209         * sunrpc/svc_tcp.c: Likewise.
55210         * sunrpc/svc_udp.c: Likewise.
55211         * sunrpc/svc_unix.c: Likewise.
55212         * sunrpc/xdr.c: Likewise.
55213         * sunrpc/xdr_array.c: Likewise.
55214         * sunrpc/xdr_rec.c: Likewise.
55215         * sunrpc/xdr_ref.c: Likewise.
55216         * sunrpc/xdr_stdio.c: Likewise.
55218 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55220         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
55222 2011-07-03  Andreas Jaeger  <aj@suse.de>
55224         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
55225         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
55226         regenerate with gen-libm-tests.pl.
55228 2010-05-12  Petr Baudis  <pasky@suse.cz>
55230         [BZ #11589]
55231         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
55232         around j0() zero points by switching to j1().
55233         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
55234         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
55235         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
55236         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
55238 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55240         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
55241         instead of 0.
55242         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
55243         instead of 0.
55244         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55245         Patch in part by Pavel Roskin <proski@gnu.org>.
55247         [BZ #13138]
55248         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
55249         realloc.
55250         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
55251         Free memory block if necessary.
55253         [BZ #12847]
55254         * libio/genops.c (INTDEF): For string streams the _lock pointer can
55255         be NULL.  Don't lock in this case.
55257 2011-09-09  Roland McGrath  <roland@hack.frob.com>
55259         * elf/elf.h (ELFOSABI_GNU): New macro.
55260         (ELFOSABI_LINUX): Define to that.
55262 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
55264         * string/strncat.c (strncat): Undef the symbol in case it has been
55265         defined in bits/string.h.
55267 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
55269         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
55271         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
55272         link map.
55274 2011-08-17  Andreas Jaeger  <aj@suse.de>
55276         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
55278 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
55279             Ian Lance Taylor  <iant@google.com>
55281         * math/libm-test.inc (lround_test): New testcase.
55282         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
55284 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
55286         * Makefile: Remove support for automatic cvs check-ins.
55287         * Makerules: Likewise.
55288         * config.make.in: Likewise.
55289         * configure.in: Likewise.
55290         * intl/Makefile: Likewise.
55291         * locale/Makefile: Likewise.
55292         * po/Makefile: Likewise.
55293         * posix/Makefile: Likewise.
55294         * sysdeps/gnu/Makefile: Likewise.
55295         * sysdeps/mach/hurd/Makefile: Likewise.
55296         * sysdeps/sparc/sparc32/Makefile: Likewise.
55298         [BZ #13118]
55299         * posix/Makefile (bug-regex32-ENV): Define.
55300         Patch by John Stanley <jpsinthemix@verizon.net>.
55302         * misc/Makefile (headers): Add bits/select2.h.
55303         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
55304         * misc/bits/select2.h: New file.
55305         * include/bits/select2.h: New file.
55306         * debug/Makefile (routines): Add fdelt_chk.
55307         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
55308         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
55309         FD_ISSET.
55310         * debug/fdelt_chk.c: New file.
55312         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
55313         * wcsmbs/test-wmemcmp.c: Likewise.
55314         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
55315         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
55317 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55319         * string/Makefile (strop-tests): Add memcmp.
55320         * string/test-wmemcmp.c: New file.
55321         * string/test-memcmp.c: Add wmemcmp support.
55323 2011-09-08  Roland McGrath  <roland@hack.frob.com>
55325         [BZ #13153]
55326         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
55327         2011-07-19 change.
55329         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
55330         garbage value in a __mach_port_mod_refs call in the cases of the
55331         task-self and thread-self ports.
55333 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55335         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
55337 2011-09-08  Andreas Schwab  <schwab@redhat.com>
55339         * elf/dl-load.c (lose): Check for non-null L.
55341 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55343         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
55345         * elf/dl-libc.c (dlerror_run): Pass back error code from
55346         dl_catch_error.
55348         [BZ #13123]
55349         * elf/dl-load.c (lose): Free l_origin if it is valid.
55351         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
55352         names.
55353         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
55354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55355         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55356         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55357         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
55358         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
55360 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55362         * sysdeps/powerpc/fpu/e_hypot.c: New file.
55363         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
55364         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
55365         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
55366         * sysdeps/powerpc/fpu/k_cosf.c: New file.
55367         * sysdeps/powerpc/fpu/k_sinf.c: New file.
55368         * sysdeps/powerpc/fpu/s_cosf.c: New file.
55369         * sysdeps/powerpc/fpu/s_sinf.c: New file.
55370         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
55371         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
55373 2011-08-15  Alan Modra  <amodra@gmail.com>
55375         [BZ #13092]
55376         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
55377         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
55378         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
55379         ppc_mcount to static-only-routines.
55380         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
55381         __mcount_internal.
55382         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
55383         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
55385 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
55387         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
55388         for finite and infinity parameters.
55390 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
55392         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
55393         and add nop instructions for throughput optimization.
55394         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55396 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
55398         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
55399         aligned copy for power7 with vector-scalar instructions.
55400         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
55402 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
55404         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
55405         AVX check.
55407 2011-09-07  Andreas Schwab  <schwab@redhat.com>
55409         [BZ #13144]
55410         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
55411         last change.
55413 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
55415         * sysdeps/unix/sysv/linux/x86_64/init-first.c
55416         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
55417         syscall wrapper around clock_gettime in __vdso_clock_gettime.
55418         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
55419         clock_gettime.
55421 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55423         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
55424         Forgot to demangle the pointer.
55426         * sysdeps/i386/sysdep.h: Define atom_text_section.
55427         * sysdeps/x86_64/sysdep.h: Likewise.
55428         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
55429         section with atom_text_section.
55430         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
55431         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
55432         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
55433         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55434         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
55436         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
55437         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
55438         already be defined.  Change to take two parameters and don't assign
55439         result to variable.  Adjust all users.
55440         Define INTERNAL_GETTIME if not already defined.
55441         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
55442         call.
55443         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
55444         HAVE_CLOCK_GETTIME_VSYSCALL.
55445         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
55447         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
55448         gettimeofday vsyscall, just use time.
55450 2011-09-06  Andreas Schwab  <schwab@redhat.com>
55452         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
55453         <errno.h>.
55455 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
55457         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
55458         syscall on x86-64.
55459         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
55460         syscall.
55461         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
55462         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
55463         syscall if possible.
55465 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55467         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
55468         e_ident.  Don't pass to find_mapsXX.
55469         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
55471 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55473         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55474         strchr-sse2-no-bsf strrchr-sse2-no-bsf
55475         * sysdeps/x86_64/multiarch/strchr.S: Update.
55476         Check bit_slow_BSF bit.
55477         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
55478         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
55479         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
55481 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55483         [BZ #13134]
55484         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
55485         before glibc 2.15.
55486         (tryshell): Define.
55487         (__spawni): Change last parameter to be flag.  Test
55488         SPAWN_XFLAGS_USE_PATH flag to use path or not.
55489         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
55490         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
55491         * posix/spawni.c: Likewise.
55492         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
55493         * posix/spawnp.c: Likewise.  Change normal version to use
55494         SPAWN_XFLAGS_USE_PATH.
55495         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
55496         SPAWN_XFLAGS_TRY_SHELL.
55498         [BZ #13150]
55499         * posix/glob.h: Remove gcc 1.x support.
55501         [BZ #13068]
55502         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
55504 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55507         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
55508         strrchr-sse2-bsf
55509         * sysdeps/i386/i686/multiarch/strchr.S: New file.
55510         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
55511         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
55512         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
55513         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
55514         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
55516 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55518         * sysdeps/x86_64/wcscmp.S: New file.
55520         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
55521         wcscmp-c wcscmp-sse2
55522         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
55523         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
55524         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
55525         * wcsmbs/wcscmp.c: Allow renaming.
55527 2011-09-05  David S. Miller  <davem@davemloft.net>
55529         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
55530         stack slot, rather than the struct return pointer slot.
55531         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
55532         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
55533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
55534         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
55536 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
55538         * po/ja.po: Update from translation team.
55540         [BZ #13144]
55541         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
55542         kernel in 64-bit binaries.
55544 2011-09-01  David S. Miller  <davem@davemloft.net>
55546         * elf/elf.h (HWCAP_SPARC_*): Move to..
55547         * sysdeps/sparc/sysdep.h: this new file and add new values.
55548         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
55549         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
55550         _DL_HWCAP_COUNT to 24.
55551         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
55552         entries.
55553         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
55554         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
55555         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
55556         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
55557         instead of magic constants.
55558         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
55560 2011-08-31  David S. Miller  <davem@davemloft.net>
55562         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
55563         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
55564         Reimplement to do errno handling inline.
55565         (SYSCALL_ERROR_HANDLER): New macro.
55566         (__SYSCALL_STRING): Do not do errno handling in asm.
55567         (__CLONE_SYSCALL_STRING): Delete.
55568         (__INTERNAL_SYSCALL_STRING): Delete.
55569         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
55570         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
55571         (PSEUDO): Reimplement to do errno handling inline.
55572         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
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/sysdep.h (INLINE_SYSCALL):
55578         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
55579         i386.
55580         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
55581         (inline_syscall*): Add 'err' argument.
55582         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
55583         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
55584         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
55585         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
55587         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
55588         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
55590 2011-08-30  Andreas Schwab  <schwab@redhat.com>
55592         * elf/rtld.c (dl_main): Relocate objects in dependency order.
55594 2011-08-29  Jiri Olsa <jolsa@redhat.com>
55596         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
55597         directive.
55599 2011-08-24  David S. Miller  <davem@davemloft.net>
55601         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
55603 2011-08-24  Andreas Schwab  <schwab@redhat.com>
55605         * elf/Makefile: Add rules to build and run unload8 test.
55606         * elf/unload8.c: New file.
55607         * elf/unload8mod1.c: New file.
55608         * elf/unload8mod1x.c: New file.
55609         * elf/unload8mod2.c: New file.
55610         * elf/unload8mod3.c: New file.
55612         * elf/dl-close.c (_dl_close_worker): Reset private search list if
55613         it wasn't used.
55615 2011-08-23  David S. Miller  <davem@davemloft.net>
55617         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
55618         subtract stack bias.
55619         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
55620         %sp not %fp in calculations.
55621         (_JMPBUF_UNWINDS_ADJ): Likewise.
55623         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
55624         (aio_suspend): Call it to force an exception region around the
55625         AIO_MISC_WAIT() invocation.
55627 2011-08-23  Andreas Schwab  <schwab@redhat.com>
55629         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
55630         backslash.
55632 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
55634         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
55635         protection macro.
55636         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
55637         and <dl-machine.h>.
55638         (Elf64_FuncDesc): Remove.
55640 2011-08-22  David S. Miller  <davem@davemloft.net>
55642         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
55643         sigaltstack check, add missing cfi directives.
55644         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
55645         missing cfi directives, and sigaltstack handling.
55647 2011-08-16  Andreas Schwab  <schwab@redhat.com>
55649         [BZ #11724]
55650         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
55651         object is seen twice.
55652         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55654         * elf/Makefile (distribute): Add tst-initorder2.c.
55655         (tests): Add tst-initorder2.
55656         (modules-names): Add tst-initorder2a tst-initorder2b
55657         tst-initorder2c tst-initorder2d.  Add rules to build them.
55658         ($(objpfx)tst-initorder2.out): New rule.
55659         * elf/tst-initorder2.c: New file.
55660         * elf/tst-initorder2.exp: New file.
55662 2011-08-22  Andreas Schwab  <schwab@redhat.com>
55664         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
55666         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
55667         dependencies back to end of function.
55669         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55670         $(elfobjdir)/ld.so.
55672 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
55674         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
55675         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
55676         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
55677         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
55678         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
55679         of __vdso_gettimeofday.
55680         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
55681         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
55682         attribute_hidden.
55683         (_libc_vdso_platform_setup): Remove initialization of
55684         __vdso_gettimeofday and __vdso_time.
55686 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55688         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
55689         and fgetc_unlocked.
55690         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
55691         getc_unlocked.
55693         * elf/dl-open.c (add_to_global): Report additions to the global scope
55694         for LD_DEBUG=scopes.
55695         (dl_open_worker): Also print scope of newly loaded dependencies.
55696         (_dl_show_scope): Indicate if there is no scope.
55698         [BZ #13114]
55699         * stdio-common/Makefile (tests): Add bug24.
55700         * stdio-common/bug24.c: New file.
55702 2011-08-19  Andreas Jaeger  <aj@suse.de>
55704         [BZ #13114]
55705         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55706         non-existant file when using close-on-exec mode.
55708 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55710         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55711         the very first instruction.
55713         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55714         the CFI state in the end.
55715         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55716         inclusion of dl-trampoline.h.
55717         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55719 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55721         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55722         expectations for long double.
55724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55725         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55727 2011-08-14  David S. Miller  <davem@davemloft.net>
55729         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55730         artificual limit depends upon the system page size.
55732 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55734         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55735         * resolv/Makefile: Define CFLAGS-libresolv.
55737 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55739         * nss/makedb.c (compute_tables): Make variables used in nested
55740         function static.
55742 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55744         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55745         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55746         if buffer was too small.
55748         * elf/pldd.c (main): Attach to all threads in the process.
55749         Rewrite /proc handling to use *at functions.
55751 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55753         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55754         specifies first scope to show.
55755         (dl_open_worker): Update callers.  Move printing scope of new
55756         object to before the relocation.
55757         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55758         * sysdeps/generic/ldsodefs.h: Update declaration.
55760         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55761         string for the scope number.
55763 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55765         * nscd/servicescache.c (cache_addserv): Make sure written is always
55766         initialized.
55768 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55770         * sysdeps/i386/i486/bits/atomic.h
55771         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55772         statement expression, so as to suppress "set but not used" warning.
55773         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55775         * string/strncat.c (STRNCAT): Use prototype definition.
55777         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55778         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55779         -Iprograms here.
55780         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55781         (localedef-modules): Add localedef.
55782         (locale-modules): Add locale.
55784         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55785         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55786         to avoid a warning.
55788 2011-08-14  David S. Miller  <davem@davemloft.net>
55790         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55791         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55793 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55795         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55796         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55797         * elf/rtld.c (dl_main): Set l_name of vDSO.
55798         Call _dl_show_scope when DL_DEBUG_SCOPES.
55799         (process_dl_debug): Recognize scopes flag and also set it for all.
55800         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55801         Declare _dl_show_scope.
55803         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55804         (do_dlopen): Pass caller_dlopen to dl_open.
55805         (__libc_dlopen_mode): Initialize caller_dlopen.
55807         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55808         of libc.  Make tolower call locale-independent.  Optimize a bit by
55809         using isdigit instead of isalnum.
55810         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55812 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55814         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55815         was a dependency or dynamically loaded.
55817 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55819         * intl/l10nflist.c: Allow architecture-specific pop function.
55820         * sysdeps/x86_64/l10nflist.c: New file.
55822         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55823         classification.
55825 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55827         * include/dirent.h: Add libc_hidden_proto for scandirat and
55828         scandirat64.  Don't declare __scandirat64.
55829         * dirent/scandirat.c: Add libc_hidden_def.
55830         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55831         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55833 2011-08-10  David S. Miller  <davem@davemloft.net>
55835         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55836         enum.
55837         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55838         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55839         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55841 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55843         * Versions.def [libc]: Add GLIBC_2.15.
55844         * dirent/Makefile (routines): Add scandirat and scandirat64.
55845         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55846         GLIBC_2.15.
55847         * dirent/dirent.h: Declare scandirat and scandirat64.
55848         * dirent/scandirat.c: New file.
55849         * dirent/scandirat64.c: New file.
55850         * sysdeps/wordsize-64/scandirat.c: New file.
55851         * sysdeps/wordsize-64/scandirat64.c: New file.
55852         * dirent/opendir.c: Define opendirat.
55853         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55854         using scandirat.
55855         * dirent/scandir64.c: Adjust for scandir.c change.
55856         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55857         __scandirat64, and __scandir_cancel_handler.
55858         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55859         additional parameter and use openat instead of open (outside of ld.so).
55860         Add new __opendir as wrapper around __opendirat.
55861         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55862         here without requiring old scandirat implementation.
55864 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55866         * dirent/scandir.c (cancel_handler): Renamed to
55867         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55868         defined.  Adjust users.
55869         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55870         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55872 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55874         * string/test-string.h (IMPL): Use __STRING to expand name and then
55875         stringify it.
55877         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55878         of cleanups.
55880 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55882         * string/Makefile: Update.
55883         (strop-tests): Append strncat.
55884         * string/test-wcscmp.c: New file.
55885         New comprehensive test for wcscmp.
55886         * string/test-strcmp.c: Update.
55887         (WIDE): New define.
55889 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55891         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55892         line.
55894 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55896         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55897         encoding to ACE if AI_IDN.
55899 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55901         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55902         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55904 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55906         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55907         Fix overflow bug in strncat.
55908         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55910         * string/test-strncat.c: Update.
55911         Add new tests for checking overflow bugs.
55913 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55915         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55916         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55917         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55918         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55919         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55920         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55921         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55922         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55923         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55925         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55926         (USE_AS_STRCAT): Define.
55927         Add strcat and strncat support.
55928         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55930 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55932         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55933         __n bigger than INT_MAX+1.
55934         (__strncmp_g): Likewise.
55936 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55938         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55939         * libio/stido.h: Likewise.
55941         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55942         (AF_NFC): Define.
55943         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55944         (AF_NFC): Define.
55946         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55947         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55948         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55949         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55950         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55952         [BZ #13021]
55953         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55954         installed.
55956         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55957         typo.
55958         (_dl_x86_64_save_sse): Likewise.
55960 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55962         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55963         OSXSAVE.
55964         (_dl_x86_64_save_sse): Likewise.
55966         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55968         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55970 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55972         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55973         change.
55974         (_dl_x86_64_save_sse): Use correct AVX check.
55976 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55978         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55979         bug in strncpy/strncat.
55980         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55982 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55984         * string/tester.c (test_strcat): Add tests for different alignments
55985         of source and destination.
55986         (test_strncat): Likewise.
55988 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55990         [BZ #12852]
55991         * posix/glob.c (glob): Check passed in values before using them in
55992         expressions to avoid some overflows.
55993         (glob_in_dir): Likewise.
55995         [BZ #13007]
55996         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55997         check for AVX enablement so that we don't crash with old kernels and
55998         new hardware.
55999         * elf/tst-audit4.c: Add same checks here.
56000         * elf/tst-audit6.c: Likewise.
56002         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
56004 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
56006         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
56008 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
56010         * po/cs.po: Update from translation team.
56011         * po/bg.po: Likewise.
56013 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
56015         * misc/sys/cdefs.h: Add support for const attribute.
56016         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
56017         to gnu_dev_{major,minor,makedev} functions.
56019 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
56021         * intl/dcigettext.c (get_output_charset): Add missing bracket.
56023 2011-07-20  Andreas Schwab  <schwab@redhat.com>
56025         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
56026         strlen results.
56028 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56030         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
56031         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
56032         register in order to avoid conflicts with the soft frame pointer
56033         being held in r11 when necessary.
56034         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
56035         (INTERNAL_VSYSCALL_NCS): Likewise.
56037 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
56039         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
56040         * elf/dl-fini.c (_dl_fini): Adjust caller.
56041         * elf/dl-close.c (_dl_close_worker): Likewise.
56042         * sysdeps/generic/ldsodefs.h: Adjust declaration.
56044 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56046         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
56047         "aux_cache->nlibs < 0".
56049         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
56050         in the reload-count case.
56052 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
56054         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56055         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
56056         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
56057         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
56058         * sysdeps/x86_64/multiarch/strcat.S: New file.
56059         * sysdeps/x86_64/multiarch/strncat.S: New file.
56060         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
56061         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
56062         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
56063         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
56064         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
56065         (USE_AS_STRCAT): Define.
56066         Add strcat and strncat support.
56067         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
56068         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
56069         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
56070         * string/strncat.c: Update.
56071         (USE_AS_STRNCAT): Define.
56072         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56073         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
56074         and i7.
56075         * sysdeps/x86_64/multiarch/init-arch.h
56076         (bit_Prefer_PMINUB_for_stringop): New.
56077         (index_Prefer_PMINUB_for_stringop): Likewise.
56078         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
56079         bit_Prefer_PMINUB_for_stringop.
56081 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56083         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
56084         buffer64.
56085         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
56086         of casting of buffer.
56087         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
56088         buffer32 and buffer64.
56089         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
56090         writes instead of casting of buffer.
56091         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
56092         buffer32.
56093         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
56094         casting of buffer.
56096 2011-07-19  Andreas Schwab  <schwab@redhat.com>
56098         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
56100 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
56102         * nscd/nscd.c (termination_handler): Don't do anything for a database
56103         if it has not yet been initialized.
56105 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56107         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56109 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
56111         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
56113 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
56115         * po/nl.po: Update from translation team.
56116         * po/sv.po: Likewise.
56118 2011-07-16  Roland McGrath  <roland@hack.frob.com>
56120         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
56121         now disallowed by GCC.
56123         * configure.in (use-default-link): Default to yes if a test -shared
56124         link meets our qualifications.
56125         * configure: Regenerated.
56127         * config.make.in (output-format): New variable.
56128         * configure.in: Check for ld --print-output-format support.
56129         * configure: Regenerated.
56130         * Makerules ($(common-objpfx)format.lds)
56131         [$(output-format) != unknown]: Just use $(output-format),
56132         instead of the linker-script munging.
56134 2011-07-14  Roland McGrath  <roland@hack.frob.com>
56136         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
56137         of $(common-objpfx)shlib.lds.
56138         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
56140         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
56141         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
56143         * configure.in (-z relro check): Adjust test code to add a large
56144         writable data section after it.
56145         * configure: Regenerated.
56147 2011-07-11  Roland McGrath  <roland@hack.frob.com>
56149         * configure.in (-z relro check): Fix test code to make the variable
56150         truly const.
56151         * configure: Regenerated.
56153 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
56155         * nscd/nscd.h (struct traced_file): Define.
56156         (struct database_dyn): Remove inotify_descr, reset_res, and filename
56157         elements.  Add traced_files.
56158         (inotify_fd): Declare.
56159         (register_traced_file): Declare.
56160         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
56161         (inotify_fd): Export.
56162         (resolv_conf_descr): Remove.
56163         (nscd_init): Move inotify descriptor creation to main.
56164         Don't register files for notification here.
56165         (register_traced_file): New function.
56166         (invalidate_cache): Don't use reset_res to determine whether to call
56167         res_init, go through the list of registered files.
56168         (main_loop_poll): The inotify descriptors are now stored in the
56169         structures for the traced files.
56170         (main_loop_epoll): Likewise
56171         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
56172         to __nss_disable_nscd.
56173         * nscd/cache.c (prune_cache): There is no single inotify descriptor
56174         for a database anymore.  Check the records for all the registered
56175         files instead.
56176         * nss/Makefile (libnss_files-routines): Add files-init.
56177         (libnss_db-routines): Add db-init.
56178         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
56179         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
56180         * nss/nss_db/db-init.c: New file.
56181         * nss/nss_files/files-init.c: New file.
56182         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
56183         __nss_lookup_function.
56184         (__nss_lookup_function): Call nss_load_library.
56185         (nss_load_all_libraries): New function.
56186         (__nss_disable_nscd): Take parameter with callback function for files
56187         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
56188         used for the cached services.
56189         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
56190         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
56191         options for features to all the files in nscd.
56193         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
56195 2011-07-10  Roland McGrath  <roland@hack.frob.com>
56197         * csu/elf-init.c (__libc_csu_init): Comment typo.
56199 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
56201         * po/pl.po: Update from translation team.
56202         * po/ja.po: Likewise.
56203         * po/ru.po: Likewise.
56204         * po/ko.po: Likewise.
56205         * po/fr.po: Likewise.
56207 2011-07-09  Roland McGrath  <roland@hack.frob.com>
56209         * configure.in (.ctors/.dtors header and trailer check):
56210         Use an empirical test on a built program.
56211         * configure: Regenerated.
56213         * configure.in (-z relro check): Use an empirical test on a built DSO.
56214         Detect, but do not require, on ia64.
56215         * configure: Regenerated.
56217         * configure.in (READELF): Find it with AC_CHECK_TOOL.
56218         Update tests that use readelf to use $READELF instead.
56219         * configure: Regenerated.
56221 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
56223         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
56224         if the result is not used.
56226 2011-07-05  Andreas Jaeger  <aj@suse.de>
56228         [BZ#9696]
56229         * stdlib/tst-strtod.c: Add testcase.
56231 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
56233         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
56234         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
56235         The latter has a higher limit.  Take additional parameter to pass to
56236         the new function.
56237         (__pathconf): Pass file to __statfs_link_max.
56238         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
56239         __statfs_link_max.
56240         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
56241         __statfs_link_max.
56243         [BZ #12868]
56244         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
56245         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56246         Handle Lustre.
56247         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
56248         (__statfs_filesize_max): Likewise.
56249         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
56251 2011-07-05  Andreas Jaeger  <aj@suse.de>
56253         * resolv/res_comp.c (dn_skipname): Remove unused variable.
56255 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
56257         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
56258         `status' variable.
56259         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
56260         Likewise.
56262 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
56264         * Makefile (strop-tests): Add strncat.
56265         * string/test-strncat.c: New file.
56267 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
56269         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
56271 2011-06-21  Andreas Jaeger  <aj@suse.de>
56273         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
56274         Copy rule from iconvdata/Makefile.
56276 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56278         [BZ #12922]
56279         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
56280         but no long options are defined, just return 'W'.
56282 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
56284         [BZ #9696]
56285         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
56287 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
56289         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
56290         netgroups to read.
56291         (innetgr): Likewise.
56293 2011-07-05  Roland McGrath  <roland@hack.frob.com>
56295         * config.make.in (install_root): Default to $(DESTDIR).
56297 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
56299         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
56301 2011-07-02  Roland McGrath  <roland@hack.frob.com>
56303         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
56305         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
56306         containing directory rather than embedding absolute directory names.
56308         * scripts/check-local-headers.sh: Rewritten using awk.
56309         Match by word, not by line.  Print error messages for matches.
56310         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
56312         * Makerules [shlib-lds-flags empty]:
56313         ($(common-objpfx)libc_pic.opts): New target.
56314         ($(common-objpfx)libc_pic.os.clean): New target.
56315         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
56317         * config.make.in (OBJCOPY): New variable.
56318         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
56319         * configure: Regenerated.
56321         * config.make.in (use-default-link): New variable.
56322         * configure.in (use_default_link): Grok --with-default-link to set it.
56323         * configure: Regenerated.
56324         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
56325         (shlib-lds, shlib-lds-flags): Define to empty.
56327         * Makerules (shlib-lds): New variable.
56328         (shlib-lds-flags): New variable.
56329         (build-shlib, build-moduile, build-module-asneeded): Use it.
56330         ($(common-objpfx)libc.so): Use $(shlib-lds).
56331         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
56332         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
56334         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
56335         DT_FLAGS/DT_FLAGS_1 with zero flags.
56337         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
56338         linker script munging.
56340 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
56342         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
56343         as 128-bit value.
56344         * crypt/sha512.c (sha512_process_block): Perform total addition using
56345         128-bit if possible.
56346         (__sha512_finish_ctx): Likewise.
56347         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
56348         as 64-bit value.
56349         * crypt/sha256.c (SWAP64): Define.
56350         (sha256_process_block): Perform total addition using 64-bit if
56351         possible.
56352         (__sha256_finish_ctx): Likewise.
56354 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
56356         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
56357         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56358         * nscd/hstcache.c (cache_addhst): Likewise.
56359         * nscd/grpcache.c (cache_addgr): Likewise.
56360         * nscd/aicache.c (addhstaiX): Likewise
56361         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
56363 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
56365         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
56366         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56367         * nscd/hstcache.c (cache_addhst): Likewise.
56368         * nscd/grpcache.c (cache_addgr): Likewise.
56369         * nscd/aicache.c (addhstaiX): Likewise
56371 2011-07-01  Andreas Schwab  <schwab@redhat.com>
56373         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
56374         domain only when needed.
56376 2011-06-30  Andreas Schwab  <schwab@redhat.com>
56378         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
56379         is always restored.
56381 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
56383         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
56384         are re-adding the entry.
56385         * nscd/servicescache.c (cache_addserv): Likewise.
56387 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
56389         * sysdeps/generic/dl-irel.h: fix protection against multiple
56390         inclusions.
56391         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
56393 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
56395         [BZ #12935]
56396         * malloc/memusage.sh: Fix quoting in message.
56397         * debug/xtrace.sh: Likewise.
56399         * configure.in: Remove support for --experimental-malloc option, make
56400         it the default.
56401         * config.make.in: Likewise.
56402         * malloc/Makefile: Likewise.
56404 2011-06-27  Andreas Schwab  <schwab@redhat.com>
56406         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
56407         two-byte characters.
56409 2011-06-27  Roland McGrath  <roland@hack.frob.com>
56411         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
56412         AC_CACHE_CHECK invocation.
56413         * configure: Regenerated.
56415         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
56417 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
56419         [BZ #12350]
56420         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
56421         bit from old_res_options.
56423         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
56425         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
56426         value type for setfct.
56428 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
56430         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56431         __gettimeofday instead of gettimeofday.
56433 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
56435         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
56437 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
56439         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
56441         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
56442         info.
56444 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56446         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56447         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56448         strcpy-sse2-unaligned strncpy-sse2-unaligned
56449         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
56450         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
56451         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
56452         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
56453         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
56454         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
56455         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
56456         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
56457         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
56458         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
56459         (STRCPY): Support SSE2 and SSSE3 versions.
56461 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
56463         [BZ #12874]
56464         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
56465         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
56466         kernels which artificially limit size of requests.
56468 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
56470         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56471         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
56472         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
56473         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
56474         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
56475         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
56476         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
56477         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
56478         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
56479         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
56480         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
56481         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
56482         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
56483         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
56484         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
56485         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56486         Enable unaligned load optimization for Intel Core i3, i5 and i7
56487         processors.
56488         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
56489         Define.
56490         (index_Fast_Unaligned_Load): Define.
56491         (HAS_FAST_UNALIGNED_LOAD): Define.
56493 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
56495         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
56497 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56499         [BZ #12907]
56500         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
56501         until it is clear that the information is realy needed.
56502         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
56504 2011-06-22  Andreas Schwab  <schwab@redhat.com>
56506         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
56508 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
56510         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
56511         /sys/devices/system/cpu/online if it is usable.
56513         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
56514         reading the information from the /proc filesystem to once a second.
56516 2011-06-21  Andreas Jaeger  <aj@suse.de>
56518         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
56519         NULL after inclusion of kernel headers.
56521 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
56523         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
56524         calls to internal_setent.
56526         [BZ #12885]
56527         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
56528         addresses using gethostbyname4_r ignore IPv4 addresses.
56530         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
56531         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
56533         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
56535 2011-06-20  David S. Miller  <davem@davemloft.net>
56537         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
56538         inclusions.
56539         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
56541         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
56542         (elf_irel): Use it.
56543         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
56544         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
56545         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
56546         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
56547         * sysdeps/x86_64/dl-irel.h: Likewise.
56549         * elf/dl-runtime.c: Use elf_ifunc_invoke.
56550         * elf/dl-sym.c: Likewise.
56552 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56554         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
56555         need to dereference resplen2.
56557 2011-06-14  Andreas Schwab  <schwab@redhat.com>
56559         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
56561 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
56563         * Makeconfig: Define vardbdir and inst_vardbdir.
56564         * nss/Makefile: Add rules to install db-Makefile.
56566         * nss/nss_db/db-XXX.c: Cleanup.
56568         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
56569         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
56570         GLIBC_PRIVATE.
56571         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
56572         * nss/makedb.c: Implement -g option to specify that value strings
56573         are generated and should not be added to table iterated over for
56574         get*ent calls.
56575         * nss/nss_db/db-initgroups.c: New file.
56577         * nss/getent.c: Add support for initgroups lookups through getgrouplist
56578         interface.
56580         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
56581         (internal_getgrouplist): Adjust to name change.
56582         Update use_initgroups_entry if this is not the first call.
56583         * nss/databases.def: Add initgroups entry.
56585         * nss/makedb.c (compute_tables): Check result of multiple hash table
56586         sizes to minimize maximum chain length.
56588 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
56590         * Versions.def: Add entry for libnss_db.
56591         * shlib-versions: Likewise.
56592         * nss/Makefile: Add rules to build libnss_db.
56593         * nss/Versions: Add libnss_db information.  Organize libnss_files
56594         entries better.
56595         * nss/db-Makefile: Add gshadow support.  Change rules for the new
56596         makedb progra.  Some minor improvements to generate smaller files.
56597         * nss/nss_db/nss_db.h: Move NSS database header data structures to
56598         here from...
56599         * nss/makedb.c: ...here.
56600         Improve database format to be smaller and require less memory at
56601         runtime.
56602         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
56603         db anymore.
56604         * nss/nss_db/db-netgrp.c: Likewise.
56605         * nss/nss_db/db-open.c: Likewise.
56606         * nss/nss_files/flies-XXX.x: Adjust comments.
56607         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
56608         * nss/nss_files/files-grp.c: Likewise.
56609         * nss/nss_files/files-hosts.c: Likewise.
56610         * nss/nss_files/files-network.c: Likewise.
56611         * nss/nss_files/files-proto.c: Likewise.
56612         * nss/nss_files/files-pwd.c: Likewise.
56613         * nss/nss_files/files-rpc.c: Likewise.
56614         * nss/nss_files/files-service.c: Likewise.
56615         * nss/nss_files/files-sgrp.c: Likewise.
56616         * nss/nss_files/files-spwd.c: Likewise.
56617         * nss/nss_db/db-alias.c: Removed.
56618         * nss/nss_db/dummy-db.h: Removed.
56620 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
56622         * nss/makedb.c: Rewritten to not use database library.
56623         * nss/Makefile: Update to build new makedb program.
56625 2011-06-14  Andreas Jaeger  <aj@suse.de>
56627         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
56628         memset declaration.
56630 2011-06-10  Andreas Schwab  <schwab@redhat.com>
56632         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
56633         tmpbuf.
56635 2011-06-10  Roland McGrath  <roland@hack.frob.com>
56637         * Makerules (shlib.lds): Fail if the linker script comes out empty.
56638         * elf/Makefile ($(objpfx)ld.so): Likewise.
56640         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
56641         Don't list ld.so twice in dependencies.
56643         * posix/bug-regex31.c: Include <stdlib.h>.
56645         * nscd/hstcache.c (cache_addhst): Remove unused variable.
56647         * nis/nss_compat/compat-spwd.c
56648         (getspent_next_nss_netgr): Remove unused variable.
56649         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
56651         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
56652         nonmembers" output to use the right array.
56654         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
56656         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
56658         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
56659         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
56660         * catgets/gencat.c (read_input_file): Likewise.
56661         * locale/programs/locarchive.c (enlarge_archive): Likewise.
56663         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
56664         variable definition inside #if's controlling its use.
56666         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
56668         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
56670         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
56672         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
56673         unreachable code.
56675         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
56677         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
56678         * configure: Regenerated.
56680         * Makerules: Revert last change.
56681         * elf/Makefile: Likewise.
56683 2011-06-09  Roland McGrath  <roland@hack.frob.com>
56685         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
56686         * elf/Makefile ($(objpfx)librtld.os): Likewise.
56687         (reloc-link): Likewise.
56689 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
56691         * elf/Makefile: Add rules to build pldd.
56692         * elf/pldd.c: New file.
56693         * elf/pldd-xx.c: New file.
56695 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
56697         * version.h: Update for 2.15 development version.
56699 2011-06-07  David S. Miller  <davem@davemloft.net>
56701         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
56702         ifuncs.
56703         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
56704         elf_machine_lazy_rel): Likewise.
56705         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56706         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56707         elf_machine_lazy_rel): Likewise.
56708         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56709         dl_hwcap via passed in argument.
56710         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56711         Likewise.
56713 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56715         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56717 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56719         [BZ #12849]
56720         * manual/fdl-1.1.texi: New file, verbatim from:
56721         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56722         * manual/lgpl-2.1.texi: New file, verbatim from:
56723         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56724         * manual/Makefile (licenses): New variable, list those new file names.
56725         (texis): Use it.
56726         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56728         * manual/fdl.texi: File removed.
56729         * manual/lesser.texi: File removed.
56730         * manual/libc.texinfo (Copying, Documentation License):
56731         Use new @include file names, put @appendix directive before @include.
56733 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56735         [BZ #12841]
56736         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56737         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56738         (mq_open): Add __NTH.
56740 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56742         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56743         Assume Intel Core i3/i5/i7 processor if AVX is available.
56745 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56747         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56748         typo.
56750 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56752         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56753         memory.  Use alloca_account.  Fix memory leak when retrying.
56755 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56757         * version.h (RELEASE): Bump for 2.14 release.
56758         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56760         * config.make.in (RANLIB): Remove entry.
56762 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56764         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56765         (libc.pot): Work around missing support for .ksh extension in xgettext.
56767         [BZ #12684]
56768         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56769         if both request failed.
56770         (send_dg): In case of server errors clear resplen or *resplen2.
56772         [BZ #12454]
56773         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56774         when there are multiple maps.
56775         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56776         (_dl_fini): Remove test here.
56778         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56780 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56782         [BZ #12350]
56783         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56784         bit from old_res_options.
56785         (gaih_inet): Likewise.
56787         [BZ #11099]
56788         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56789         as signed.
56791         * resolv/res_init.c (res_setoptions): Make the code more compact.
56793         [BZ #11558]
56794         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56795         set RES_USEVC.
56797         [BZ #11634]
56798         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56800         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56802         [BZ #11781]
56803         * malloc/malloc.h: Declare malloc hook variables as volatile.
56805         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56806         in last patch.
56808         [BZ #11799]
56809         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56810         raise in the comment.
56811         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56812         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56813         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56815 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56817         [BZ #12811]
56818         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56819         grow the buffers more if it already has to be sufficient.
56820         (build_wcs_upper_buffer): Likewise.
56821         * posix/regexec.c (check_matching): Likewise.
56822         (clean_state_log_if_needed): Likewise.
56823         (extend_buffers): Don't enlarge buffers beyond size of the input
56824         buffer.
56825         Patches mostly by Emil Wojak <emil@wojak.eu>.
56826         * posix/bug-regex32.c: New file.
56827         * posix/Makefile (tests): Add bug-regex32.
56829         * locale/findlocale.c (_nl_find_locale): Return right away if
56830         _nl_explode_name failed.
56831         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56833         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56835         * debug/xtrace.sh: Unify messages.
56836         * malloc/memusage.sh: Likewise.
56838         [BZ #12813]
56839         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56840         time symbol from vDSO.  Substitute with vsyscall if not available.
56841         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56842         __vdso_time.
56844         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56845         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56846         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56847         Add sendmmsg and internal_sendmmsg.
56848         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56849         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56850         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56852         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56853         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56854         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56856 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56858         [BZ #12813]
56859         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56860         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56861         available.
56862         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56863         __vdso_getcpu.
56865         [BZ #12814]
56866         * iconvdata/Makefile (tests): Add bug-iconv9.
56867         * iconvdata/bug-iconv9.c: New file.
56869 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56871         [BZ #12814]
56872         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56874 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56876         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56877         (struct user_regs_struct): Change intcs field back to cs.
56879 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56881         * po/ja.po: Update from translation team.
56883 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56885         [BZ #12795]
56886         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56887         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56889 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56891         * stdlib/longlong.h: Update from GCC.
56893 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56895         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56896         parameter name.
56897         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56898         Add parameter name.
56899         (__sysconf): Pass it down.
56901 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56903         [BZ #12671]
56904         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56905         some situations.
56906         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56907         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56908         add in in __libc_use_alloca calls.  Adjust callers.
56909         (glob): Use malloc in some situations.
56911         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56912         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56913         pltexit.
56915 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56917         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56918         and CLOCK_BOOTTIME_ALARM.
56920         [BZ #12782]
56921         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56922         is returned.
56924         * string/_strerror.c (__strerror_r): Print negative errors as signed
56925         numbers.
56927         [BZ #12777]
56928         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56929         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56930         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56932         * configure.in: Fix typo in redirection and correct removal of test
56933         files in two cases.
56935         [BZ #12788]
56936         * locale/setlocale.c (new_composite_name): Fix test to check for
56937         identical name of all categories.
56939         [BZ #12792]
56940         * libio/filedoalloc.c (local_isatty): New function.
56941         (_IO_file_doallocate): Use local_isatty.
56942         * stdio-common/perror.c (perror): In case a new stream is used
56943         forward the stream error.
56944         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56945         error flag.
56947 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56949         [BZ #11869]
56950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56951         alloca.
56952         * include/alloca.h (extend_alloca_account): Define.
56954         [BZ #11857]
56955         * posix/regex.h: Fix comments with documentation of user-accessible
56956         fields after compilation and describe correct free'ing of pattern
56957         after re_compile_pattern.
56958         Patch by Reuben Thomas <rrt@sc3d.org>.
56960 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56962         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56963         and -mno-altivec to prevent the compiler from using Altivec and/or
56964         VSX instructions when the corresponding registers are not available.
56966 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56968         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56970 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56972         * libio/freopen.c (freopen): Use __dup2, not dup2.
56973         * libio/freopen64.c (freopen64): Likewise.
56975 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56977         [BZ #12775]
56978         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56979         * math/Makefile (tests): Add test-powl.
56980         (CFLAGS-test-powl.c): Define.
56981         * math/test-powl.c: New file.
56983 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56985         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56987 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56989         [BZ #11837]
56990         * iconvdata/gb18030.c: Update to GB18020-2005.
56992 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56994         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56995         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56996         Patch by Aharon Robbins <arnold@skeeve.com>.
56998         [BZ #11892]
56999         * stdlib/putenv.c (putenv): Don't always create copy of the variable
57000         on the stack.
57002         [BZ #11895]
57003         * misc/pselect.c (__pselect): Handle timeout value errors hidden
57004         through underflows.
57006         [BZ #12766]
57007         * misc/error.c (error_at_line): Ensure file_name and old_file_name
57008         point to strings before performing equality test for error_one_per_line
57009         mode.
57011         [BZ #11697]
57012         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
57014         [BZ #11820]
57015         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
57016         (struct user_fpregs_struct): Avoid __uint*_t types.
57018         [BZ #6420]
57019         * malloc/mtrace.c (tr_where): Add additional parameter to point to
57020         symbol info.  Use it instead of calling _dl_addr locally.
57021         (lock_and_info): New function.
57022         (tr_freehook): Call lock_and_info and pass symbol info as additional
57023         parameter to tr_where.
57024         (tr_mallochook): Likewise.
57025         (tr_reallochook): Likewise.
57026         (tr_memalignhook): Likewise.
57028         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
57029         used and couldn't be at all thread-safe.
57031 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
57033         * libio/freopen.c (freopen): Don't close old file descriptor
57034         before the new one is opened.  Instead dup the new file descriptor
57035         to the old one after the new stream is created.
57036         * libio/freopen64.c (freopen64): Likewise.
57037         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
57038         * libio/fileops.c (_IO_new_file_close_it): Handle new
57039         _IO_FLAGS2_NOCLOSE flag.
57040         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
57041         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
57042         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
57043         _IO_FLAGS2_NOCLOSE flag.
57044         * include/unistd.h: Add hidden_proto for dup3.
57045         Define __have_dup3.
57046         * io/dup3.c: Define hidden symbol.
57047         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
57049         [BZ #7101]
57050         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
57051         when an incomplete long option is used.
57052         * posix/tst-getopt_long1.c: New file.
57053         * posix/Makefile (tests): Add tst-getopt_long1.
57055         [BZ #10138]
57056         * scripts/config.guess: Update from autoconf-2.68.
57057         * scripts/config.sub: Likewise.
57059         [BZ #10157]
57060         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
57061         tests into ...
57062         (has_cpuclock): ...this.  New function.
57063         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
57064         macro here based on has_cpuclock code.
57066         [BZ #10149]
57067         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57068         First byte (not low byte) is now always NUL.
57069         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
57071         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57072         Use non-cancelable interfaces.
57074         [BZ #9809]
57075         * locale/iso-639.def: Add entry for Sorani.
57077         [BZ #11901]
57078         * include/stdlib.h: Move include protection to the right place.
57079         Define abort_msg_s.  Declare __abort_msg with it.
57080         * stdlib/abort.c (__abort_msg): Adjust type.
57081         * assert/assert.c (__assert_fail_base): New function.  Majority
57082         of code from __assert_fail.  Allocate memory for __abort_msg with
57083         mmap.
57084         (__assert_fail): Now call __assert_fail_base.
57085         * assert/assert-perr.c: Remove bulk of implementation.  Use
57086         __assert_fail_base.
57087         * include/assert.hL Declare __assert_fail_base.
57088         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
57089         mmap.
57090         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
57092 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
57094         [BZ #11952]
57095         [BZ #12453]
57096         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
57097         until all modules are registered in the DTV.
57098         * elf/Makefile: Add rules to build and run tst-tls19.
57099         * elf/tst-tls19.c: New file.
57100         * elf/tst-tls19mod1.c: New file.
57101         * elf/tst-tls19mod2.c: New file.
57102         * elf/tst-tls19mod3.c: New file.
57103         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
57105         [BZ #12083]
57106         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
57107         correctly.
57109         [BZ #12601]
57110         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
57111         two-byte sequence errors.
57112         * iconvdata/Makefile (tests): Add bug-iconv8.
57113         * iconvdata/bug-iconv8.c: New file.
57115         [BZ #12626]
57116         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
57117         buf2 definition.
57119         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
57121         [BZ #12432]
57122         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
57123         (dummy_getcfa): New function.
57124         (init): Get _Unwind_GetCFA address, use dummy if not found.
57125         (backtrace_helper): In recursion check, also check whether CFA changes.
57126         (__backtrace): Completely initialize arg.
57128         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
57129         storing incomplete byte sequence in state object.  Avoid testing for
57130         guaranteed too small input if we know there is enough data available.
57132 2011-05-11  Andreas Schwab  <schwab@redhat.com>
57134         * Makeconfig (+link-pie): Indent.
57135         * Rules (binaries-pie): Define if $(have-fpie) and
57136         $(build-shared).
57137         (binaries-shared): Also filter out $(binaries-pie).
57138         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
57139         * nscd/Makefile (others-pie): Add nscd.
57140         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
57141         ($(objpfx)nscd): Remove command override.
57142         * login/Makefile (others-pie): Add pt_chown.
57143         ($(objpfx)pt_chown): Remove command override.
57144         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
57145         remove command overrides.
57147 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
57149         * libio/tst_putwc.c: Fix error messages.
57151         [BZ #12724]
57152         * libio/fileops.c (_IO_new_file_close_it): Always flush when
57153         currently writing and seek to current position when not.
57154         * libio/Makefile (tests): Add bug-fclose1.
57155         * libio/bug-fclose1.c: New file.
57157 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
57159         [BZ #12511]
57160         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
57161         don't set DF_1_NODELETE here.
57162         (do_lookup_x): When entering new entry test for copy relocation
57163         and if necessary set DF_1_NODELETE flag.
57164         * elf/tst-unique4.cc: New file.
57165         * elf/tst-unique4.h: New file.
57166         * elf/tst-unique4lib.cc: New file.
57167         * elf/Makefile: Add rules to build and run tst-unique4.
57168         Patch by Piotr Bury <pbury@goahead.com>.
57170 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
57172         [BZ #12052]
57173         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
57175         [BZ #12625]
57176         * misc/mntent_r.c (addmntent): Flush the stream after the output
57178         [BZ #12393]
57179         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
57180         (is_trusted_path_normalize): Skip initial colon.  Append slash
57181         to empty buffer.  Duplicate is_trusted_path code but allow
57182         constructed patch to be prefix.
57183         (is_dst): Allow $ORIGIN followed by /.
57184         (_dl_dst_substitute): Correct clearing of check_for_trusted.
57185         Correct testing of result of is_trusted_path_normalize
57186         (decompose_rpath): Fix warning.
57188 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
57190         [BZ #11257]
57191         * grp/initgroups.c (internal_getgrouplist): When we found the service
57192         list through the initgroups entry in nsswitch.conf do not always
57193         continue on a successful lookup.  Don't always use the
57194         __nss_group_database value if it is set.
57195         * nss/nsswitch.conf (initgroups): Change action for successful db
57196         lookup to continue for compatibility.
57198 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
57200         [BZ #11532]
57201         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
57202         and CP774 modules.
57203         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
57204         and CP774 modules.
57205         * iconvdata/tst-tables.sh: Likewise.
57206         * iconvdata/cp770.c: New file.
57207         * iconvdata/cp771.c: New file.
57208         * iconvdata/cp772.c: New file.
57209         * iconvdata/cp773.c: New file.
57210         * iconvdata/cp774.c: New file.
57211         * iconvdata/testdata/CP770: New file.
57212         * iconvdata/testdata/CP770..UTF8: New file.
57213         * iconvdata/testdata/CP771: New file.
57214         * iconvdata/testdata/CP771..UTF8: New file.
57215         * iconvdata/testdata/CP772: New file.
57216         * iconvdata/testdata/CP772..UTF8: New file.
57217         * iconvdata/testdata/CP773: New file.
57218         * iconvdata/testdata/CP773..UTF8: New file.
57219         * iconvdata/testdata/CP774: New file.
57220         * iconvdata/testdata/CP774..UTF8: New file.
57222         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
57223         END CHARMAP line.
57224         * iconvdata/gen-8bit-gap.sh: Likewise.
57225         * iconvdata/gen-8bit.sh: Likewise.
57227         * locale/iso-639.def: Add ary entry.
57229         [BZ #11258]
57230         * locale/C-translit.h.in: Add U20A1 transliteration.
57232         [BZ #12178]
57233         * locale/iso-639.def: Add wae entry.
57234         Patch by Kevin Bortis <bortis@translate-wae.ch>.
57236         [BZ #12545]
57237         * locale/programs/localedef.c (construct_output_path): Use ssize_t
57238         for n.
57240         [BZ #12711]
57241         * locale/C-translit.h.in: Add entry for U20B9.
57242         Patch by pravin.d.s@gmail.com.
57244 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
57246         [BZ #12713]
57247         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
57248         ENAMETOOLONG use generic getcwd.
57249         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
57250         in rtld.  Use *stat64.
57251         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
57252         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
57253         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
57254         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
57255         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
57256         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
57257         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
57258         __fstatat64 macros.
57259         * include/dirent.h: Add libc_hidden_proto for rewinddir.
57260         * dirent/rewinddir.c: Add libc_hidden_def.
57261         * sysdeps/mach/hurd/rewinddir.c: Likewise.
57262         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
57264         * include/dirent.h (__alloc_dir): Add flags parameter.
57265         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
57266         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
57267         __alloc_dir.
57268         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
57269         from fdopendir if O_CLOEXEC is already set.
57271 2011-03-15  Alan Modra  <amodra@gmail.com>
57273         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
57274         l_tls_firstbyte_offset non-zero.  Save padding offset in
57275         l_tls_firstbyte_offset for later use.
57276         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
57277         freeing static tls block.
57279 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
57281         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
57282         where #ifdef was intended.  The intent is to prevent ARG_MAX from
57283         being defined by the kernel headers.
57285 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
57287         [BZ #12734]
57288         * resolv/resolv.h: Define RES_NOTLDQUERY.
57289         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
57290         no-tld-query and set RES_NOTLDQUERY.
57291         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
57292         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
57293         modern BIND to search name as TLD unless forbidden.
57295 2011-05-07  Petr Baudis  <pasky@suse.cz>
57296             Ulrich Drepper  <drepper@gmail.com>
57298         [BZ #12393]
57299         * elf/dl-load.c (fillin_rpath): Move trusted path check...
57300         (is_trusted_path): ...to here.
57301         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
57302         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
57303         using is_trusted_path_normalize() in setuid scripts.
57305 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
57307         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
57308         __BEGIN/__END_DECLS.
57310 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
57312         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
57313         NSS_STATUS_NOTFOUND if no record was found.
57315 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57317         * sunrpc/Makefile (headers): Add rpc/netdb.h.
57318         (headers-not-in-tirpc): Remove rpc/netdb.h
57319         * resolv/netdb.h: Revert last change.
57321 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
57323         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
57324         circular dependency between libgcc.a and libc.a.
57326 2011-05-05  Andreas Schwab  <schwab@redhat.com>
57328         * resolv/netdb.h: Don't include <rpc/netdb.h>.
57329         * nis/Makefile: Don't install rpcsvc/*.
57330         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
57331         instead of <rpc/types.h>.
57332         (MAXHOSTNAMELEN): Define.
57334 2011-05-03  Andreas Schwab  <schwab@redhat.com>
57336         * elf/ldconfig.c (add_dir): Don't crash on empty path.
57338 2011-04-28  Maciej Babinski  <mbabinski@google.com>
57340         [BZ #12714]
57341         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
57342         gethostbyname4_r when IPv6 results are possible.
57344 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
57346         [BZ #12723]
57347         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
57348         _PC_PIPE_BUF handling.
57350 2011-04-30  Bruno Haible  <bruno@clisp.org>
57352         [BZ #12717]
57353         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
57354         * resolv/netdb.h (getnameinfo): Change type of flags parameter
57355         to 'int'.
57356         * inet/getnameinfo.c (getnameinfo): Likewise.
57358 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
57360         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
57361         to groups setting in database lookup.
57362         * nss/nsswitch.conf: Add initgroups entry.
57364 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
57366         [BZ #12685]
57367         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
57368         mode string.
57369         Patch by Eric Blake <eblake@redhat.com>.
57371 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
57373         * sunrpc/Makefile (need-export-routines): Add svc_run.
57374         (routines): Remove svc_run.
57375         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
57376         * sunrpc/clnt_perr.c (clnt_perrno): Export.
57377         * sunrpc/svc_run.c (svc_run): Likewise.
57378         * sunrpc/svc_udp.c (svcudp_create): Likewise.
57380 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
57382         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
57383         problem in reallocation in last patch.
57385 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
57387         * sunrpc/Makefile: Move inclusion of Rules.
57389 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57391         * nss/nss_files/files-initgroups.c: New file.
57392         * nss/Makefile (libnss_files-routines): Add files-initgroups.
57393         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
57394         _nss_files_initgroups_dyn.
57396 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
57398         * elf/elf.h (R_ARM_IRELATIVE): Define.
57400 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
57402         * po/ru.po: Update from translation team.
57404 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57406         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
57407         dependencies.
57409 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
57411         [BZ #12653]
57412         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
57413         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
57414         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
57415         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
57416         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
57418 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
57420         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
57421         differing bytes.
57422         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
57423         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
57424         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57426 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
57428         [BZ #12420]
57429         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
57430         storing it.
57431         * stdlib/bug-getcontext.c: New file.
57432         * stdlib/Makefile: Add rules to build and run bug-getcontext.
57434 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57436         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
57437         instructions into .machine "z9-109".
57438         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
57439         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
57441 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57443         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
57444         between environment variables and auxiliary vector.
57446 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
57448         * Makefile: Add rules to build linkobj/libc.so.
57449         * include/libc-symbols.h: Define libc_hidden_nolink.
57450         * include/rpc/auth.h: Mark functions which are to be hidden.
57451         * include/rpc/auth_des.h: Likewise.
57452         * include/rpc/auth_unix.h: Likewise.
57453         * include/rpc/clnt.h: Likewise.
57454         * include/rpc/des_crypt.h: Likewise.
57455         * include/rpc/key_prot.h: Likewise.
57456         * include/rpc/pmap_clnt.h: Likewise.
57457         * include/rpc/pmap_prot.h: Likewise.
57458         * include/rpc/pmap_rmt.h: Likewise.
57459         * include/rpc/rpc_msg.h: Likewise.
57460         * include/rpc/svc.h: Likewise.
57461         * include/rpc/svc_auth.h: Likewise.
57462         * include/rpc/xdr.h: Likewise.
57463         * nis/Makefile: Link all DSOs against linkobj/libc.so.
57464         * nss/Makefile: Likewise.
57465         * sunrpc/Makefile: Don't install headers.  Build library with normal
57466         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
57467         * sunrpc/auth_des.c: Hide exported symbols by default, export some
57468         for the compat linking library.  Remove use of INTDEF/INTUSE.
57469         * sunrpc/auth_none.c: Likewise.
57470         * sunrpc/auth_unix.c: Likewise.
57471         * sunrpc/authdes_prot.c: Likewise.
57472         * sunrpc/authuxprot.c: Likewise.
57473         * sunrpc/clnt_gen.c: Likewise.
57474         * sunrpc/clnt_perr.c: Likewise.
57475         * sunrpc/clnt_raw.c: Likewise.
57476         * sunrpc/clnt_simp.c: Likewise.
57477         * sunrpc/clnt_tcp.c: Likewise.
57478         * sunrpc/clnt_udp.c: Likewise.
57479         * sunrpc/clnt_unix.c: Likewise.
57480         * sunrpc/des_crypt.c: Likewise.
57481         * sunrpc/des_soft.c: Likewise.
57482         * sunrpc/get_myaddr.c: Likewise.
57483         * sunrpc/key_call.c: Likewise.
57484         * sunrpc/key_prot.c: Likewise.
57485         * sunrpc/netname.c: Likewise.
57486         * sunrpc/pm_getmaps.c: Likewise.
57487         * sunrpc/pm_getport.c: Likewise.
57488         * sunrpc/pmap_clnt.c: Likewise.
57489         * sunrpc/pmap_prot.c: Likewise.
57490         * sunrpc/pmap_prot2.c: Likewise.
57491         * sunrpc/pmap_rmt.c: Likewise.
57492         * sunrpc/publickey.c: Likewise.
57493         * sunrpc/rpc_cmsg.c: Likewise.
57494         * sunrpc/rpc_common.c: Likewise.
57495         * sunrpc/rpc_dtable.c: Likewise.
57496         * sunrpc/rpc_prot.c: Likewise.
57497         * sunrpc/rpc_thread.c: Likewise.
57498         * sunrpc/rtime.c: Likewise.
57499         * sunrpc/svc.c: Likewise.
57500         * sunrpc/svc_auth.c: Likewise.
57501         * sunrpc/svc_authux.c: Likewise.
57502         * sunrpc/svc_raw.c: Likewise.
57503         * sunrpc/svc_run.c: Likewise.
57504         * sunrpc/svc_simple.c: Likewise.
57505         * sunrpc/svc_tcp.c: Likewise.
57506         * sunrpc/svc_udp.c: Likewise.
57507         * sunrpc/svc_unix.c: Likewise.
57508         * sunrpc/svcauth_des.c: Likewise.
57509         * sunrpc/xcrypt.c: Likewise.
57510         * sunrpc/xdr.c: Likewise.
57511         * sunrpc/xdr_array.c: Likewise.
57512         * sunrpc/xdr_float.c: Likewise.
57513         * sunrpc/xdr_intXX_t.c: Likewise.
57514         * sunrpc/xdr_mem.c: Likewise.
57515         * sunrpc/xdr_rec.c: Likewise.
57516         * sunrpc/xdr_ref.c: Likewise.
57517         * sunrpc/xdr_sizeof.c: Likewise.
57518         * sunrpc/xdr_stdio.c: Likewise.
57520 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
57522         [BZ #12650]
57523         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
57524         * sysdeps/ia64/dl-tls.h: Likewise.
57525         * sysdeps/powerpc/dl-tls.h: Likewise.
57526         * sysdeps/s390/dl-tls.h: Likewise.
57527         * sysdeps/sh/dl-tls.h: Likewise.
57528         * sysdeps/sparc/dl-tls.h: Likewise.
57529         * sysdeps/x86_64/dl-tls.h: Likewise.
57530         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
57532 2011-03-14  Andreas Schwab  <schwab@redhat.com>
57534         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
57535         rpath element also skip the following colon.
57536         (expand_dynamic_string_token): Add is_path parameter and pass
57537         down to DL_DST_REQUIRED and _dl_dst_substitute.
57538         (decompose_rpath): Call expand_dynamic_string_token with
57539         non-zero is_path.  Ignore empty rpaths.
57540         (_dl_map_object_from_fd): Call expand_dynamic_string_token
57541         with zero is_path.
57543 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
57545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
57546         Make cancelable.
57548 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
57550         [BZ #12655]
57551         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
57552         Patch by Filipe David Manana <fdmanana@apache.org>.
57554 2011-04-07  Andreas Schwab  <schwab@redhat.com>
57556         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
57557         Maintain aligned stack.
57558         (CHECK_RSP): Remove unused macro.
57560 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
57562         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
57563         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
57565 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
57567         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
57569         * include/features.h: Mention __USE_XOPEN2K8 in comment.
57571 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
57573         [BZ #12518]
57574         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
57575         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
57576         * sysdeps/x86_64/memmove.c: New file.
57577         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
57578         (memcpy): Renamed to ...
57579         (__new_memcpy): This.
57580         (memcpy): Provide GLIBC_2_14 memcpy.
57581         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
57582         (memcpy): Provide GLIBC_2_2_5 memcpy.
57584 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57586         [BZ #12631]
57587         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
57589 2011-03-30  Andreas Schwab  <schwab@redhat.com>
57591         * misc/syncfs.c: New file.
57592         * misc/Makefile (routines): Add syncfs.
57593         * posix/unistd.h: Declare syncfs.
57594         * sysdeps/unix/syscalls.list: Add syncfs.
57596 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57598         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
57599         open_by_handle_at.
57600         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57601         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57602         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57603         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57605         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
57606         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57608 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57610         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
57611         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57612         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
57613         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57614         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57615         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57616         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57618         * io/Makefile: Compile fallocate.c, fallocate64.c, and
57619         sync_file_range.c with -fexceptions.
57620         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
57621         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
57622         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
57623         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
57624         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
57625         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
57626         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
57627         sync_file_range as cancellation point
57628         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
57629         now a wrapper around __call_sync_file_range with cancellation handling.
57630         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
57631         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
57632         function name to __call_sync_file_range.
57633         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
57634         Add call_sync_file_range.
57636 2011-04-01  Andreas Schwab  <schwab@redhat.com>
57638         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
57639         bits/timex.h.
57641 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
57643         * iconv/iconv.h: Fix typo in comment.
57644         * io/fcntl.h: Likewise.
57645         * libio/stdio.h: Likewise.
57646         * posix/spawn.h: Likewise.
57647         * posix/unistd.h: Likewise.
57648         * stdlib/stdlib.h: Likewise.
57649         * time/time.h: Likewise.
57650         * wcsmbs/wchar.h: Likewise.
57652         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
57653         open_by_handle): Add.
57654         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
57655         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
57656         Augment a few comments.
57657         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
57658         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57659         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57660         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57661         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57662         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
57663         open_by_handle.
57665         * io/fcntl.h (AT_EMPTY_PATH): Define.
57667 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
57669         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
57670         * sysdeps/unix/sysv/linux/bits/time.h: New file.
57671         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
57672         to...
57673         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
57674         * Versions.def: Add GLIBC_2.14.
57675         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
57676         Export.
57678 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
57680         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
57681         round counter.
57682         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57684 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
57686         [BZ #12597]
57687         * string/test-strncmp.c (do_page_test): New function.
57688         (check2): Likewise.
57689         (test_main): Call check2.
57690         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
57692 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
57694         [BZ #12587]
57695         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
57696         Handle cache information in CPU leaf 4.
57697         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
57699 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
57701         [BZ #12583]
57702         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
57703         character representation.
57704         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
57706 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
57708         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57709         END(__isnan) to END(__isnanf) to match function entry point/label
57710         EALIGN(__isnanf,...).
57712 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
57714         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57716 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57718         [BZ #12510]
57719         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57720         copy from the symbol referenced in the relocation to initialize the
57721         used variable.
57722         Patch by Piotr Bury <pbury@goahead.com>.
57723         * elf/Makefile: Add rules to build and tst-unique3.
57724         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57725         * elf/tst-unique3.cc: New file.
57726         * elf/tst-unique3.h: New file.
57727         * elf/tst-unique3lib.cc: New file.
57728         * elf/tst-unique3lib2.cc: New file.
57730         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57732 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57734         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57735         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57736         to _start.
57738 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57740         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57741         to-be-loaded object along a path to loader is ld.so.
57743 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57744             Ulrich Drepper  <drepper@gmail.com>
57746         * sysdeps/x86_64/memset.S: After aligning destination, code
57747         branches to different locations depending on the value of
57748         misalignment, when multiarch is enabled. Fix this.
57750 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57752         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57753         Set _x86_64_preferred_memory_instruction for AMD processsors.
57754         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57755         Set bit_Prefer_SSE_for_memop for AMD processors.
57757 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57759         * libio/fmemopen.c (fmemopen): Optimize a bit.
57761 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57763         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57765 2011-03-03  Roland McGrath  <roland@redhat.com>
57767         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57769 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57771         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57772         __bzero_ultra1 instead of __memset_ultra1.
57774 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57775             Ulrich Drepper  <drepper@gmail.com>
57777         [BZ #12509]
57778         * include/link.h (struct link_map): Add l_orig_initfini.
57779         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57780         returning unsuccessfully.
57781         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57782         close of a file loaded at startup, restore the original l_initfini
57783         list.
57784         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57785         list, store the pointer.
57786         * elf/Makefile ($(objpfx)noload-mem): New rule.
57787         (noload-ENV): Define.
57788         (tests): Add $(objpfx)noload-mem.
57789         * elf/noload.c: Include <memcheck.h>.
57790         (main): Call mtrace.  Close all opened handles.
57792 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57794         [BZ #12454]
57795         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57796         dependencies are missing.
57798 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57800         Fix __if_freereq crash: Unlike the generic version which uses free,
57801         Hurd needs munmap.
57802         * sysdeps/mach/hurd/ifreq.h: New file.
57804 2011-01-27  Petr Baudis  <pasky@suse.cz>
57805             Ulrich Drepper  <drepper@gmail.com>
57807         [BZ 12445]#
57808         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57809         to extend_alloca().
57810         * stdio-common/bug23.c: New file.
57811         * stdio-common/Makefile (tests): Add bug23.
57813 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57814             Ulrich Drepper  <drepper@gmail.com>
57816         [BZ #12489]
57817         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57818         before performing relro protection.  At old place add assertion
57819         to make sure nothing changed.
57821 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57822             Glauber de Oliveira Costa  <glommer@gmail.com>
57824         * elf/elf.h: Add new ARM TLS relocs.
57826 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57829         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57830         cast from r3.
57831         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57832         'tests' variable.
57833         * sysdeps/wordsize-64/tst-writev.c: New file.
57835 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57837         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57838         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57839         insns in _dl_start to prevent a TOC reference before relocs are
57840         resolved.
57842 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57844         [BZ #12469]
57845         * Makeconfig: Remove RANLIB definition.
57846         * Makerules: Don't use RANLIB.
57847         * aclocal.m4: Remove ranlib test.
57848         * configure.in: No need to check for ranlib.
57849         * elf/rtld-Rules: Don't use RANLIB.
57851 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57853         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57854         protection macro.
57855         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57856         inclusion protection macro.
57858         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57859         SIGRTMIN and SIGRTMAX and print information in that case only when
57860         SIGRTMIN is defined.
57862 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57864         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57865         arginfo fn returning -1.
57867         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57868         and thousands string is zero terminated.
57870 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57872         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57873         sysdeps/unix/sysv/linux/bits/socket.h.
57875 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57877         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57878         (__CPU_COUNT): Remove old macros.
57879         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57880         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57881         (__CPU_ALLOC, __CPU_FREE): Add macros.
57882         (__sched_cpualloc, __sched_cpufree): Add declarations.
57884 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57886         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57887         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57888         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57889         (readdhstai): Return value of addhstaiX call.
57890         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57891         (addgrbyX): Return value returned by cache_addgr.
57892         (readdgrbyname): Return value returned by addgrbyX.
57893         (readdgrbygid): Likewise.
57894         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57895         (addpwbyX): Return value returned by cache_addpw.
57896         (readdpwbyname): Return value returned by addhstbyX.
57897         (readdpwbyuid): Likewise.
57898         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57899         (addservbyX): Return value returned by cache_addserv.
57900         (readdservbyname): Return value returned by addservbyX:
57901         (readdservbyport): Likewise.
57902         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57903         (addhstbyX): Return value returned by cache_addhst.
57904         (readdhstbyname): Return value returned by addhstbyX.
57905         (readdhstbyaddr): Likewise.
57906         (readdhstbynamev6): Likewise.
57907         (readdhstbyaddrv6): Likewise.
57908         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57909         (readdinitgroups): Return value returned by addinitgroupsX.
57910         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57911         (prune_cache): Keep track of timeout value of re-added entries.
57912         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57913         * nscd/nscd.h: Adjust prototypes of readd* functions.
57915 2011-02-04  Roland McGrath  <roland@redhat.com>
57917         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57918         (nis_stats): Likewise.
57919         * nis/nis_modify.c (nis_modify): Likewise.
57920         * nis/nis_remove.c (nis_remove): Likewise.
57921         * nis/nis_add.c (nis_add): Likewise.
57923         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57925         * posix/fnmatch_loop.c: Add some consts.
57927         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57929 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57931         [BZ #12460]
57932         * config.make.in (config-cflags-novzeroupper): Define.
57933         * configure.in: Substitute libc_cv_cc_novzeroupper.
57934         * elf/Makefile (AVX-CFLAGS): Define.
57935         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57936         (CFLAGS-tst-auditmod4a.c): Likewise.
57937         (CFLAGS-tst-auditmod4b.c): Likewise.
57938         (CFLAGS-tst-auditmod6b.c): Likewise.
57939         (CFLAGS-tst-auditmod6c.c): Likewise.
57940         (CFLAGS-tst-auditmod7b.c): Likewise.
57941         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57943 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57945         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57946         function to the callback.
57947         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57949 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57951         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57952         of errno.
57954 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57956         [BZ #11724]
57957         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57958         of constructors.
57959         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57960         of destructors.
57961         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57963         [BZ #11724]
57964         * elf/Makefile: Add rules to build and run new test.
57965         * elf/tst-initorder.c: New file.
57966         * elf/tst-initorder.exp: New file.
57967         * elf/tst-initordera1.c: New file.
57968         * elf/tst-initordera2.c: New file.
57969         * elf/tst-initordera3.c: New file.
57970         * elf/tst-initordera4.c: New file.
57971         * elf/tst-initorderb1.c: New file.
57972         * elf/tst-initorderb2.c: New file.
57973         * elf/tst-order-a1.c: New file.
57974         * elf/tst-order-a2.c: New file.
57975         * elf/tst-order-a3.c: New file.
57976         * elf/tst-order-a4.c: New file.
57977         * elf/tst-order-b1.c: New file.
57978         * elf/tst-order-b2.c: New file.
57979         * elf/tst-order-main.c: New file.
57980         New test case by George Gensure <werkt0@gmail.com>.
57982 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57984         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57985         decoding ACE if AI_CANONIDN.
57987 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57989         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57991 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57993         * version.h (RELEASE): Bump for 2.13 release.
57994         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57996         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57998         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57999         MADV_NOHUGEPAGE.
58000         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
58001         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
58002         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
58003         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
58004         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
58005         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58007         * posix/getconf.c: Update copyright year.
58008         * catgets/gencat.c: Likewise.
58009         * csu/version.c: Likewise.
58010         * debug/catchsegv.sh: Likewise.
58011         * debug/xtrace.sh: Likewise.
58012         * elf/ldconfig.c: Likewise.
58013         * elf/ldd.bash.in: Likewise.
58014         * elf/sprof.c (print_version): Likewise.
58015         * iconv/iconv_prog.c: Likewise.
58016         * iconv/iconvconfig.c: Likewise.
58017         * locale/programs/locale.c: Likewise.
58018         * locale/programs/localedef.c: Likewise.
58019         * malloc/memusage.sh: Likewise.
58020         * malloc/mtrace.pl: Likewise.
58021         * nscd/nscd.c (print_version): Likewise.
58022         * nss/getent.c: Likewise.
58024         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
58025         PF_CAIF, and PF_ALG.
58026         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
58028 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
58030         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
58031         (modules-names): Use them.
58032         (ifunc-test-modules, ifunc-pie-tests): Define.
58033         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
58034         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
58035         (test-extras): Likewise.
58036         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
58037         $(compile-command.c).
58038         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
58039         (all-built-dso): Define.
58040         (check-textrel.out, check-execstack.out): Depend on it.
58042         * configure.in: Don't override --enable-multi-arch.
58044 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
58046         [BZ #6812]
58047         * nscd/hstcache.c (tryagain): Define.
58048         (cache_addhst): Return tryagain not notfound for temporary errors.
58049         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
58050         failed.
58052 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
58054         [BZ #10563]
58055         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
58056         to make the syscall.
58057         * sysdeps/unix/sysv/linux/setgroups.c: New file.
58059         [BZ #12378]
58060         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
58061         and fall back to matching as normal character if the string ends before
58062         the matching ']' is found.  This is what POSIX requires.
58063         * posix/testfnm.c: Adjust test result.
58064         * posix/globtest.sh: Adjust test result.  Add new test.
58065         * posix/tst-fnmatch.input: Likewise.
58066         * posix/tst-fnmatch2.c: Add new test.
58068 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
58070         * elf/Makefile (check-execstack): Revert last change.  Depend on
58071         check-execstack.h.
58072         (check-execstack.h): New target.
58073         (generated): Add check-execstack.h.
58074         * elf/check-execstack.c: Include "check-execstack.h".
58075         (main): Revert last change.
58076         (handle_file): Return zero if GNU_STACK is absent and
58077         DEFAULT_STACK_PERMS doesn't include PF_X.
58079 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
58081         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
58082         in child fails because the descriptor is already closed.
58083         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
58084         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
58085         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
58087         [BZ #12397]
58088         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
58089         syscall.
58091         [BZ #10484]
58092         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
58093         temporary buffer used to handle multi lookups locally.
58094         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
58096 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58098         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
58099         loader is ld.so.
58101 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
58103         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
58104         alignment for SSE2.
58106 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
58108         [BZ #12394]
58109         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
58110         characters.  When rounding increased number of integer digits recompute
58111         number of groups.
58112         * stdio-common/tst-grouping.c: New file.
58113         * stdio-common/Makefile: Add rules to build and run tst-grouping.
58115 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
58117         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
58118         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
58120         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
58121         void.
58122         * bits/select.h: Likewise.
58124 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
58126         * po/ja.po: Update from translation team.
58128 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
58130         [BZ #11155]
58131         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
58132         implementation just like for lxstat, fxstatat, et al.
58134 2010-12-27  Jim Meyering  <meyering@redhat.com>
58136         [BZ #12348]
58137         * posix/regexec.c (build_trtable): Return failure indication upon
58138         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
58140 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
58142         [BZ #12201]
58143         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
58144         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
58145         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
58146         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
58148         [BZ #12207]
58149         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
58151         [BZ #12204]
58152         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
58153         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
58155 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
58157         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
58158         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
58159         script has SORT_BY_INIT_PRIORITY.
58160         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
58161         NO_CTORS_DTORS_SECTIONS is defined.
58162         * elf/soinit.c: Likewise.
58163         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
58164         NO_CTORS_DTORS_SECTIONS is defined.
58165         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
58166         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
58167         * sysdeps/sh/init-first.c: Likewise.
58168         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
58170 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
58172         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
58173         always use the slow path.
58175 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
58177         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
58178         similar rule which adds the sysdep directories to the header search in
58179         order to pick up the correct platform stackinfo.h.
58180         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
58181         perform test if it is, otherwise return successfully without testing.
58182         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
58183         DEFAULT_STACK_PERMS define in stackinfo.h.
58184         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
58185         defined in stackinfo.h.
58186         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
58187         DEFAULT_STACK_PERMS defined in stackinfo.h.
58188         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
58189         * sysdeps/ia64/stackinfo.h: Likewise.
58190         * sysdeps/s390/stackinfo.h: Likewise.
58191         * sysdeps/sh/stackinfo.h: Likewise.
58192         * sysdeps/sparc/stackinfo.h: Likewise.
58193         * sysdeps/x86_64/stackinfo.h: Likewise.
58194         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
58195         PF_X for powerpc64.  Retain PF_X for powerpc32.
58197 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
58199         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
58200         accurately.
58201         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
58202         GETDENTS_64BIT_ALIGNED.
58204 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
58206         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
58208 2010-12-10  Andreas Schwab  <schwab@redhat.com>
58210         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
58211         _GNU_SOURCE.
58213         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
58214         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
58215         Remove __restrict.
58216         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
58217         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
58219 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
58221         [BZ #11655]
58222         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
58223         are initialized.
58225 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
58227         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
58229 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
58231         * po/it.po: Update from translation team.
58233 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
58235         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
58236         unused codes.
58238 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
58240         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
58242 2010-11-24  Andreas Schwab  <schwab@redhat.com>
58244         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
58245         specially.
58246         (gaih_getanswer_slice): Likewise.
58248 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
58250         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
58252 2010-05-31  Petr Baudis  <pasky@suse.cz>
58254         [BZ #11149]
58255         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
58256         silently even in the chroot mode.
58258 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
58260         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
58261         last patch a bit.  Pretty printing
58263 2010-05-31  Petr Baudis <pasky@suse.cz>
58265         [BZ #10085]
58266         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
58267         initialization of skip_initgroups_dyn.
58269 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
58271         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
58272         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
58274 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
58276         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
58278 2010-11-11  Andreas Schwab  <schwab@redhat.com>
58280         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
58281         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
58282         (tst-fnmatch-ENV): Set MALLOC_TRACE.
58283         ($(objpfx)tst-fnmatch-mem): New rule.
58284         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
58285         * posix/tst-fnmatch.c (main): Call mtrace.
58287 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
58289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58290         Support Intel processor model 6 and model 0x2c.
58292 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
58294         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
58295           signed comparison.
58297 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
58299         [BZ #12205]
58300         * string/test-strncasecmp.c (check_result): New function.
58301         (do_one_test): Use it.
58302         (check1): New function.
58303         (test_main): Use it.
58304         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
58305         Support strcasecmp and strncasecmp.
58307 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
58309         [BZ #12194]
58310         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
58311         * sysdeps/x86_64/bits/byteswap.h: Likewise.
58313 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
58315         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
58316         IFUNC support.
58317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58318         memset-x86-64.
58319         * sysdeps/x86_64/multiarch/bzero.S: New file.
58320         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
58321         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
58322         * sysdeps/x86_64/multiarch/memset.S: New file.
58323         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
58324         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58325         Set bit_Prefer_SSE_for_memop for Intel processors.
58326         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
58327         Define.
58328         (index_Prefer_SSE_for_memop): Define.
58329         (HAS_PREFER_SSE_FOR_MEMOP): Define.
58331 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
58333         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
58334         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
58336 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
58338         [BZ #12191]
58339         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58340         (__x86_64_raw_data_cache_size_half): Likewise.
58341         (__x86_64_raw_shared_cache_size): Likewise.
58342         (__x86_64_raw_shared_cache_size_half): Likewise.
58344         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
58345         (__x86_64_raw_data_cache_size_half): Likewise.
58346         (__x86_64_raw_shared_cache_size): Likewise.
58347         (__x86_64_raw_shared_cache_size_half): Likewise.
58348         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
58349         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
58350         and __x86_64_raw_shared_cache_size_half.  Round
58351         __x86_64_data_cache_size_half, __x86_64_data_cache_size
58352         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
58353         to multiple of 256 bytes.
58355 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
58357         [BZ #12167]
58358         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
58359         of inacessible symlinks.  Verify result of symlink before returning it.
58360         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
58361         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
58363 2010-10-28  Erich Ritz  <erichritz@gmail.com>
58365         * math/math.h (isinf): Fix typo in comment.
58367 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
58369         * po/da.po: Update from translation team.
58371 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
58373         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
58374         is added to the list.
58376 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58377             Ulrich Drepper  <drepper@gmail.com>
58379         * elf/dl-object.c (_dl_new_object): Don't append the new object to
58380         the global list here.  Move code to...
58381         (_dl_add_to_namespace_list): ...here.  New function.
58382         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
58383         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
58384         * elf/dl-load.c (lose): Don't remove the element from the list.
58385         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
58386         (_dl_map_object): Likewise.
58388 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
58390         [BZ #12159]
58391         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
58392         into all bytes of SSE register.
58393         Patch by Richard Li <richardpku@gmail.com>.
58395 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
58397         [BZ #12140]
58398         * malloc/malloc.c (_int_free): Fill correct number of bytes when
58399         perturbing.
58401 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
58403         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
58404         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
58405         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
58406         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
58407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
58408         submachine.
58409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
58411 2010-10-22  Andreas Schwab  <schwab@redhat.com>
58413         * include/dlfcn.h (__RTLD_SECURE): Define.
58414         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
58415         mode & __RTLD_SECURE instead.
58416         (open_path): Rename preloaded parameter to secure.
58417         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
58418         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
58419         * elf/dl-deps.c (openaux): Likewise.
58420         * elf/rtld.c (struct map_args): Remove is_preloaded.
58421         (map_doit): Don't use it.
58422         (dl_main): Likewise.
58423         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
58424         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
58426 2010-09-09  Andreas Schwab  <schwab@redhat.com>
58428         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
58429         (sysd-rules-targets): Remove duplicates.
58430         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
58431         rtld-%.$o dependency.
58433 2010-10-18  Andreas Schwab  <schwab@redhat.com>
58435         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
58436         _dl_map_object do it.
58438 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
58440         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
58441         fast fma builtins, define the macros in the C99 standard.
58442         (FP_FAST_FMAF): Likewise.
58443         (FP_FAST_FMAL): Likewise.
58444         * sysdeps/x86_64/bits/mathdef.h: Likewise.
58446         * bits/mathdef.h: Update copyright year.
58447         * sysdeps/powerpc/bits/mathdef.h: Likewise.
58449 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
58451         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
58452         builtins, define the macros in the C99 standard.
58453         (FP_FAST_FMAF): Likewise.
58454         (FP_FAST_FMAL): Likewise.
58455         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
58456         multiply/add.
58457         (FP_FAST_FMAF): Likewise.
58459 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
58461         [BZ #3268]
58462         * math/libm-test.inc (fma_test): Some new testcases.
58463         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
58464         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
58465         y and infinite z.  Do multiplication by C already in long double.
58466         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
58467         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
58468         y and infinite z.  Do bitwise or of inexact bit into u.d.
58469         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
58470         * sysdeps/i386/fpu/s_fmaf.S: Removed.
58471         * sysdeps/i386/fpu/s_fma.S: Removed.
58472         * sysdeps/i386/fpu/s_fmal.S: Removed.
58474 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
58476         [BZ #3268]
58477         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
58478         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
58479         computation is not scheduled after fetestexcept.  Fix value
58480         of minimum denormal long double.
58482 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
58484         [BZ #3268]
58485         * math/libm-test.inc (fma_test): Add some more tests.
58486         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
58487         correctly.
58489 2010-10-15  Andreas Schwab  <schwab@redhat.com>
58491         * scripts/data/localplt-s390-linux-gnu.data: New file.
58492         * scripts/data/localplt-s390x-linux-gnu.data: New file.
58494 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
58496         [BZ #3268]
58497         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
58498         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
58499         instead of dbl-64.
58500         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
58501         inlines.
58502         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
58503         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
58504         if one of x and y is very large and the other is subnormal.
58505         * sysdeps/s390/fpu/s_fmaf.c: New file.
58506         * sysdeps/s390/fpu/s_fma.c: New file.
58507         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
58508         * sysdeps/powerpc/fpu/s_fma.S: New file.
58509         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
58510         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
58511         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
58513 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
58515         [BZ #3268]
58516         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
58517         fma tests.
58518         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
58519         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
58520         * sysdeps/i386/i686/multiarch/s_fma.c: Include
58521         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
58522         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
58523         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
58524         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
58526 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
58528         [BZ #12078]
58529         * posix/regcomp.c (parse_branch): One more memory leak plugged.
58530         * posix/bug-regex31.input: Add test case.
58532 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58534         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
58535         * posix/bug-regex31.input: New file.
58537         [BZ #12078]
58538         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
58539         (parse_sub_exp): Fix last change, use postorder.
58541         * posix/bug-regex31.c: New file.
58542         * posix/Makefile: Add rules to build and run bug-regex31.
58544         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
58546         [BZ #12078]
58547         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
58549         [BZ #12108]
58550         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
58551         to have entries in sys_siglist.
58553         [BZ #12093]
58554         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
58555         be NULL.
58557 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
58559         [BZ #3268]
58560         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
58561         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
58562         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
58563         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
58564         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
58565         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
58566         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
58567         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
58568         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
58569         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
58570         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
58571         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
58572         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
58573         * math/ftestexcept.c (fetestexcept): Likewise.
58574         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
58575         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
58576         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
58577         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
58578         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
58579         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
58580         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
58582 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
58584         [BZ #12107]
58585         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
58586         newline.
58588 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
58590         * string/bug-strstr1.c: New file.
58591         * string/Makefile: Add rules to build and run bug-strstr1.
58593 2010-10-05  Eric Blake  <eblake@redhat.com>
58595         [BZ #12092]
58596         * string/str-two-way.h (two_way_long_needle): Always clear memory
58597         when skipping input due to the shift table.
58599 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
58601         [BZ #12005]
58602         * malloc/mcheck.c: Handle large requests.
58604         [BZ #12077]
58605         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
58606         for strncmp and strncasecmp.
58607         * string/stratcliff.c: Add tests for strcmp and strncmp.
58608         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
58610 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
58612         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
58613         __set_fpscr.
58615 2010-09-30  Andreas Jaeger  <aj@suse.de>
58617         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
58618         (CGROUP_SUPER_MAGIC): Define.
58619         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58620         Handle btrfs and cgroup file systems.
58621         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
58622         Likewise.
58624 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
58626         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
58627         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
58629 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58631         [BZ #12067]
58632         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
58633         trying to locate the ELF header.
58635 2010-09-27  Andreas Schwab  <schwab@redhat.com>
58637         [BZ #11611]
58638         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
58639         Mask out sign-bit copies when constructing f_fsid.
58641 2010-09-24  Petr Baudis <pasky@suse.cz>
58643         * debug/stack_chk_fail_local.c: Add missing licence exception.
58644         * debug/warning-nop.c: Likewise.
58646 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
58648         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
58649         implementing getdents64 using getdents syscall, set d_type if
58650         __ASSUME_GETDENTS32_D_TYPE.
58652 2010-09-16  Andreas Schwab  <schwab@redhat.com>
58654         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
58655         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
58657 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
58659         [BZ #12037]
58660         * posix/unistd.h: Undo change of feature selection for ftruncate from
58661         2010-01-11.
58663 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
58665         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
58666         detection.
58668 2010-09-20  Andreas Schwab  <schwab@redhat.com>
58670         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
58671         fanotify_mark.
58672         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58674 2010-09-14  Andreas Schwab  <schwab@redhat.com>
58676         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
58677         variables after CHECK_SP call.
58678         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
58680 2010-09-13  Andreas Schwab  <schwab@redhat.com>
58681             Ulrich Drepper  <drepper@redhat.com>
58683         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
58684         re-relocationg ld.so.
58685         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
58686         _dl_init_paths call.
58687         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
58688         here anymore.
58690 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
58692         * resolv/res_init.c (__res_vinit): Count the default server we added.
58694 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
58695             Ulrich Drepper  <drepper@redhat.com>
58697         [BZ #11968]
58698         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
58699         (____longjmp_chk): Use %ebx for saving value across system call.
58700         Add unwind info.
58702 2010-09-06  Andreas Schwab  <schwab@redhat.com>
58704         * manual/Makefile: Don't mix pattern rules with normal rules.
58706 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
58708         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58709         operation.
58710         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58711         * libio/iofopncook.c (_IO_cookie_init): Likewise.
58712         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58713         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58714         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58715         Likewise.
58717 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58719         [BZ #11979]
58720         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58721         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58723 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58725         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58726         * sysdeps/x86_64/addmul_1.S: Likewise.
58727         * sysdeps/x86_64/lshift.S: Likewise.
58728         * sysdeps/x86_64/mul_1.S: Likewise.
58729         * sysdeps/x86_64/rshift.S: Likewise.
58730         * sysdeps/x86_64/sub_n.S: Likewise.
58731         * sysdeps/x86_64/submul_1.S: Likewise.
58733 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58735         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58736         Define __sched_param instead of SCHED_* and sched_param when
58737         <bits/sched.h> is included with __need_schedparam defined.
58738         * bits/sched.h [__need_schedparam]
58739         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58740         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58741         (__defined_schedparam): Define to 1.
58742         (__sched_param): New structure, identical to sched_param.
58743         (__need_schedparam): Undefine.
58745 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58747         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58748         (epoll_create1): Declare.
58750         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58752 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58754         [BZ #7066]
58755         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58756         shifting retval into place.
58758 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58760         * nis/rpcsvc/nis.h: Update copyright notice.
58761         * nis/rpcsvc/nis.x: Likewise.
58762         * nis/rpcsvc/nis_callback.h: Likewise.
58763         * nis/rpcsvc/nis_callback.x: Likewise.
58764         * nis/rpcsvc/nis_object.x: Likewise.
58765         * nis/rpcsvc/nis_tags.h: Likewise.
58766         * nis/rpcsvc/yp.h: Likewise.
58767         * nis/rpcsvc/yp.x: Likewise.
58768         * nis/rpcsvc/ypupd.h: Likewise.
58769         * nis/yp_xdr.c: Likewise.
58770         * nis/ypupdate_xdr.c: Likewise.
58772         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58773         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58774         (pmap_getport): Use __libc_rpc_getport.
58775         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58776         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58777         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58779 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58782         fanotify_mark.
58784 2010-08-27  Roland McGrath  <roland@redhat.com>
58786         * sysdeps/i386/i686/multiarch/Makefile
58787         (CFLAGS-varshift.c): New variable.
58789 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58791         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58792         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58794         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58796         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58798 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58800         * sysdeps/x86_64/strlen.S: Unroll the loop.
58801         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58802         strlen-sse2 strlen-sse2-bsf.
58803         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58804         __strlen_no_bsf if bit_Slow_BSF is set.
58805         (__strlen_sse42): Removed.
58806         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58807         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58809 2010-08-25  Roland McGrath  <roland@redhat.com>
58811         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58812         * sysdeps/x86_64/multiarch/varshift.c: New file.
58813         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58814         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58815         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58816         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58818 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58820         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58821         strlen-sse2 strlen-sse2-bsf.
58822         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58823         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58824         (__strlen_sse2): Removed.
58825         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58826         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58827         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58828         bit_Slow_BSF for Atom.
58829         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58830         (index_Slow_BSF): Define.
58831         (HAS_SLOW_BSF): Define.
58833 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58835         [BZ #10851]
58836         * resolv/res_init.c (__res_vinit): When no server address at all
58837         is given default to loopback.
58839 2010-08-24  Roland McGrath  <roland@redhat.com>
58841         * configure.in: Remove config-name.h generation.
58842         * configure: Regenerated.
58843         * config-name.in: File removed.
58844         * scripts/config-uname.sh: New file.
58845         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58846         ($(objdir)config-name.h): New target.
58848         * sunrpc/rpc_parse.h: Avoid nested comment.
58850 2010-08-24  Richard Henderson  <rth@redhat.com>
58851             Ulrich Drepper  <drepper@redhat.com>
58852             H.J. Lu  <hongjiu.lu@intel.com>
58854         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58856         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58857         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58858         _mm_alignr_epi8 with _mm_loadu_si128.
58859         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58860         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58861         (__m128i_shift_right): Removed.
58862         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58863         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58864         * sysdeps/x86_64/multiarch/varshift.h: New file.
58865         * sysdeps/x86_64/multiarch/varshift.S: New file.
58867 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58869         * configure.in: Move assembler checks to before sysdep dir checking.
58871 2010-08-20  Petr Baudis  <pasky@suse.cz>
58873         * LICENSES: Sync the sunrpc license.
58875 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58877         * sunrpc/auth_des.c: Update copyright notice once again.
58878         * sunrpc/auth_none.c: Likewise.
58879         * sunrpc/auth_unix.c: Likewise.
58880         * sunrpc/authdes_prot.c: Likewise.
58881         * sunrpc/authuxprot.c: Likewise.
58882         * sunrpc/bindrsvprt.c: Likewise.
58883         * sunrpc/clnt_gen.c: Likewise.
58884         * sunrpc/clnt_perr.c: Likewise.
58885         * sunrpc/clnt_raw.c: Likewise.
58886         * sunrpc/clnt_simp.c: Likewise.
58887         * sunrpc/clnt_tcp.c: Likewise.
58888         * sunrpc/clnt_udp.c: Likewise.
58889         * sunrpc/clnt_unix.c: Likewise.
58890         * sunrpc/des_crypt.c: Likewise.
58891         * sunrpc/des_soft.c: Likewise.
58892         * sunrpc/get_myaddr.c: Likewise.
58893         * sunrpc/getrpcport.c: Likewise.
58894         * sunrpc/key_call.c: Likewise.
58895         * sunrpc/key_prot.c: Likewise.
58896         * sunrpc/openchild.c: Likewise.
58897         * sunrpc/pm_getmaps.c: Likewise.
58898         * sunrpc/pm_getport.c: Likewise.
58899         * sunrpc/pmap_clnt.c: Likewise.
58900         * sunrpc/pmap_prot.c: Likewise.
58901         * sunrpc/pmap_prot2.c: Likewise.
58902         * sunrpc/pmap_rmt.c: Likewise.
58903         * sunrpc/rpc/auth.h: Likewise.
58904         * sunrpc/rpc/auth_unix.h: Likewise.
58905         * sunrpc/rpc/clnt.h: Likewise.
58906         * sunrpc/rpc/des_crypt.h: Likewise.
58907         * sunrpc/rpc/key_prot.h: Likewise.
58908         * sunrpc/rpc/netdb.h: Likewise.
58909         * sunrpc/rpc/pmap_clnt.h: Likewise.
58910         * sunrpc/rpc/pmap_prot.h: Likewise.
58911         * sunrpc/rpc/pmap_rmt.h: Likewise.
58912         * sunrpc/rpc/rpc.h: Likewise.
58913         * sunrpc/rpc/rpc_des.h: Likewise.
58914         * sunrpc/rpc/rpc_msg.h: Likewise.
58915         * sunrpc/rpc/svc.h: Likewise.
58916         * sunrpc/rpc/svc_auth.h: Likewise.
58917         * sunrpc/rpc/types.h: Likewise.
58918         * sunrpc/rpc/xdr.h: Likewise.
58919         * sunrpc/rpc_clntout.c: Likewise.
58920         * sunrpc/rpc_cmsg.c: Likewise.
58921         * sunrpc/rpc_common.c: Likewise.
58922         * sunrpc/rpc_cout.c: Likewise.
58923         * sunrpc/rpc_dtable.c: Likewise.
58924         * sunrpc/rpc_hout.c: Likewise.
58925         * sunrpc/rpc_main.c: Likewise.
58926         * sunrpc/rpc_parse.c: Likewise.
58927         * sunrpc/rpc_parse.h: Likewise.
58928         * sunrpc/rpc_prot.c: Likewise.
58929         * sunrpc/rpc_sample.c: Likewise.
58930         * sunrpc/rpc_scan.c: Likewise.
58931         * sunrpc/rpc_scan.h: Likewise.
58932         * sunrpc/rpc_svcout.c: Likewise.
58933         * sunrpc/rpc_tblout.c: Likewise.
58934         * sunrpc/rpc_util.c: Likewise.
58935         * sunrpc/rpc_util.h: Likewise.
58936         * sunrpc/rpcinfo.c: Likewise.
58937         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58938         * sunrpc/rpcsvc/key_prot.x: Likewise.
58939         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58940         * sunrpc/rpcsvc/mount.x: Likewise.
58941         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58942         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58943         * sunrpc/rpcsvc/rex.x: Likewise.
58944         * sunrpc/rpcsvc/rstat.x: Likewise.
58945         * sunrpc/rpcsvc/rusers.x: Likewise.
58946         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58947         * sunrpc/rpcsvc/spray.x: Likewise.
58948         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58949         * sunrpc/rtime.c: Likewise.
58950         * sunrpc/svc.c: Likewise.
58951         * sunrpc/svc_auth.c: Likewise.
58952         * sunrpc/svc_authux.c: Likewise.
58953         * sunrpc/svc_raw.c: Likewise.
58954         * sunrpc/svc_run.c: Likewise.
58955         * sunrpc/svc_simple.c: Likewise.
58956         * sunrpc/svc_tcp.c: Likewise.
58957         * sunrpc/svc_udp.c: Likewise.
58958         * sunrpc/svc_unix.c: Likewise.
58959         * sunrpc/svcauth_des.c: Likewise.
58960         * sunrpc/xcrypt.c: Likewise.
58961         * sunrpc/xdr.c: Likewise.
58962         * sunrpc/xdr_array.c: Likewise.
58963         * sunrpc/xdr_float.c: Likewise.
58964         * sunrpc/xdr_mem.c: Likewise.
58965         * sunrpc/xdr_rec.c: Likewise.
58966         * sunrpc/xdr_ref.c: Likewise.
58967         * sunrpc/xdr_sizeof.c: Likewise.
58968         * sunrpc/xdr_stdio.c: Likewise.
58970         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58971         handling.
58973 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58975         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58977 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58979         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58980         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58981         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58982         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58983         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58984         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58985         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58986         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58987         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58988         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58989         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58990         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58991         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58992         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58994 2010-07-26  Anton Blanchard  <anton@samba.org>
58996         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58997         * malloc/arena.c (heap_trim): Likewise.
58999 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
59001         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
59002         here.  Not...
59003         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
59004         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
59006 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
59008         * sysdeps/i386/elf/Makefile: New file.
59010 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59012         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
59013         from fanotify_init.
59014         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
59015         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59017 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
59019         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
59020         of strncasecmp_l.
59021         * sysdeps/multiarch/strcmp.S: Likewise.
59023 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
59025         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59026         strncase_l-nonascii.
59027         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59028         Add strncase_l-ssse3.
59029         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
59030         * sysdeps/x86_64/strcmp.S: Likewise.
59031         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
59032         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
59033         * sysdeps/x86_64/strncase.S: New file.
59034         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
59035         * sysdeps/x86_64/strncase_l.S: New file.
59036         * string/Makefile (strop-tests): Add strncasecmp.
59037         * string/test-strncasecmp.c: New file.
59039         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
59040         warning.
59042         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
59043         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
59045 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
59047         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
59049 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
59051         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
59052         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
59053         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
59055 2010-05-01  Alan Modra  <amodra@gmail.com>
59057         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
59058         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
59059         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
59060         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
59061         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
59062         tidying.  Don't tail-call __sigjmp_save for static lib.
59063         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
59064         save location.
59065         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
59066         (CALL_MCOUNT): Add eh info, and nop after bl.
59067         (TAIL_CALL_SYSCALL_ERROR): New macro.
59068         (PSEUDO_RET): Use it.
59069         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
59070         Correct save location of integer regs and cr.
59071         (_dl_profile_resolve): Correct cr save location.  Delete nops
59072         after bl when SHARED.  Reduce cfi size a little by better
59073         placement of cfi directives.
59074         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
59075         make a stack frame.  Instead use parm save area as a temp.
59076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
59077         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
59078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
59079         Don't make a stack frame for parent, use parm save area.
59080         Increase child stack frame to 112 bytes.  Don't save unused reg,
59081         and adjust reg usage.  Set up cfi on error recovery and
59082         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
59083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
59084         (__makecontext): Add dummy nop after jump to exit.
59085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
59086         Use correct parm save area and cr save, reduce stack frame.
59087         Correct cfi for possible PSEUDO_RET frame setup.
59088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
59089         Branch to local label emitted by PSEUDO_RET rather than
59090         __syscall_error.
59092 2010-08-12  Andreas Schwab  <schwab@redhat.com>
59094         [BZ #11904]
59095         * locale/programs/locale.c (print_assignment): New function.
59096         (show_locale_vars): Use it.
59098 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
59100         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
59101         field.
59102         (struct statfs64): Likewise.
59103         (_STATFS_F_FLAGS): Define.
59104         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
59105         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
59106         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
59107         (ST_VALID): Define locally.
59108         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
59109         __statvfs_getflags, use the provided value.
59110         * sysdeps/unix/sysv/linux/kernel-features.h: Define
59111         __ASSUME_STATFS_F_FLAGS.
59113         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
59115         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
59116         Add sys/fanotify.h.
59117         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
59118         fanotify_mask for GLIBC_2.13.
59119         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
59120         fanotify_init and fanotify_mark.
59121         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
59122         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
59124         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
59125         Add prlimit.
59126         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
59127         prlimit64 for GLIBC_2.13.
59128         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
59129         prlimit64.
59130         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
59131         syscall.
59132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
59133         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
59134         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
59135         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
59136         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
59137         add prlimit alias.
59138         * sysdeps/unix/sysv/linux/prlimit.c: New file.
59140         [BZ #11903]
59141         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
59142         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
59144         * nss/Makefile: Add rules to build and run tst-nss-test1.
59145         * shlib-versions: Add entry for libnss_test1.
59146         * nss/nss_test1.c: New file.
59147         * nss/tst-nss-test1.c: New file.
59149         * nss/nsswitch.c (__nss_database_custom): Define new variable.
59150         (__nss_configure_lookup): Set appropriate entry in
59151         __nss_configure_lookup to true.
59152         * nss/nsswitch.h: Define enum with indeces of databases in
59153         databases and __nss_database_custom arrays.  Declare
59154         __nss_database_custom.
59155         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
59156         to avoid using nscd when custom rules are installed.
59157         * nss/getXXbyYY_r.c: Likewise.
59158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59160         * nss/nss_files/files-parse.c: Whitespace fixes.
59162 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
59164         [BZ #11883]
59165         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
59166         * posix/fnmatch_loop.c: Likewise.
59168 2010-07-17  Andi Kleen  <ak@linux.intel.com>
59170         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
59171         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
59172         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
59173         * Versions.def [GLIBC_2.13]: Add.
59175 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
59177         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59178         Also fail if tpwd after pwuid call is NULL.
59180 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59182         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
59183         when converting to ms.
59185 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59187         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
59188         EOPNOTSUPP errors with ENOTTY.
59189         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
59190         EOPNOTSUPP errors with ENOTTY.
59192 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
59194         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
59195         Add strcasecmp_l-ssse3.
59196         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
59197         strcasecmp.
59198         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
59199         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
59200         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
59202 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
59204         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
59206         * string/Makefile (strop-tests): Add strcasecmp.
59207         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
59208         strcasecmp_l-nonascii.
59209         (gen-as-const-headers): Add locale-defines.sym.
59210         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
59211         * sysdeps/x86_64/strcasecmp.S: New file.
59212         * sysdeps/x86_64/strcasecmp_l.S: New file.
59213         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
59214         * sysdeps/x86_64/locale-defines.sym: New file.
59215         * string/test-strcasecmp.c: New file.
59217         * string/test-strcasestr.c: Test both ends of the range of characters.
59218         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
59220 2010-07-29  Roland McGrath  <roland@redhat.com>
59222         [BZ #11856]
59223         * manual/locale.texi (Yes-or-No Questions): Fix example code.
59225 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
59227         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
59228         for ld.so.
59230 2010-07-27  Andreas Schwab  <schwab@redhat.com>
59232         * manual/memory.texi (Malloc Tunable Parameters): Document
59233         M_PERTURB.
59235 2010-07-26  Roland McGrath  <roland@redhat.com>
59237         [BZ #11840]
59238         * configure.in (-fgnu89-inline check): Set and substitute
59239         gnu89_inline, not libc_cv_gnu89_inline.
59240         * configure: Regenerated.
59241         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
59243 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
59245         * string/test-strnlen.c: New file.
59246         * string/Makefile (strop-tests): Add strnlen.
59247         * string/tester.c (test_strnlen): Add a few more test cases.
59248         * string/tst-strlen.c: Better error reporting.
59250         * sysdeps/x86_64/strnlen.S: New file.
59252 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
59254         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
59255         lower-latency instructions.
59257 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
59259         * string/test-strcasestr.c: New file.
59260         * string/test-strstr.c: New file.
59261         * string/Makefile (strop-tests): Add strstr and strcasestr.
59262         * string/str-two-way.h: Don't undefine MAX.
59263         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
59265 2010-07-21  Andreas Schwab  <schwab@redhat.com>
59267         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
59268         strcasestr-nonascii.
59269         (CFLAGS-strcasestr-nonascii.c): Define.
59270         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
59271         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
59272         Remove unused attribute.
59274 2010-07-20  Roland McGrath  <roland@redhat.com>
59276         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
59277         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
59278         ld.so.cache was broken.  With it, there is no way to disable dsocaps
59279         like LD_HWCAP_MASK can disable hwcaps.
59281 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59283         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
59285 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
59287         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
59288         call in strcasestr.
59289         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
59290         __strcasestr_sse42_nonascii.
59291         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
59292         strcasestr-nonascii.c.
59293         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
59295 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
59297         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
59298         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
59299         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
59300         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
59302 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
59304         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
59305         fcntl.
59307 2010-07-06  Andreas Schwab  <schwab@redhat.com>
59309         [BZ #11577]
59310         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
59311         dl_signal_cerror.
59313 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
59315         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
59316         _PC_PIPE_BUF using F_GETPIPE_SZ.
59318 2010-07-05  Roland McGrath  <roland@redhat.com>
59320         * manual/arith.texi (Rounding Functions): Fix rint description
59321         implicit in round description.
59323 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
59325         * elf/Makefile: Fix linking for a few tests to make recent linker
59326         happy.
59328 2010-06-30  Andreas Schwab  <schwab@redhat.com>
59330         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
59331         $(common-objpfx)libc_nonshared.a.
59333 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
59335         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
59336         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
59337         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59338         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59339         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
59340         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
59341         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59342         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
59344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
59345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
59346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
59347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
59348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
59349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
59350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
59351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
59352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
59353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
59354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
59355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
59356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
59357         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
59358         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
59359         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
59360         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
59361         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
59362         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
59363         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
59364         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
59365         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
59366         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
59367         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
59368         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
59369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
59370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
59371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
59372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
59373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
59374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
59375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
59376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
59377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
59378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
59379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
59380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
59381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
59382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
59384 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
59386         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
59387         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
59388         * string/memmove.c (memmove): Renamed to ...
59389         (MEMMOVE): ...this.  Default to memmove.
59390         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
59391         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
59392         (END_CHK): Define.
59393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
59394         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
59395         mempcpy-ssse3-back memmove-ssse3-back.
59396         * sysdeps/x86_64/multiarch/bcopy.S: New file .
59397         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
59398         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
59399         * sysdeps/x86_64/multiarch/memcpy.S: New file.
59400         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
59401         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
59402         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
59403         * sysdeps/x86_64/multiarch/memmove.c: New file.
59404         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
59405         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
59406         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
59407         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
59408         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
59409         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
59410         Define.
59411         (index_Fast_Copy_Backward): Define.
59412         (HAS_ARCH_FEATURE): Define.
59413         (HAS_FAST_REP_STRING): Define.
59414         (HAS_FAST_COPY_BACKWARD): Define.
59416 2010-06-21  Andreas Schwab  <schwab@redhat.com>
59418         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
59419         Restore proper fallback handling.
59421 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
59423         [BZ #11701]
59424         * posix/group_member.c (__group_member): Correct checking loop.
59426         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
59427         OOM in getpwuid_r correctly.  Return error number when the caller
59428         should return, otherwise -1.
59429         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
59430         call returning > 0 value.
59431         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
59433 2010-06-07  Andreas Schwab  <schwab@redhat.com>
59435         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
59436         libc_nonshared.a from targets in modules-names.
59438 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
59440         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
59441         requires it.
59443 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
59445         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
59446         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
59447         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
59448         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
59450 2010-06-02  Andreas Schwab  <schwab@redhat.com>
59452         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
59454 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
59456         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
59457         and F_GETPIPE_SZ.
59458         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
59459         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
59460         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
59461         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
59462         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
59463         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
59465 2010-06-14  Roland McGrath  <roland@redhat.com>
59467         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
59469 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
59471         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
59472         __REDIRECT followed by __THROW.
59473         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59474         * posix/getopt.h (getopt): Likewise.
59476 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
59478         * hurd/lookup-at.c (__file_name_lookup_at): Accept
59479         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
59480         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
59481         in AT_FLAGS.
59482         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
59483         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
59485 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
59487         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
59489 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
59491         [BZ #11640]
59492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
59493         Properly check family and model.
59495 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
59497         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
59499 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
59501         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
59503 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
59505         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
59506         symbol reference.
59508 2010-05-19  Andreas Schwab  <schwab@redhat.com>
59510         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
59511         symbol reference.
59513 2010-05-21  Andreas Schwab  <schwab@redhat.com>
59515         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
59516         and internal_recvmmsg.
59517         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
59518         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
59519         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
59520         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
59522         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
59523         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
59524         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
59526 2010-05-20  Andreas Schwab  <schwab@redhat.com>
59528         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
59530 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
59532         POWER7 optimizations.
59533         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
59534         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
59536 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
59538         * version.h: Update for 2.13 development version.
59540 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
59542         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
59543         exceptions.  Return 0.
59545 2010-05-07  Roland McGrath  <roland@redhat.com>
59547         * elf/ldconfig.c (main): Add a const.
59549 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
59551         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
59552         (args_options): Add no-idn option.
59553         (ahosts_keys_int): Add idn_flags to ai_flags.
59554         (parse_option): Handle 'i' option to clear idn_flags.
59556         * malloc/malloc.c (_int_free): Possible race in the most recently
59557         added check.  Only act on the data if no current modification
59558         happened.
59560 See ChangeLog.17 for earlier changes.